DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
The node for performing a exhaustive select operation on the child node. More...
Public Member Functions | |
ExhaustiveSelectNode (IQueryPlanNode child, SqlExpression exp) | |
override ITable | Evaluate (IRequest context) |
Protected Member Functions | |
override void | GetData (SerializeData data) |
Protected Member Functions inherited from Deveel.Data.Sql.Query.SingleQueryPlanNode | |
SingleQueryPlanNode (IQueryPlanNode child) | |
SingleQueryPlanNode (ObjectData data) | |
Properties | |
SqlExpression | Expression [get, private set] |
The search expression. More... | |
Properties inherited from Deveel.Data.Sql.Query.SingleQueryPlanNode | |
IQueryPlanNode | Child [get, private set] |
Gets the single child node of the plan. More... | |
Private Member Functions | |
ExhaustiveSelectNode (ObjectData data) | |
The node for performing a exhaustive select operation on the child node.
This node will iterate through the entire child result and all results that evaluate to true are included in the result.
Note: The expression may have correlated sub-queries.
Definition at line 37 of file ExhaustiveSelectNode.cs.
|
inline |
Definition at line 38 of file ExhaustiveSelectNode.cs.
|
inlineprivate |
Definition at line 43 of file ExhaustiveSelectNode.cs.
|
inlinevirtual |
Implements Deveel.Data.Sql.Query.SingleQueryPlanNode.
Definition at line 53 of file ExhaustiveSelectNode.cs.
|
inlineprotectedvirtual |
Reimplemented from Deveel.Data.Sql.Query.SingleQueryPlanNode.
Definition at line 58 of file ExhaustiveSelectNode.cs.
|
getprivate set |
The search expression.
Definition at line 51 of file ExhaustiveSelectNode.cs.