Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Connection Cписок членов класса

Полный список членов класса Connection, включая наследуемые из базового класса

$configurationConnectionprotected
$databaseConnectionprotected
$disabledQueryExecutingDumpConnectionprotected
$hostConnectionprotected
$initCommandConnectionprotected
$isConnectedConnectionprotected
$lastQueryResultConnectionprotected
$loginConnectionprotected
$nodeIdConnectionprotected
$optionsConnectionprotected
$passwordConnectionprotected
$queryExecutingEnabledConnectionprotected
$resourceConnectionprotected
$sqlHelperConnectionprotected
$sqlTrackerConnectionprotected
$tableColumnsCacheConnectionprotected
$trackSqlConnectionprotected
$utf8mb4Connectionprotected
$versionConnectionprotected
$versionExpressConnectionprotected
__construct(array $configuration)Connection
add($tableName, array $data, $identity="ID")Connection
addMulti($tableName, $rows, $identity="ID")Connection
afterConnected()Connectionprotected
clearCaches()Connection
commitTransaction()Connection
connect()Connection
connectInternal()Connectionprotected
createIndex($tableName, $indexName, $columnNames)Connection
createPrimaryIndex($tableName, $columnNames)Connection
createResult($result, Diag\SqlTrackerQuery $trackerQuery=null)Connectionprotected
createSqlHelper()Connectionprotected
createTable($tableName, $fields, $primary=array(), $autoincrement=array())Connection
DEFERREDConnection
disableQueryExecuting()Connection
disconnect()Connection
disconnectInternal()Connectionprotected
dropColumn($tableName, $columnName)Connection
dropTable($tableName)Connection
enableQueryExecuting()Connection
executeSqlBatch($sqlBatch, $stopOnError=false)Connection
findIndex(array $indexes, array $columns, $strict)Connectionprotectedstatic
getAffectedRowsCount()Connection
getConfiguration()Connection
getDatabase()Connection
getDbName()Connection
getDisabledQueryExecutingDump()Connection
getErrorMessage()Connection
getHost()Connection
getIndexName($tableName, array $columns, $strict=false)Connection
getInsertedId()Connection
getLogin()Connection
getMaxAllowedPacket()Connection
getNodeId()Connection
getPassword()Connection
getResource()Connection
getSqlHelper()Connection
getTableField($tableName, $columnName)Connection
getTableFields($tableName)Connection
getTracker()Connection
getType()Connection
getVersion()Connection
INDEX_FULLTEXTConnection
INDEX_SPATIALConnection
INDEX_UNIQUEConnection
isConnected()Connection
isDeferred()Connection
isIndexExists($tableName, array $columns)Connection
isPersistent()Connection
isQueryExecutingEnabled()Connection
isTableExists($tableName)Connection
isUtf8mb4($table=null, $column=null)Connection
lock($name, $timeout=0)Connection
parseQueryFunctionArgs($args)Connectionprotectedstatic
parseSqlBatch($sqlBatch)Connection
PERSISTENTConnection
query($sql)Connection
queryExecute($sql, array $binds=null)Connection
queryInternal($sql, array $binds=null, Diag\SqlTrackerQuery $trackerQuery=null)Connectionprotected
queryScalar($sql, array $binds=null)Connection
renameTable($currentName, $newName)Connection
rollbackTransaction()Connection
setNodeId($nodeId)Connection
setTracker(Diag\SqlTracker $sqlTracker=null)Connection
startTracker($reset=false)Connection
startTransaction()Connection
stopTracker()Connection
truncateTable($tableName)Connection
unlock($name)Connection