Class QueryPlan.ConstantSelectNode

java.lang.Object
com.mckoi.database.QueryPlan.SingleQueryPlanNode
com.mckoi.database.QueryPlan.ConstantSelectNode
All Implemented Interfaces:
QueryPlanNode, Serializable, Cloneable
Enclosing class:
QueryPlan

public static class QueryPlan.ConstantSelectNode extends QueryPlan.SingleQueryPlanNode
The node for evaluating an expression that contains entirely constant values (no variables).
See Also: