delete_take_condition


Description:

public void delete_take_condition (SqlExpr cond)

Sets the WHERE condition of this.

cond's ownership is transferred to this (which means this is then responsible for freeing it when no longer needed).

Parameters:

this

a SqlStatement pointer

cond

the WHERE condition of the DELETE statement, as a SqlExpr