This class implements a wrapper to access PostgreSQL databases. It can:
- Establish database connections
- Execute SQL queries
- Fetch the name, size and type of query result columns
- Fetch whole result sets into arrays
- Display information about errors, query results and for debugging
- Get the number result set rows or affected rows by a query
- Get the last inserted identifier of row with a key generated from a sequence
- Execute a query and return the results in a single call
- Escape text field values
- Insert or update rows using data from arrays
- Locks / unlocks actions or table fields
- Helper functions to deal with various types of data going into query where clause
For documentation visit http://www.graphinet.sk/wiki/index.php/PgDB_-_Database_Access_Wraper_for_Postgres
|
|
| Name: |
classpgDB |
| Base name: |
classpgdb |
| Description: |
PostgreSQL database access wrapper |
| Version: |
1.0 |
| PHP version: |
5 |
| License: |
BSD License |
| All time users: |
732 users |
| All time rank: |
3944 |
| Week users: |
0 users |
| Week rank: |
2054  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|