database.pgsql.inc

Version

1.6.2.5 (checked in on 2006/05/24 at 20:46:41 by killes)

Description

Database interface code for PostgreSQL database servers.

Functions

Namesort iconDescription
db_affected_rowsDetermine the number of rows changed by the preceding query.
db_connectInitialize a database connection.
db_decode_blobReturns text from a Binary Large OBject value.
db_encode_blobReturns a properly formatted Binary Large OBject value.
db_errorDetermine whether the previous query caused an error.
db_escape_stringPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
db_fetch_arrayFetch one result row from the previous query as an array.
db_fetch_objectFetch one result row from the previous query as an object.
db_next_idReturn a new unique ID in the given sequence.
db_num_rowsDetermine how many result rows were found by the preceding query.
db_query_rangeRuns a limited-range query in the active database.
db_resultReturn an individual result field from the previous query.
_db_queryHelper function for db_query().
 
 

Drupal is a registered trademark of Dries Buytaert.