Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Search Results for beginWriteLocking
AphrontDatabaseConnection::beginWriteLocking()
Method
AphrontDatabaseTransactionState::beginWriteLocking()
Method
LiskDAO::beginWriteLocking()
Method
Begins write-locking selected rows with SELECT ... LOCK IN SHARE MODE, so that other connections can not update or delete them (this is an oversimplification of LOCK IN SHARE MODE semantics; consult the MySQL documentation for details). To end write locking, call @{method:endWriteLocking}.