db_query_temporary

Related topics

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

Functions that call db_query_temporary()

Namesort iconLocationDescription
db_query_temporaryincludes/database.pgsql.incRuns a SELECT query and stores its results in a temporary table.

Functions called by db_query_temporary()

Namesort iconLocationDescription
db_prefix_tablesincludes/database.incAppend a database prefix to all tables in a query.
db_query_temporaryincludes/database.pgsql.incRuns a SELECT query and stores its results in a temporary table.
_db_queryincludes/database.pgsql.incHelper function for db_query().
_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.