set_where
Description:
Valid only for: UPDATE, DELETE, SELECT statements
Sets the WHERE condition of the statement
Parameters:
this |
a SqlBuilder object |
cond_id |
the ID of the expression to set as WHERE condition, or 0 to unset any previous WHERE condition |