API17:JDatabaseQuerySQLSrv::lock
From Joomla! Documentation
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

See also
JDatabaseQuerySQLSrv::lock source code on BitBucket
Class JDatabaseQuerySQLSrv
Subpackage Database- Other versions of JDatabaseQuerySQLSrv::lock
User contributed notes
Code Examples