2010年1月5日星期二

[fw-db] find() with forUpdate() clause

Using find to find a row by primary key is very useful since you don't have
to know the column name of the primary key.

$rows = $table->find(1234);

I was wondering if there is a way to do a find() with a forUpdate() clause
so that the returned row would be locked until updates have been committed.
--
View this message in context: http://n4.nabble.com/find-with-forUpdate-clause-tp999357p999357.html
Sent from the Zend DB mailing list archive at Nabble.com.

没有评论: