Qore MysqlSqlUtil Module Reference
1.0
|
provides the MySQL-specific implementation of the AbstractDatabase interface More...
Public Attributes | |
const | MysqlSchemaDescriptionOptions |
MySQL-specific schema description keys. | |
const | MysqlSequenceFunction |
MySQL sequence function. | |
const | MysqlSequenceTable |
MySQL sequence emulation table. | |
Private Member Functions | |
softint | getNextSequenceValueImpl (string name) |
returns the next value in the given sequence | |
hash | getSchemaDescriptionOptions () |
returns driver-specific options to the base abstract class | |
list | listFunctionsImpl () |
returns a list of string function names in the database More... | |
list | listProceduresImpl () |
returns a list of string procedure names in the database More... | |
list | listTablesImpl () |
returns a list of string table names in the database | |
bool | supportsPackagesImpl () |
returns True if the database supports packages | |
bool | supportsSequencesImpl () |
returns True since we have a workaround implementation for sequences in MySQL | |
bool | supportsTypesImpl () |
returns True if the database supports named types | |
Private Attributes | |
Datasource | seqds |
separate datasource dedicated for extern sequence implementation with autonomous transactions | |
provides the MySQL-specific implementation of the AbstractDatabase interface
|
private |
returns a list of string function names in the database
The function names will include arguments in parentheses after the names
|
private |
returns a list of string procedure names in the database
The procedure names will include arguments in parentheses after the names