Class QueryPlan.FetchTableNode

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

public static class QueryPlan.FetchTableNode extends Object implements QueryPlanNode
The node for fetching a table from the current transaction. This is a tree node and has no children.
See Also: