Documentation Home
MySQL 9.2 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.7Mb
PDF (A4) - 40.8Mb
Man Pages (TGZ) - 259.6Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


27.3.6.2 SqlExecute Object

SqlExecute has the following methods:

  • execute(): Executes the SQL statement and returns an SqlResult.

  • getOption(String optionName): Gets the value for the named option to this statement. Supported values are passResultToClient and charsetName. Returns a string or true/false value, depending on the option's type.