$configuration | Connection | protected |
$database | Connection | protected |
$disabledQueryExecutingDump | Connection | protected |
$host | Connection | protected |
$initCommand | Connection | protected |
$isConnected | Connection | protected |
$lastQueryResult | Connection | protected |
$login | Connection | protected |
$nodeId | Connection | protected |
$options | Connection | protected |
$password | Connection | protected |
$queryExecutingEnabled | Connection | protected |
$resource | Connection | protected |
$sqlHelper | Connection | protected |
$sqlTracker | Connection | protected |
$tableColumnsCache | Connection | protected |
$trackSql | Connection | protected |
$utf8mb4 | Connection | protected |
$version | Connection | protected |
$versionExpress | Connection | protected |
__construct(array $configuration) | Connection | |
add($tableName, array $data, $identity="ID") | Connection | |
addMulti($tableName, $rows, $identity="ID") | Connection | |
afterConnected() | Connection | protected |
clearCaches() | Connection | |
commitTransaction() | Connection | |
connect() | Connection | |
connectInternal() | Connection | protected |
createIndex($tableName, $indexName, $columnNames) | Connection | |
createPrimaryIndex($tableName, $columnNames) | Connection | |
createResult($result, Diag\SqlTrackerQuery $trackerQuery=null) | Connection | protected |
createSqlHelper() | Connection | protected |
createTable($tableName, $fields, $primary=array(), $autoincrement=array()) | Connection | |
DEFERRED | Connection | |
disableQueryExecuting() | Connection | |
disconnect() | Connection | |
disconnectInternal() | Connection | protected |
dropColumn($tableName, $columnName) | Connection | |
dropTable($tableName) | Connection | |
enableQueryExecuting() | Connection | |
executeSqlBatch($sqlBatch, $stopOnError=false) | Connection | |
findIndex(array $indexes, array $columns, $strict) | Connection | protectedstatic |
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_FULLTEXT | Connection | |
INDEX_SPATIAL | Connection | |
INDEX_UNIQUE | Connection | |
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) | Connection | protectedstatic |
parseSqlBatch($sqlBatch) | Connection | |
PERSISTENT | Connection | |
query($sql) | Connection | |
queryExecute($sql, array $binds=null) | Connection | |
queryInternal($sql, array $binds=null, Diag\SqlTrackerQuery $trackerQuery=null) | Connection | protected |
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 | |