|
PostgreSQL DB connector.
More...
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::obtainSequence |
( |
$ |
sequence |
) |
|
| 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 124 of file PgSQL.class.php.
References DB::queryNull().
| PgSQL::queryRow |
( |
Query $ |
query |
) |
|
| PgSQL::queryColumn |
( |
Query $ |
query |
) |
|
| PgSQL::querySet |
( |
Query $ |
query |
) |
|
| PgSQL::getTableInfo |
( |
$ |
table |
) |
|
- Exceptions:
-
- Returns:
- DBTable
Reimplemented from DB.
Definition at line 182 of file PgSQL.class.php.
References DataType::BIGINT, DataType::BINARY, DataType::BOOLEAN, DataType::CHAR, DataType::create(), DataType::DATE, DataType::DOUBLE, DataType::INTEGER, Assert::isTrue(), DataType::NUMERIC, DataType::REAL, DataType::SMALLINT, DataType::TEXT, DataType::TIME, DataType::TIMESTAMP, and DataType::VARCHAR.
| PgSQL::checkSingle |
( |
$ |
result |
) |
[private] |
The documentation for this class was generated from the following file:
|
|