API17:JDatabaseQueryMySQLi::unlock
From Joomla! Documentation
JDatabaseQueryMySQLi::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/mysqliquery.php
- Since

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