Add support for conditional constructed projection list.
This commit is contained in:
parent
74725e8e11
commit
d2fbdb68e6
4 changed files with 72 additions and 0 deletions
|
|
@ -7,3 +7,6 @@ type Statement = jet.Statement
|
|||
|
||||
// Projection is interface for all projection types. Types that can be part of, for instance SELECT clause.
|
||||
type Projection = jet.Projection
|
||||
|
||||
// ProjectionList can be used to create conditional constructed projection list.
|
||||
type ProjectionList = jet.ProjectionList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue