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
AxionExceptionpublic void resolve(Database db, TableIdentifier[] tables) throws AxionException
AxionExceptionpublic Selectable getCondition()