Class db_postgresql

Description

Class representing a connection to a PostgreSQL database.

Not intended to be instantiated by end users; see db_get_object for documentation about connecting to a database.

Located in /include/db_postgresql.php (line 106)

db
   |
   --db_postgresql
Method Summary
void close ()
void commit ()
void connect (mixed $host, mixed $user, mixed $passwd, mixed $dbname, [mixed $port = null])
void query (mixed $query)
void quote (mixed $str)
void rollback ()
Variables

Inherited Variables

Inherited from db

db::$ign
Methods
begin_transaction (line 135)
void begin_transaction ()

Redefinition of:
db::begin_transaction()
Begin a database transaction.
close (line 170)
void close ()

Redefinition of:
db::close()
Closes the database connection.
commit (line 145)
void commit ()

Redefinition of:
db::commit()
Commit to a database transaction.
connect (line 108)
void connect (mixed $host, mixed $user, mixed $passwd, mixed $dbname, [mixed $port = null])
query (line 128)
void query (mixed $query)

Redefinition of:
db::query()
Perform an SQL query on the database.
quote (line 165)
void quote (mixed $str)

Redefinition of:
db::quote()
Returns the SQL escaped version of the string.
rollback (line 155)
void rollback ()

Redefinition of:
db::rollback()
Rollback a database transaction.

Inherited Methods

Inherited From db

db::begin_transaction()
db::close()
db::commit()
db::ignore_errors()
db::query()
db::query_count()
db::quote()
db::rollback()

Documentation generated on Fri, 30 Jun 2006 10:31:37 +0200 by phpDocumentor 1.3.0RC3