API17:JDatabaseQueryMySQL::unlock
From Joomla! Documentation
JDatabaseQueryMySQL::unlock
Description
Method to unlock the database table for writing.
public function unlock (&$db)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$db |
- Returns boolean True on success.
- Defined on line 512 of libraries/joomla/database/database/mysqlquery.php
- Since

See also
JDatabaseQueryMySQL::unlock source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database- Other versions of JDatabaseQueryMySQL::unlock
User contributed notes
Code Examples