Открытые члены | |
__construct (array $configuration) | |
isTableExists ($tableName) | |
isIndexExists ($tableName, array $columns) | |
getIndexName ($tableName, array $columns, $strict=false) | |
getTableFields ($tableName) | |
createTable ($tableName, $fields, $primary=array(), $autoincrement=array()) | |
createIndex ($tableName, $indexName, $columnNames, $columnLengths=null, $indexType=null) | |
renameTable ($currentName, $newName) | |
dropTable ($tableName) | |
startTransaction () | |
commitTransaction () | |
rollbackTransaction () | |
lock ($name, $timeout=0) | |
unlock ($name) | |
getType () | |
setStorageEngine () | |
selectDatabase ($database) | |
getMaxAllowedPacket () | |
Открытые члены унаследованные от Connection | |
connect () | |
disconnect () | |
getResource () | |
isConnected () | |
getConfiguration () | |
Защищенные члены | |
getLockName ($name) | |
Защищенные члены унаследованные от Connection | |
connectInternal () | |
disconnectInternal () | |
Защищенные данные | |
$engine = "" | |
int | $transactionLevel = 0 |
Защищенные данные унаследованные от Connection | |
$resource | |
$isConnected = false | |
$configuration | |
См. определение в файле mysqlcommonconnection.php строка 8
__construct | ( | array | $configuration | ) |
@inheritDoc
Переопределяет метод предка Connection.
Переопределяется в MysqliConnection.
См. определение в файле mysqlcommonconnection.php строка 16
commitTransaction | ( | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 233
createIndex | ( | $tableName, | |
$indexName, | |||
$columnNames, | |||
$columnLengths = null, | |||
$indexType = null ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 150
createTable | ( | $tableName, | |
$fields, | |||
$primary = array(), | |||
$autoincrement = array() ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 101
dropTable | ( | $tableName | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 204
getIndexName | ( | $tableName, | |
array | $columns, | ||
$strict = false ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 51
|
protected |
См. определение в файле mysqlcommonconnection.php строка 303
getMaxAllowedPacket | ( | ) |
Returns max packet length to send to or receive from the database server.
Переопределяет метод предка Connection.
См. определение в файле mysqlcommonconnection.php строка 350
getTableFields | ( | $tableName | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 79
getType | ( | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 318
isIndexExists | ( | $tableName, | |
array | $columns ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 43
isTableExists | ( | $tableName | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 25
lock | ( | $name, | |
$timeout = 0 ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 281
renameTable | ( | $currentName, | |
$newName ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 196
rollbackTransaction | ( | ) |
@inheritDoc
TransactionException |
См. определение в файле mysqlcommonconnection.php строка 253
|
abstract |
Selects the default database for database queries.
string | $database | Database name. |
Переопределяется в MysqlConnection и MysqliConnection.
setStorageEngine | ( | ) |
Sets default storage engine for all consequent CREATE TABLE statements and all other relevant DDL. Storage engine read from .settings.php file. It is 'engine' key of the 'default' from the 'connections'.
См. определение в файле mysqlcommonconnection.php строка 329
startTransaction | ( | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 216
unlock | ( | $name | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 294
|
protected |
См. определение в файле mysqlcommonconnection.php строка 10
|
protected |
См. определение в файле mysqlcommonconnection.php строка 11