API17

API17:JDatabaseQuerySQLSrv::lock

From Joomla! Documentation

Joomla 11.1 JDatabaseQuerySQLSrv::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 532 of libraries/joomla/database/database/sqlsrvquery.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples