Полный список членов класса PgsqlConnection, включая наследуемые из базового класса
$configuration | Connection | protected |
$isConnected | Connection | protected |
$resource | Connection | protected |
$transactionLevel | PgsqlConnection | protected |
__construct(array $configuration) | Connection | |
add($tableName, array $data, $identity="ID") | PgsqlConnection | |
commitTransaction() | PgsqlConnection | |
connect() | Connection | |
connectInternal() | PgsqlConnection | protected |
connectionErrorHandler($errno, $errstr, $errfile='', $errline=0, $errcontext=null) | PgsqlConnection | |
createIndex($tableName, $indexName, $columnNames, $columnLengths=null, $indexType=null) | PgsqlConnection | |
createResult($result, Diag\SqlTrackerQuery $trackerQuery=null) | PgsqlConnection | protected |
createSqlHelper() | PgsqlConnection | protected |
createTable($tableName, $fields, $primary=array(), $autoincrement=array()) | PgsqlConnection | |
disconnect() | Connection | |
disconnectInternal() | PgsqlConnection | protected |
dropTable($tableName) | PgsqlConnection | |
findIndex(array $indexes, array $columns, $strict) | PgsqlConnection | protectedstatic |
getAffectedRowsCount() | PgsqlConnection | |
getConfiguration() | Connection | |
getErrorMessage() | PgsqlConnection | |
getIndexName($tableName, array $columns, $strict=false) | PgsqlConnection | |
getInsertedId() | PgsqlConnection | |
getLockName($name) | PgsqlConnection | protected |
getMaxAllowedPacket() | Connection | |
getResource() | Connection | |
getTableFields($tableName) | PgsqlConnection | |
getType() | PgsqlConnection | |
getVersion() | PgsqlConnection | |
isConnected() | Connection | |
isIndexExists($tableName, array $columns) | PgsqlConnection | |
isTableExists($tableName) | PgsqlConnection | |
lock($name, $timeout=0) | PgsqlConnection | |
queryInternal($sql, array $binds=null, Diag\SqlTrackerQuery $trackerQuery=null) | PgsqlConnection | protected |
renameTable($currentName, $newName) | PgsqlConnection | |
rollbackTransaction() | PgsqlConnection | |
startTransaction() | PgsqlConnection | |
unlock($name) | PgsqlConnection | |