MySQL 9.1 Release Notes
SqlExecute
has the following methods:
execute()
: Executes the SQL statement and returns anSqlResult
.getOption(String
: Gets the value for the named option to this statement. Supported values areoptionName
)passResultToClient
andcharsetName
. Returns a string or true/false value, depending on the option's type.