CDbCriteria how to select ... for update?

Hi there, I need to implement the “SELECT … FOR UPDATE” with CDbCriteria to avoid race conditions in my project and don’t want to write plan SQL statement…Any suggestions?