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