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

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