API17

API17:JDatabaseQueryMySQL::lock

From Joomla! Documentation

Revision as of 21:26, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JDatabaseQueryMySQL::lock/11.1 to API17:JDatabaseQueryMySQL::lock without leaving a redirect: Robot: Moved page)

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 />