1C-Bitrix 25.700.0
|
Открытые члены | |
getInsertedId () | |
getAffectedRowsCount () | |
isTableExists ($tableName) | |
isIndexExists ($tableName, array $columns) | |
getIndexName ($tableName, array $columns, $strict=false) | |
getTableFields ($tableName) | |
createTable ($tableName, $fields, $primary=[], $autoincrement=[]) | |
renameTable ($currentName, $newName) | |
dropTable ($tableName) | |
startTransaction () | |
commitTransaction () | |
rollbackTransaction () | |
getType () | |
getVersion () | |
getErrorMessage () | |
Открытые члены унаследованные от Connection | |
__construct (array $configuration) | |
connect () | |
disconnect () | |
getResource () | |
isConnected () | |
getConfiguration () | |
getMaxAllowedPacket () |
Защищенные члены | |
createSqlHelper () | |
connectInternal () | |
disconnectInternal () | |
queryInternal ($sql, array $binds=null, \Bitrix\Main\Diag\SqlTrackerQuery $trackerQuery=null) | |
createResult ($result, \Bitrix\Main\Diag\SqlTrackerQuery $trackerQuery=null) |
Дополнительные унаследованные члены | |
Защищенные данные унаследованные от Connection | |
$resource | |
$isConnected = false | |
$configuration |
См. определение в файле mssqlconnection.php строка 14
commitTransaction | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 298
|
protected |
Establishes a connection to the database. Includes php_interface/after_connect_d7.php on success. Throws exception on failure.
ConnectionException |
Переопределяет метод предка Connection.
См. определение в файле mssqlconnection.php строка 37
|
protected |
@inheritDoc
См. определение в файле mssqlconnection.php строка 124
|
protected |
См. определение в файле mssqlconnection.php строка 20
createTable | ( | $tableName, | |
$fields, | |||
$primary = [], | |||
$autoincrement = [] ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 226
|
protected |
Disconnects from the database. Does nothing if there was no connection established.
Переопределяет метод предка Connection.
См. определение в файле mssqlconnection.php строка 83
dropTable | ( | $tableName | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 277
getAffectedRowsCount | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 140
getErrorMessage | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 348
@inheritDoc
См. определение в файле mssqlconnection.php строка 177
getInsertedId | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 132
getTableFields | ( | $tableName | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 208
getType | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 320
getVersion | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 328
isIndexExists | ( | $tableName, | |
array | $columns ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 169
isTableExists | ( | $tableName | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 148
|
protected |
@inheritDoc
См. определение в файле mssqlconnection.php строка 101
renameTable | ( | $currentName, | |
$newName ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 269
rollbackTransaction | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 307
startTransaction | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 289