Class db_postgresql_result

Description

Class representing a query result for a PostgreSQL database.

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

db_result
   |
   --db_postgresql_result
Method Summary
void fetch_array ([mixed $row = FETCH_NEXTROW], [mixed $method = FETCH_BOTH])
void field_name (mixed $num)
void field_type (mixed $num)
void free_result ()
void last_insert_id (mixed $table, mixed $key)
void num_fields ()
void num_rows ()
Variables
Methods
fetch_array (line 68)
void fetch_array ([mixed $row = FETCH_NEXTROW], [mixed $method = FETCH_BOTH])

Redefinition of:
db_result::fetch_array()
Fetches a record as an associative array from a result set.
field_name (line 60)
void field_name (mixed $num)

Redefinition of:
db_result::field_name()
Returns the name of the specified field number in the result set.
field_type (line 64)
void field_type (mixed $num)

Redefinition of:
db_result::field_type()
Returns the type of the specified field number in the result set.
free_result (line 76)
void free_result ()

Redefinition of:
db_result::free_result()
Frees the memory used by the query result.
last_insert_id (line 82)
void last_insert_id (mixed $table, mixed $key)

Redefinition of:
db_result::last_insert_id()
Returns the last inserted id for the specified column and table.
num_fields (line 52)
void num_fields ()

Redefinition of:
db_result::num_fields()
Returns the number of fields per row in the result set.
num_rows (line 56)
void num_rows ()

Redefinition of:
db_result::num_rows()
Returns the number of rows in the result set.

Inherited Methods

Inherited From db_result

db_result::affected_rows()
db_result::fetch_array()
db_result::field_name()
db_result::field_type()
db_result::free_result()
db_result::last_insert_id()
db_result::num_fields()
db_result::num_rows()

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