DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Properties | List of all members
Deveel.Data.Sql.Query.QueryPlanner.GroupInfo Class Reference

Properties

PreparedQuerySelectColumns Columns [get, set]
 
ObjectName GroupMax [get, set]
 
int GroupByCount [get, set]
 
ObjectName[] GroupByNames [get, set]
 
SqlExpression[] GroupByExpressions [get, set]
 
int FunctionCount [get, set]
 
string[] FunctionNames [get, set]
 
SqlExpression[] FunctionExpressions [get, set]
 

Detailed Description

Definition at line 137 of file QueryPlanner.cs.

Property Documentation

PreparedQuerySelectColumns Deveel.Data.Sql.Query.QueryPlanner.GroupInfo.Columns
getset

Definition at line 138 of file QueryPlanner.cs.

int Deveel.Data.Sql.Query.QueryPlanner.GroupInfo.FunctionCount
getset

Definition at line 148 of file QueryPlanner.cs.

SqlExpression [] Deveel.Data.Sql.Query.QueryPlanner.GroupInfo.FunctionExpressions
getset

Definition at line 152 of file QueryPlanner.cs.

string [] Deveel.Data.Sql.Query.QueryPlanner.GroupInfo.FunctionNames
getset

Definition at line 150 of file QueryPlanner.cs.

int Deveel.Data.Sql.Query.QueryPlanner.GroupInfo.GroupByCount
getset

Definition at line 142 of file QueryPlanner.cs.

SqlExpression [] Deveel.Data.Sql.Query.QueryPlanner.GroupInfo.GroupByExpressions
getset

Definition at line 146 of file QueryPlanner.cs.

ObjectName [] Deveel.Data.Sql.Query.QueryPlanner.GroupInfo.GroupByNames
getset

Definition at line 144 of file QueryPlanner.cs.

ObjectName Deveel.Data.Sql.Query.QueryPlanner.GroupInfo.GroupMax
getset

Definition at line 140 of file QueryPlanner.cs.


The documentation for this class was generated from the following file: