Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс PgsqlConnection
+ Граф наследования:PgsqlConnection:

Открытые члены

 connectionErrorHandler ($errno, $errstr, $errfile='', $errline=0, $errcontext=null)
 
 add ($tableName, array $data, $identity="ID")
 
 getInsertedId ()
 
 getAffectedRowsCount ()
 
 isTableExists ($tableName)
 
 isIndexExists ($tableName, array $columns)
 
 getIndexName ($tableName, array $columns, $strict=false)
 
 getTableFields ($tableName)
 
 createTable ($tableName, $fields, $primary=array(), $autoincrement=array())
 
 createIndex ($tableName, $indexName, $columnNames, $columnLengths=null, $indexType=null)
 
 renameTable ($currentName, $newName)
 
 dropTable ($tableName)
 
 startTransaction ()
 
 commitTransaction ()
 
 rollbackTransaction ()
 
 lock ($name, $timeout=0)
 
 unlock ($name)
 
 getType ()
 
 getVersion ()
 
 getErrorMessage ()
 
- Открытые члены унаследованные от Connection
 __construct (array $configuration)
 
 connect ()
 
 disconnect ()
 
 getResource ()
 
 isConnected ()
 
 getConfiguration ()
 
 getMaxAllowedPacket ()
 

Защищенные члены

 connectInternal ()
 
 disconnectInternal ()
 
 createSqlHelper ()
 
 queryInternal ($sql, array $binds=null, Diag\SqlTrackerQuery $trackerQuery=null)
 
 createResult ($result, Diag\SqlTrackerQuery $trackerQuery=null)
 
 getLockName ($name)
 

Защищенные статические члены

static findIndex (array $indexes, array $columns, $strict)
 

Защищенные данные

int $transactionLevel = 0
 
- Защищенные данные унаследованные от Connection
 $resource
 
 $isConnected = false
 
 $configuration
 

Подробное описание

См. определение в файле pgsqlconnection.php строка 10

Методы

◆ add()

add ( $tableName,
array $data,
$identity = "ID" )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 130

◆ commitTransaction()

commitTransaction ( )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 466

◆ connectInternal()

connectInternal ( )
protected

Переопределяет метод предка Connection.

См. определение в файле pgsqlconnection.php строка 19

◆ connectionErrorHandler()

connectionErrorHandler ( $errno,
$errstr,
$errfile = '',
$errline = 0,
$errcontext = null )

См. определение в файле pgsqlconnection.php строка 14

◆ createIndex()

createIndex ( $tableName,
$indexName,
$columnNames,
$columnLengths = null,
$indexType = null )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 401

◆ createResult()

createResult ( $result,
Diag\SqlTrackerQuery $trackerQuery = null )
protected

@inheritDoc

См. определение в файле pgsqlconnection.php строка 122

◆ createSqlHelper()

createSqlHelper ( )
protected

См. определение в файле pgsqlconnection.php строка 91

◆ createTable()

createTable ( $tableName,
$fields,
$primary = array(),
$autoincrement = array() )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 336

◆ disconnectInternal()

disconnectInternal ( )
protected

Переопределяет метод предка Connection.

См. определение в файле pgsqlconnection.php строка 73

◆ dropTable()

dropTable ( $tableName)

@inheritDoc

См. определение в файле pgsqlconnection.php строка 441

◆ findIndex()

static findIndex ( array $indexes,
array $columns,
$strict )
staticprotected

См. определение в файле pgsqlconnection.php строка 260

◆ getAffectedRowsCount()

getAffectedRowsCount ( )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 171

◆ getErrorMessage()

getErrorMessage ( )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 570

◆ getIndexName()

getIndexName ( $tableName,
array $columns,
$strict = false )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 200

◆ getInsertedId()

getInsertedId ( )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 156

◆ getLockName()

getLockName ( $name)
protected

См. определение в файле pgsqlconnection.php строка 535

◆ getTableFields()

getTableFields ( $tableName)

@inheritDoc

См. определение в файле pgsqlconnection.php строка 290

◆ getType()

getType ( )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 545

◆ getVersion()

getVersion ( )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 553

◆ isIndexExists()

isIndexExists ( $tableName,
array $columns )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 193

◆ isTableExists()

isTableExists ( $tableName)

@inheritDoc

См. определение в файле pgsqlconnection.php строка 179

◆ lock()

lock ( $name,
$timeout = 0 )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 511

◆ queryInternal()

queryInternal ( $sql,
array $binds = null,
Diag\SqlTrackerQuery $trackerQuery = null )
protected

@inheritDoc

См. определение в файле pgsqlconnection.php строка 99

◆ renameTable()

renameTable ( $currentName,
$newName )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 433

◆ rollbackTransaction()

rollbackTransaction ( )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 485

◆ startTransaction()

startTransaction ( )

@inheritDoc

См. определение в файле pgsqlconnection.php строка 449

◆ unlock()

unlock ( $name)

@inheritDoc

См. определение в файле pgsqlconnection.php строка 525

Данные класса

◆ $transactionLevel

int $transactionLevel = 0
protected

См. определение в файле pgsqlconnection.php строка 12