Add support for conditional constructed projection list.

This commit is contained in:
go-jet 2019-12-14 19:11:35 +01:00
parent 74725e8e11
commit d2fbdb68e6
4 changed files with 72 additions and 0 deletions

View file

@ -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