public class DMLWhenClause
extends java.lang.Object
Constructor and Description |
---|
DMLWhenClause(Selectable whenCondition) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(RowDecorator dec) |
Selectable |
getCondition() |
void |
resolve(Database db,
TableIdentifier[] tables) |
public DMLWhenClause(Selectable whenCondition)
public boolean evaluate(RowDecorator dec) throws AxionException
AxionException
public void resolve(Database db, TableIdentifier[] tables) throws AxionException
AxionException
public Selectable getCondition()