Class QueryPlan.SimplePatternSelectNode

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

public static class QueryPlan.SimplePatternSelectNode extends QueryPlan.SingleQueryPlanNode
The node for evaluating a simple pattern search on a table which includes a single left hand variable or constant, a pattern type (LIKE, NOT LIKE or REGEXP), and a right hand constant (eg. 'T__y'). If the expression is not in this form then this node will not operate correctly.
See Also: