|
| | __construct ($options) |
| |
| | __destruct () |
| |
| | connect () |
| |
| | disconnect () |
| |
| | dropTable ($tableName, $ifExists=true) |
| |
| | getCollation () |
| |
| | getConnectionCollation () |
| |
| | getConnectedQuery () |
| |
| | getDateFormat () |
| |
| | getTableCreate ($tables) |
| |
| | getTableColumns ($table, $typeOnly=true) |
| |
| | getTableKeys ($table) |
| |
| | getTableList ($databaseName=null, $includeDatabaseName=false) |
| |
| | getVersion () |
| |
| | select ($database) |
| |
| | setDateFormat ($dateFormat='DD-MON-RR') |
| |
| | setUtf () |
| |
| | lockTable ($table) |
| |
| | renameTable ($oldTable, $newTable, $backup=null, $prefix=null) |
| |
| | unlockTables () |
| |
| | replacePrefix ($query, $prefix='#__') |
| |
| | transactionCommit ($toSavepoint=false) |
| |
| | transactionRollback ($toSavepoint=false) |
| |
| | transactionStart ($asSavepoint=false) |
| |
| | __construct ($options) |
| |
| | __destruct () |
| |
| | connect () |
| |
| | disconnect () |
| |
| | escape ($text, $extra=false) |
| |
| | execute () |
| |
| | getOption ($key) |
| |
| | getConnectedQuery () |
| |
| | setOption ($key, $value) |
| |
| | connected () |
| |
| | getAffectedRows () |
| |
| | getNumRows ($cursor=null) |
| |
| | insertid () |
| |
| | select ($database) |
| |
| | setQuery ($query, $offset=null, $limit=null, $driverOptions=array()) |
| |
| | setUtf () |
| |
| | transactionCommit ($toSavepoint=false) |
| |
| | transactionRollback ($toSavepoint=false) |
| |
| | transactionStart ($asSavepoint=false) |
| |
| | loadNextObject ($class='stdClass') |
| |
| | loadNextAssoc () |
| |
| | loadNextRow () |
| |
| | __sleep () |
| |
| | __wakeup () |
| |
| | __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) |
| |