| The eZPostgreSQLDB class provides PostgreSQL database functions.
More...
Inheritance diagram for eZPostgreSQLDB:
TODO — Image not available in archive
Title: eZPostgreSQLDB Class Inheritance Diagram (Doxygen)
File: /doc/generated/html/classeZPostgreSQLDB.png
What this image shows:
Doxygen-generated class inheritance diagram for the eZPostgreSQLDB PHP class. Shows the inheritance hierarchy: which classes eZPostgreSQLDB extends and which classes inherit from it, with links to parent and child class documentation. This diagram was auto-generated from the Exponential 3.1 PHP source code using Doxygen circa 2003.
Replacement instructions:
Run Doxygen on the Exponential 3.1 PHP source and locate the generated classeZPostgreSQLDB.png in the output. Or draw the inheritance tree manually from the API reference. Save as /doc/generated/html/classeZPostgreSQLDB.png
See /sdk/missing.html for the full list of missing images.
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:
|