Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Search Results for beginReadLocking
AphrontDatabaseConnection::beginReadLocking()
Method
AphrontDatabaseTransactionState::beginReadLocking()
Method
LiskDAO::beginReadLocking()
Method
Begins read-locking selected rows with SELECT ... FOR UPDATE, so that other connections can not read them (this is an enormous oversimplification of FOR UPDATE semantics; consult the MySQL documentation for details). To end read locking, call @{method:endReadLocking}. For example: