| The eZPostgreSQLDB class provides PostgreSQL database functions.
More...
Inheritance diagram for eZPostgreSQLDB:
List of all members.
Detailed Description
The eZPostgreSQLDB class provides PostgreSQL database functions.
eZPostgreSQLDB implementes PostgreSQLDB specific database code.
- See also:
-
eZDB
Definition at line ezpostgresqldb.php.
Constructor & Destructor Documentation
| eZPostgreSQLDB::eZPostgreSQLDB |
( |
$ |
parameters |
) |
|
|
Member Function Documentation
| & eZPostgreSQLDB::arrayQuery |
( |
$ |
sql, |
|
|
$ |
params = array() |
|
) |
[virtual] |
|
| eZPostgreSQLDB::begin |
( |
|
) |
[virtual] |
|
| eZPostgreSQLDB::close |
( |
|
) |
[virtual] |
|
| eZPostgreSQLDB::commit |
( |
|
) |
[virtual] |
|
| eZPostgreSQLDB::databaseName |
( |
|
) |
[virtual] |
|
| & eZPostgreSQLDB::escapeString |
( |
$ |
str |
) |
[virtual] |
|
| eZPostgreSQLDB::lastSerialID |
( |
$ |
table, |
|
|
$ |
column = 'id' |
|
) |
[virtual] |
|
| eZPostgreSQLDB::lock |
( |
$ |
table |
) |
[virtual] |
|
| & eZPostgreSQLDB::query |
( |
$ |
sql |
) |
[virtual] |
|
| eZPostgreSQLDB::relationCount |
( |
$ |
relationType = EZ_DB_RELATION_TABLE |
) |
[virtual] |
|
| eZPostgreSQLDB::relationCounts |
( |
$ |
relationMask |
) |
[virtual] |
|
| eZPostgreSQLDB::relationList |
( |
$ |
relationType = EZ_DB_RELATION_TABLE |
) |
[virtual] |
|
| eZPostgreSQLDB::removeRelation |
( |
$ |
relationName, |
|
|
$ |
relationType |
|
) |
[virtual] |
|
| eZPostgreSQLDB::rollback |
( |
|
) |
[virtual] |
|
| eZPostgreSQLDB::supportedRelationTypeMask |
( |
|
) |
[virtual] |
|
| eZPostgreSQLDB::supportedRelationTypes |
( |
|
) |
[virtual] |
|
| eZPostgreSQLDB::unlock |
( |
|
) |
[virtual] |
|
The documentation for this class was generated from the following file:
|