|
| __construct ($options) |
|
| __destruct () |
|
| connect () |
|
| disconnect () |
|
| escape ($text, $extra=false) |
|
| connected () |
|
| dropTable ($tableName, $ifExists=true) |
|
| getAffectedRows () |
|
| getCollation () |
|
| getConnectionCollation () |
|
| getNumRows ($cursor=null) |
|
| getTableColumns ($table, $typeOnly=true) |
|
| getTableCreate ($tables) |
|
| getTableKeys ($table) |
|
| getTableList () |
|
| getVersion () |
|
| insertObject ($table, &$object, $key=null) |
|
| insertid () |
|
| loadResult () |
|
| execute () |
|
| replacePrefix ($query, $prefix='#__') |
|
| select ($database) |
|
| setUtf () |
|
| transactionCommit ($toSavepoint=false) |
|
| transactionRollback ($toSavepoint=false) |
|
| transactionStart ($asSavepoint=false) |
|
| renameTable ($oldTable, $newTable, $backup=null, $prefix=null) |
|
| lockTable ($tableName) |
|
| unlockTables () |
|
| __call ($method, $args) |
|
| __construct ($options) |
|
| alterDbCharacterSet ($dbName) |
|
| alterTableCharacterSet ($tableName, $rethrow=false) |
|
| connect () |
|
| connected () |
|
| createDatabase ($options, $utf=true) |
|
| disconnect () |
|
| addDisconnectHandler ($callable) |
|
| dropTable ($table, $ifExists=true) |
|
| escape ($text, $extra=false) |
|
| getAffectedRows () |
|
| getAlterDbCharacterSet ($dbName) |
|
| getAlterTableCharacterSet ($tableName) |
|
| convertUtf8mb4QueryToUtf8 ($query) |
|
| getCollation () |
|
| getConnectionCollation () |
|
| getConnection () |
|
| getCount () |
|
| getDateFormat () |
|
| getLog () |
|
| getTimings () |
|
| getCallStacks () |
|
| getMinimum () |
|
| getNullDate () |
|
| getNumRows ($cursor=null) |
|
| getPrefix () |
|
| getExporter () |
|
| getImporter () |
|
| getName () |
|
| getServerType () |
|
| getQuery ($new=false) |
|
| getIterator ($column=null, $class='stdClass') |
|
| getTableColumns ($table, $typeOnly=true) |
|
| getTableCreate ($tables) |
|
| getTableKeys ($tables) |
|
| getTableList () |
|
| getUTFSupport () |
|
| hasUTFSupport () |
|
| hasUTF8mb4Support () |
|
| getVersion () |
|
| insertid () |
|
| insertObject ($table, &$object, $key=null) |
|
| isMinimumVersion () |
|
| loadAssoc () |
|
| loadAssocList ($key=null, $column=null) |
|
| loadColumn ($offset=0) |
|
| loadNextObject ($class='stdClass') |
|
| loadNextRow () |
|
| loadObject ($class='stdClass') |
|
| loadObjectList ($key='', $class='stdClass') |
|
| loadResult () |
|
| loadRow () |
|
| loadRowList ($key=null) |
|
| lockTable ($tableName) |
|
| quote ($text, $escape=true) |
|
| quoteName ($name, $as=null) |
|
| replacePrefix ($sql, $prefix='#__') |
|
| renameTable ($oldTable, $newTable, $backup=null, $prefix=null) |
|
| select ($database) |
|
| setDebug ($level) |
|
| setQuery ($query, $offset=0, $limit=0) |
|
| setUtf () |
|
| transactionCommit ($toSavepoint=false) |
|
| transactionRollback ($toSavepoint=false) |
|
| transactionStart ($asSavepoint=false) |
|
| truncateTable ($table) |
|
| updateObject ($table, &$object, $key, $nulls=false) |
|
| execute () |
|
| unlockTables () |
|
| query () |
|
| getErrorMsg ($escaped=false) |
|
| getErrorNum () |
|
| stderr ($showSQL=false) |
|
static | isSupported () |
|
static | getConnectors () |
|
static | getInstance ($options=array()) |
|
static | splitSql ($sql) |
|
static | getConnectors () |
|
static | getInstance ($options=array()) |
|
static | splitSql ($query) |
|
static | test () |
|
| getTableConstraints ($tableName) |
|
| renameConstraints ($constraints=array(), $prefix=null, $backup=null) |
|
| fetchArray ($cursor=null) |
|
| fetchAssoc ($cursor=null) |
|
| fetchObject ($cursor=null, $class='stdClass') |
|
| freeResult ($cursor=null) |
|
| checkFieldExists ($table, $field) |
|
| limit ($query, $limit, $offset) |
|
| getErrorNumber () |
|
| getErrorMessage ($query) |
|
| fetchArray ($cursor=null) |
|
| fetchAssoc ($cursor=null) |
|
| fetchObject ($cursor=null, $class='stdClass') |
|
| freeResult ($cursor=null) |
|
| getCreateDatabaseQuery ($options, $utf) |
|
| getDatabase () |
|
| quoteNameStr ($strArr) |
|
| $nameQuote = '[]' |
|
| $nullDate = '1900-01-01 00:00:00' |
|
| $connection |
|
| $count = 0 |
|
| $cursor |
|
| $debug = false |
|
| $limit = 0 |
|
| $log = array() |
|
| $timings = array() |
|
| $callStacks = array() |
|
| $nameQuote |
|
| $nullDate |
|
| $offset = 0 |
|
| $options |
|
| $sql |
|
| $tablePrefix |
|
| $utf = true |
|
| $utf8mb4 = false |
|
| $errorNum = 0 |
|
| $errorMsg |
|
| $transactionDepth = 0 |
|
| $disconnectHandlers = array() |
|
static | $dbMinimum = '10.50.1600.1' |
|
static | $instances = array() |
|
static | $dbMinimum |
|