CDbCriteria SQL suffix

Hello,

is there any way to manually specify SQL suffix for CDbCriteria when selecting some AR model from the DB? Particularly, when I know, that I will modify the AR object within the same controller action/tx, I want to select it ‘FOR UPDATE’ in order for the transaction to lock the row, so that nobody else can modify it.