JDatabaseDriverSqlite::lockTable
Locks a table in the database.
Signature
public function lockTable(string
$tableĀ )
Parameters
-
$table
- The name of the table to unlock.
Returns
- JDatabaseDriverSqlite
- Returns this object to support chaining.