org.axiondb.engine.commands
Class DMLWhenClause
java.lang.Object
org.axiondb.engine.commands.DMLWhenClause
- public class DMLWhenClause
- extends Object
A WHEN clause in insert, update and merge statements.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DMLWhenClause
public DMLWhenClause(Selectable whenCondition)
evaluate
public boolean evaluate(RowDecorator dec)
throws AxionException
- Throws:
AxionException
resolve
public void resolve(Database database,
TableIdentifier[] tables)
throws AxionException
- Throws:
AxionException