JDatabaseQueryMySQL::lock: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JDatabaseQueryMySQL::lock/11.1 to API17:JDatabaseQueryMySQL::lock without leaving a redirect: Robot: Moved page |
m →User contributed notes: moving preparation |
||
| Line 55: | Line 55: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 15:35, 11 May 2013
JDatabaseQueryMySQL::lock
Description
Method to lock the database table for writing.
Template:Description:JDatabaseQueryMySQL::lock [Edit Descripton]
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
Template:SeeAlso:JDatabaseQueryMySQL::lock [Edit See Also]
User contributed notes
<CodeExamplesForm />