|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axiondb.engine.commands.DMLWhenClause
public class DMLWhenClause
A WHEN clause in insert, update and merge statements.
| Constructor Summary | |
|---|---|
DMLWhenClause(Selectable whenCondition)
|
|
| Method Summary | |
|---|---|
boolean |
evaluate(RowDecorator dec)
|
Selectable |
getCondition()
|
void |
resolve(Database db,
TableIdentifier[] tables)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DMLWhenClause(Selectable whenCondition)
| Method Detail |
|---|
public boolean evaluate(RowDecorator dec)
throws AxionException
AxionException
public void resolve(Database db,
TableIdentifier[] tables)
throws AxionException
AxionExceptionpublic Selectable getCondition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||