_db_rewrite_sql

Related topics

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

Functions that call _db_rewrite_sql()

Namesort iconLocationDescription
db_rewrite_sqlincludes/database.incRewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead.
node_searchmodules/node/node.moduleImplementation of hook_search().
_db_rewrite_sqlincludes/database.incHelper function for db_rewrite_sql.

Functions called by _db_rewrite_sql()

Namesort iconLocationDescription
module_implementsincludes/module.incDetermine which modules are implementing a hook.
module_invokeincludes/module.incInvoke a hook in a particular module.
_db_rewrite_sqlincludes/database.incHelper function for db_rewrite_sql.
 
 

Drupal is a registered trademark of Dries Buytaert.