JDatabaseQuerySQLAzure::lock: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Method to lock the database table for writing. | Method to lock the database table for writing. | ||
{{Description:JDatabaseQuerySQLAzure::lock}} | {{subst:Description:JDatabaseQuerySQLAzure::lock}} | ||
<source lang="php"> | <source lang="php"> | ||
public function lock ( | public function lock ( | ||
| Line 40: | Line 38: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[API17:JDatabaseQuerySQLAzure::lock|Other versions of JDatabaseQuerySQLAzure::lock]] | * [[API17:JDatabaseQuerySQLAzure::lock|Other versions of JDatabaseQuerySQLAzure::lock]] | ||
{{SeeAlso:JDatabaseQuerySQLAzure::lock}} | {{subst:SeeAlso:JDatabaseQuerySQLAzure::lock}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:12, 24 March 2017
JDatabaseQuerySQLAzure::lock
Description
Method to lock the database table for writing.
{{subst:Description:JDatabaseQuerySQLAzure::lock}}
public function lock (
$table_name
&$db
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table_name | |||
| &$db |
- Returns boolean True on success.
- Defined on line 533 of libraries/joomla/database/database/sqlazurequery.php
- Since

See also
JDatabaseQuerySQLAzure::lock source code on BitBucket
Class JDatabaseQuerySQLAzure
Subpackage Database- Other versions of JDatabaseQuerySQLAzure::lock
{{subst:SeeAlso:JDatabaseQuerySQLAzure::lock}}
User contributed notes
<CodeExamplesForm />