lock_table
Definition
/**
* Create a LOCK TABLE builder.
*
* Example: lock_table('users', 'orders')->accessExclusive()
* Produces: LOCK TABLE users, orders IN ACCESS EXCLUSIVE MODE
*/
lock_table(string $tables) : LockFinalStep /**
* Create a LOCK TABLE builder.
*
* Example: lock_table('users', 'orders')->accessExclusive()
* Produces: LOCK TABLE users, orders IN ACCESS EXCLUSIVE MODE
*/
lock_table(string $tables) : LockFinalStep