Documentation Home
MySQL 9.0 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.9Mb
PDF (A4) - 40.0Mb
Man Pages (TGZ) - 258.2Kb
Man Pages (Zip) - 365.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.