| Class and Description |
|---|
| 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.
|
| JinqPostgresQuery
Data structure used to represent Postgres queries and the conversions
needed to parse results into a form usable by Jinq.
|
| Class and Description |
|---|
| ColumnExpressions
Holds the expressions that make up the various columns of the query and the
reader used to interpret the returned result as an object.
|
| Expression |
| JinqPostgresQuery
Data structure used to represent Postgres queries and the conversions
needed to parse results into a form usable by Jinq.
|
| RowReader |
| SelectFromWhere |
| SelectOnly |
| Class and Description |
|---|
| ColumnExpressions
Holds the expressions that make up the various columns of the query and the
reader used to interpret the returned result as an object.
|
Copyright © 2015. All rights reserved.