v1.0.0
English

Connection.php

system/Database/Postgre/Connection.php
1 class 25 methods

class Connection

Connection for Postgre
connect (bool $persistent = false) public
convertDSN () private
reconnect () public
_close () protected
setDatabase (string $databaseName) public
getVersion () public
execute (string $sql) protected
getDriverFunctionPrefix () protected
affectedRows () public
escape ($str) public
_escapeString (string $str) protected
_listTables (bool $prefixLimit = false, ?string $tableName = null) protected
_listColumns ($table = '') protected
_fieldData (string $table) protected
_indexData (string $table) protected
_foreignKeyData (string $table) protected
_disableForeignKeyChecks () protected
_enableForeignKeyChecks () protected
error () public
insertID () public
buildDSN () protected
setClientEncoding (string $charset) protected
_transBegin () protected
_transCommit () protected
_transRollback () protected
phpDG v1.0.0 Connection.php 662 files 498 classes 763 fn
Generated