Полный список членов класса MysqlCommonConnection, включая наследуемые из базового класса
$configuration | Connection | protected |
$engine | MysqlCommonConnection | protected |
$isConnected | Connection | protected |
$resource | Connection | protected |
$transactionLevel | MysqlCommonConnection | protected |
__construct(array $configuration) | MysqlCommonConnection | |
commitTransaction() | MysqlCommonConnection | |
connect() | Connection | |
connectInternal() | Connection | protected |
createIndex($tableName, $indexName, $columnNames, $columnLengths=null, $indexType=null) | MysqlCommonConnection | |
createTable($tableName, $fields, $primary=array(), $autoincrement=array()) | MysqlCommonConnection | |
disconnect() | Connection | |
disconnectInternal() | Connection | protected |
dropTable($tableName) | MysqlCommonConnection | |
getConfiguration() | Connection | |
getIndexName($tableName, array $columns, $strict=false) | MysqlCommonConnection | |
getLockName($name) | MysqlCommonConnection | protected |
getMaxAllowedPacket() | MysqlCommonConnection | |
getResource() | Connection | |
getTableFields($tableName) | MysqlCommonConnection | |
getType() | MysqlCommonConnection | |
isConnected() | Connection | |
isIndexExists($tableName, array $columns) | MysqlCommonConnection | |
isTableExists($tableName) | MysqlCommonConnection | |
lock($name, $timeout=0) | MysqlCommonConnection | |
renameTable($currentName, $newName) | MysqlCommonConnection | |
rollbackTransaction() | MysqlCommonConnection | |
selectDatabase($database) | MysqlCommonConnection | |
setStorageEngine() | MysqlCommonConnection | |
startTransaction() | MysqlCommonConnection | |
unlock($name) | MysqlCommonConnection | |