Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SelectBuilder

Index

Constructors

constructor

Properties

Private command

command: SqlFragment = "SELECT"

Private joins

joins: SqlFragment[] = []

Private limit

limit: number | null = null

Private orderColumns

orderColumns: SqlFragment[] = []

Private params

params: any[] = []

Private selection

selection: SqlFragment[] = []

Private tableSource

tableSource: SqlFragment | null

Private wheres

wheres: SqlFragment[] = []

Methods

createQuery

  • createQuery(): object

from

join

orderBy

select

setCommand

setLimit

  • setLimit(maxRows: number): this

where

  • where(condition: SqlFragment, ...params: any[]): this

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc