|
PostgreSQL DB connector.
More...
Inheritance diagram for PgSQL:
[legend]List of all members.
Detailed Description
PostgreSQL DB connector.
- See also:
- http://www.postgresql.org/
Definition at line 20 of file PgSQL.class.php.
Member Function Documentation
| static PgSQL::getDialect |
( |
|
) |
[static] |
| PgSQL::asyncQuery |
( |
Query $ |
query |
) |
|
| PgSQL::connect |
( |
$ |
user, |
|
|
$ |
pass, |
|
|
$ |
host, |
|
|
$ |
base = null, |
|
|
$ |
persistent = false | |
|
) |
| | |
| PgSQL::obtainSequence |
( |
$ |
sequence |
) |
|
| PgSQL::setEncoding |
( |
$ |
encoding |
) |
|
| PgSQL::queryRaw |
( |
$ |
queryString |
) |
|
| PgSQL::queryCount |
( |
Query $ |
query |
) |
|
Same as query, but returns number of affected rows Returns number of affected rows in insert/update queries.
Reimplemented from DB.
Definition at line 129 of file PgSQL.class.php.
References DB::query().
Here is the call graph for this function:
| PgSQL::queryRow |
( |
Query $ |
query |
) |
|
| PgSQL::queryColumn |
( |
Query $ |
query |
) |
|
| PgSQL::querySet |
( |
Query $ |
query |
) |
|
| PgSQL::supportSequences |
( |
|
) |
|
| PgSQL::checkSingle |
( |
$ |
result |
) |
[private] |
The documentation for this class was generated from the following file:
|
|