JDatabaseQueryMySQLi::unlock
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabaseQueryMySQLi::unlock[edit]
Description[edit]
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[edit]
JDatabaseQueryMySQLi::unlock source code on BitBucket
Class JDatabaseQueryMySQLi
Subpackage Database
- Other versions of JDatabaseQueryMySQLi::unlock
User contributed notes[edit]
Code Examples[edit]