Class QueryPlan.SimpleSelectNode

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

public static class QueryPlan.SimpleSelectNode extends QueryPlan.SingleQueryPlanNode
The node for performing a simple select operation on a table. The simple select requires a LHS variable, an operator, and an expression representing the RHS.
See Also: