API17

API17:JDatabaseQueryMySQL::lock

From Joomla! Documentation

Revision as of 02:44, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See also


User contributed notes

Code Examples