API17

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:JDatabaseQueryMySQL]][[Category:JDatabaseQueryMySQL::lock]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 15:35, 11 May 2013

Joomla 11.1 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 Joomla 11.1

See also

Template:SeeAlso:JDatabaseQueryMySQL::lock [Edit See Also]

User contributed notes

<CodeExamplesForm />