1C-Bitrix 25.700.0
|
Открытые члены | |
__construct (array $configuration) | |
isTableExists ($tableName) | |
isIndexExists ($tableName, array $columns) | |
getIndexName ($tableName, array $columns, $strict=false) | |
getTableFields ($tableName) | |
createTable ($tableName, $fields, $primary=[], $autoincrement=[]) | |
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 () | |
createQueryException ($code=0, $databaseMessage='', $query='') | |
Открытые члены унаследованные от Connection | |
connect () | |
disconnect () | |
getResource () | |
isConnected () | |
getConfiguration () |
Защищенные члены | |
getLockName ($name) | |
Защищенные члены унаследованные от Connection | |
connectInternal () | |
disconnectInternal () |
Защищенные данные | |
$engine = "" | |
int | $transactionLevel = 0 |
Защищенные данные унаследованные от Connection | |
$resource | |
$isConnected = false | |
$configuration |
См. определение в файле mysqlcommonconnection.php строка 9
__construct | ( | array | $configuration | ) |
@inheritDoc
Переопределяет метод предка Connection.
Переопределяется в MysqliConnection.
См. определение в файле mysqlcommonconnection.php строка 17
commitTransaction | ( | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 247
createIndex | ( | $tableName, | |
$indexName, | |||
$columnNames, | |||
$columnLengths = null, | |||
$indexType = null ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 150
createQueryException | ( | $code = 0, | |
$databaseMessage = '', | |||
$query = '' ) |
См. определение в файле mysqlcommonconnection.php строка 409
createTable | ( | $tableName, | |
$fields, | |||
$primary = [], | |||
$autoincrement = [] ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 102
dropTable | ( | $tableName | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 218
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 52
|
protected |
См. определение в файле mysqlcommonconnection.php строка 327
getMaxAllowedPacket | ( | ) |
Returns max packet length to send to or receive from the database server.
Переопределяет метод предка Connection.
См. определение в файле mysqlcommonconnection.php строка 388
getTableFields | ( | $tableName | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 80
getType | ( | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 342
isIndexExists | ( | $tableName, | |
array | $columns ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 44
isTableExists | ( | $tableName | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 26
lock | ( | $name, | |
$timeout = 0 ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 295
renameTable | ( | $currentName, | |
$newName ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 210
rollbackTransaction | ( | ) |
@inheritDoc
TransactionException |
См. определение в файле mysqlcommonconnection.php строка 267
|
abstract |
Selects the default database for database queries.
string | $database | Database name. |
Переопределяется в 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 строка 353
startTransaction | ( | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 230
unlock | ( | $name | ) |
@inheritDoc
См. определение в файле mysqlcommonconnection.php строка 313
|
protected |
См. определение в файле mysqlcommonconnection.php строка 11
|
protected |
См. определение в файле mysqlcommonconnection.php строка 12