_db_query_callback

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call _db_query_callback()

Namesort iconLocationDescription
db_queryincludes/database.incRuns a basic query in the active database.
db_querydincludes/database.incDebugging version of db_query().
db_query_rangeincludes/database.pgsql.incRuns a limited-range query in the active database.
db_query_temporaryincludes/database.pgsql.incRuns a SELECT query and stores its results in a temporary table.
_db_query_callbackincludes/database.incHelper function for db_query().

Functions called by _db_query_callback()

Namesort iconLocationDescription
db_encode_blobincludes/database.pgsql.incReturns a properly formatted Binary Large OBject value. In case of PostgreSQL encodes data for insert into bytea field.
db_escape_stringincludes/database.pgsql.incPrepare user input for use in a database query, preventing SQL injection attacks. Note: This function requires PostgreSQL 7.2 or later.
_db_query_callbackincludes/database.incHelper function for db_query().
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.