Interface SelectQueryNode

Hierarchy

Properties

distinctOn?: readonly OperationNode[]
endModifiers?: readonly SelectModifierNode[]
explain?: ExplainNode
fetch?: FetchNode
from?: FromNode
frontModifiers?: readonly SelectModifierNode[]
groupBy?: GroupByNode
having?: HavingNode
joins?: readonly JoinNode[]
kind: "SelectQueryNode"
limit?: LimitNode
offset?: OffsetNode
orderBy?: OrderByNode
selections?: readonly SelectionNode[]
setOperations?: readonly SetOperationNode[]
top?: TopNode
where?: WhereNode
with?: WithNode

Generated using TypeDoc