Полный список членов класса MssqlConnection, включая наследуемые из базового класса
$configuration | Connection | protected |
$isConnected | Connection | protected |
$resource | Connection | protected |
__construct(array $configuration) | Connection | |
commitTransaction() | MssqlConnection | |
connect() | Connection | |
connectInternal() | MssqlConnection | protected |
createResult($result, \Bitrix\Main\Diag\SqlTrackerQuery $trackerQuery=null) | MssqlConnection | protected |
createSqlHelper() | MssqlConnection | protected |
createTable($tableName, $fields, $primary=array(), $autoincrement=array()) | MssqlConnection | |
disconnect() | Connection | |
disconnectInternal() | MssqlConnection | protected |
dropTable($tableName) | MssqlConnection | |
getAffectedRowsCount() | MssqlConnection | |
getConfiguration() | Connection | |
getErrorMessage() | MssqlConnection | |
getIndexName($tableName, array $columns, $strict=false) | MssqlConnection | |
getInsertedId() | MssqlConnection | |
getMaxAllowedPacket() | Connection | |
getResource() | Connection | |
getTableFields($tableName) | MssqlConnection | |
getType() | MssqlConnection | |
getVersion() | MssqlConnection | |
isConnected() | Connection | |
isIndexExists($tableName, array $columns) | MssqlConnection | |
isTableExists($tableName) | MssqlConnection | |
queryInternal($sql, array $binds=null, \Bitrix\Main\Diag\SqlTrackerQuery $trackerQuery=null) | MssqlConnection | protected |
renameTable($currentName, $newName) | MssqlConnection | |
rollbackTransaction() | MssqlConnection | |
startTransaction() | MssqlConnection | |