Back to Pocketbase

Interface QueryInfo

static/jsvm/interfaces/dbx.QueryInfo.html

latest2.2 KB
Original Source

Interface QueryInfo

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

Hierarchy

  • QueryInfo

Index

Properties

buildHookbuildercontextdistinctfromgroupByhavingjoinlimitoffsetorderByparamspostFragmentpreFragmentselectOptionselectsunionwhere

Properties

buildHook

buildHook: BuildHookFunc

builder

builder: Builder

context

context: context.Context

distinct

distinct: boolean

from

from: string[]

groupBy

groupBy: string[]

having

having: Expression

join

join: JoinInfo[]

limit

limit: number

offset

offset: number

orderBy

orderBy: string[]

params

params: Params

postFragment

postFragment: string

preFragment

preFragment: string

selectOption

selectOption: string

selects

selects: string[]

union

union: UnionInfo[]

where

where: Expression

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc