Skip to content

Latest commit

 

History

History
173 lines (101 loc) · 4.36 KB

File metadata and controls

173 lines (101 loc) · 4.36 KB

minisql.sql.binder.BoundSelect

Home · Source file

BoundSelect

struct BoundSelect

Groups the bound select state and preserves the field relationships documented below.

View source

Members

aggregateQuery

aggregateQuery

Stores the aggregate query associated with this value.

View source

groupExpressions

groupExpressions

Stores the group expressions associated with this value.

View source

havingExpression

havingExpression

Stores the having expression associated with this value.

View source

itemNames

itemNames

Stores the item names associated with this value.

View source

items

items

Tracks the items numeric value.

View source

joins

joins

Contains the ordered joins collection.

View source

orderExpressions

orderExpressions

Contains the ordered order expressions collection.

View source

setOperations

setOperations

Stores the set operations associated with this value.

View source

sources

sources

Contains the ordered sources collection.

View source

statement

statement

Stores the statement associated with this value.

View source

table

table

Stores the table associated with this value.

View source

whereExpression

whereExpression

Stores the where expression associated with this value.

View source

windowQuery

windowQuery

Stores the window query associated with this value.

View source