API17

API17:JDatabaseQueryMySQL::lock

From Joomla! Documentation

Revision as of 15:10, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Joomla 11.1 JDatabaseQueryMySQL::lock

Description

Method to lock the database table for writing.

{{subst:Description:JDatabaseQueryMySQL::lock}}

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

{{subst:SeeAlso:JDatabaseQueryMySQL::lock}}

User contributed notes

<CodeExamplesForm />