for_update
Definition
/**
* Create a FOR UPDATE locking clause.
*
* @param list<string> $tables Tables to lock (empty for all)
*/
for_update(array $tables) : LockingClause /**
* Create a FOR UPDATE locking clause.
*
* @param list<string> $tables Tables to lock (empty for all)
*/
for_update(array $tables) : LockingClause