QueryInfo represents a debug/info struct with exported SelectQuery fields.

Hierarchy

  • QueryInfo

Properties

buildHook: BuildHookFunc
builder: Builder
context: context.Context
distinct: boolean
from: string[]
groupBy: string[]
having: Expression
join: JoinInfo[]
limit: number
offset: number
orderBy: string[]
params: Params
selectOption: string
selects: string[]
union: UnionInfo[]
where: Expression

Generated using TypeDoc