|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.query.processor.relational.RelationalNodeUtil
public class RelationalNodeUtil
| Method Summary | |
|---|---|
static boolean |
isUpdate(Command command)
Returns whether the relational command is an update. |
static boolean |
shouldExecute(Command command,
boolean simplifyCriteria)
Decides whether a command needs to be executed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean shouldExecute(Command command,
boolean simplifyCriteria)
throws TeiidComponentException,
ExpressionEvaluationException
command - simplifyCriteria - wheter to simplify the criteria of the command if they always evaluate to true
TeiidComponentException
ExpressionEvaluationExceptionpublic static boolean isUpdate(Command command)
command -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||