1C-Bitrix 25.700.0
|
Открытые члены | |
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) | |
getTableFullTextFields ($tableName) | |
getTableFields ($tableName) | |
createTable ($tableName, $fields, $primary=[], $autoincrement=[]) | |
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 () | |
getErrorCode () | |
createQueryException ($code='', $databaseMessage='', $query='') | |
Открытые члены унаследованные от 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) | |
configureErrorVerbosity () |
Защищенные статические члены | |
static | findIndex (array $indexes, array $columns, $strict) |
Защищенные данные | |
int | $transactionLevel = 0 |
Защищенные данные унаследованные от Connection | |
$resource | |
$isConnected = false | |
$configuration |
См. определение в файле pgsqlconnection.php строка 14
add | ( | $tableName, | |
array | $data, | ||
$identity = "ID" ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 148
commitTransaction | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 527
|
protected |
См. определение в файле pgsqlconnection.php строка 648
|
protected |
Переопределяет метод предка Connection.
См. определение в файле pgsqlconnection.php строка 23
connectionErrorHandler | ( | $errno, | |
$errstr, | |||
$errfile = '', | |||
$errline = 0, | |||
$errcontext = null ) |
См. определение в файле pgsqlconnection.php строка 18
createIndex | ( | $tableName, | |
$indexName, | |||
$columnNames, | |||
$columnLengths = null, | |||
$indexType = null ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 462
createQueryException | ( | $code = '', | |
$databaseMessage = '', | |||
$query = '' ) |
См. определение в файле pgsqlconnection.php строка 656
|
protected |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 140
|
protected |
См. определение в файле pgsqlconnection.php строка 102
createTable | ( | $tableName, | |
$fields, | |||
$primary = [], | |||
$autoincrement = [] ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 399
|
protected |
Переопределяет метод предка Connection.
См. определение в файле pgsqlconnection.php строка 84
dropTable | ( | $tableName | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 502
См. определение в файле pgsqlconnection.php строка 280
getAffectedRowsCount | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 189
getErrorCode | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 639
getErrorMessage | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 631
@inheritDoc
См. определение в файле pgsqlconnection.php строка 220
getInsertedId | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 174
|
protected |
См. определение в файле pgsqlconnection.php строка 596
getTableFields | ( | $tableName | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 345
getTableFullTextFields | ( | $tableName | ) |
См. определение в файле pgsqlconnection.php строка 307
getType | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 606
getVersion | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 614
isIndexExists | ( | $tableName, | |
array | $columns ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 212
isTableExists | ( | $tableName | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 197
lock | ( | $name, | |
$timeout = 0 ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 572
|
protected |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 110
renameTable | ( | $currentName, | |
$newName ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 494
rollbackTransaction | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 546
startTransaction | ( | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 510
unlock | ( | $name | ) |
@inheritDoc
См. определение в файле pgsqlconnection.php строка 586
|
protected |
См. определение в файле pgsqlconnection.php строка 16