JDatabaseDriverPostgresql::unlockTables
Unlocks tables in the database, this command does not exist in PostgreSQL, it is automatically done on commit or rollback.
Signature
public function unlockTables()
Returns
- JDatabaseDriverPostgresql
- Returns this object to support chaining.