db_unlock_tables

Related topics

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

Functions that call db_unlock_tables()

Namesort iconLocationDescription
db_unlock_tablesincludes/database.pgsql.incUnlock all locked tables. This function automatically commits a transaction.

Functions called by db_unlock_tables()

Namesort iconLocationDescription
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
db_unlock_tablesincludes/database.pgsql.incUnlock all locked tables. This function automatically commits a transaction.
 
 

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.