| AggregateFunctionExpression |
|
| BinaryExpression |
|
| CaseWhenExpression |
|
| CaseWhenExpression.ConditionResult |
|
| ColumnExpressions<T> |
Holds the expressions that make up the various columns of the query and the
reader used to interpret the returned result as an object.
|
| ConstantExpression |
|
| Expression |
|
| ExpressionVisitor |
|
| From |
|
| From.FromDataSource |
|
| From.FromNavigationalLinks |
|
| From.FromNavigationalLinksGeneric |
|
| From.FromNavigationalLinksJoinFetch |
|
| From.FromNavigationalLinksLeftOuterJoin |
|
| From.FromNavigationalLinksLeftOuterJoinFetch |
|
| FromAliasExpression |
|
| FunctionExpression |
|
| GeneratedQueryParameter |
When generating a Postgres query string, we also need to store a list of generated
parameters that will need to substituted into the query before the query can be
run.
|
| GroupedSelectFromWhere<T,U> |
|
| JinqPostgresQuery<T> |
Data structure used to represent Postgres queries and the conversions
needed to parse results into a form usable by Jinq.
|
| OperatorPrecedenceLevel |
|
| ParameterAsQuery<T> |
|
| ParameterExpression |
|
| ParameterFieldExpression |
|
| ReadFieldExpression |
|
| RecursiveExpressionVisitor |
|
| SelectFromWhere<T> |
|
| SelectFromWhere.SortingParameters |
Holds information needed to do a sort.
|
| SelectOnly<T> |
|
| SimpleRowReader<T> |
|
| SubqueryExpression |
|
| TupleRowReader<T> |
|
| UnaryExpression |
|