db_unlock_tables
Related topics
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
Functions that call db_unlock_tables()
| Name | Location | Description |
|---|---|---|
| db_unlock_tables | includes/database.pgsql.inc | Unlock all locked tables. This function automatically commits a transaction. |
Functions called by db_unlock_tables()
| Name | Location | Description |
|---|---|---|
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| db_unlock_tables | includes/database.pgsql.inc | Unlock all locked tables. This function automatically commits a transaction. |
