Documentation Home
MySQL 9.1 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.3Mb
PDF (A4) - 40.4Mb
Man Pages (TGZ) - 259.3Kb
Man Pages (Zip) - 366.4Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


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.