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