Открытые члены | |
getInsertedId () | |
getAffectedRowsCount () | |
isTableExists ($tableName) | |
isIndexExists ($tableName, array $columns) | |
getIndexName ($tableName, array $columns, $strict=false) | |
getTableFields ($tableName) | |
createTable ($tableName, $fields, $primary=array(), $autoincrement=array()) | |
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 строка 285
|
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 строка 112
|
protected |
См. определение в файле mssqlconnection.php строка 20
createTable | ( | $tableName, | |
$fields, | |||
$primary = array(), | |||
$autoincrement = array() ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 212
|
protected |
Disconnects from the database. Does nothing if there was no connection established.
Переопределяет метод предка Connection.
См. определение в файле mssqlconnection.php строка 75
dropTable | ( | $tableName | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 264
getAffectedRowsCount | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 128
getErrorMessage | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 335
getIndexName | ( | $tableName, | |
array | $columns, | ||
$strict = false ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 163
getInsertedId | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 120
getTableFields | ( | $tableName | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 194
getType | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 307
getVersion | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 315
isIndexExists | ( | $tableName, | |
array | $columns ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 155
isTableExists | ( | $tableName | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 136
|
protected |
@inheritDoc
См. определение в файле mssqlconnection.php строка 91
renameTable | ( | $currentName, | |
$newName ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 256
rollbackTransaction | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 294
startTransaction | ( | ) |
@inheritDoc
См. определение в файле mssqlconnection.php строка 276