Polyglot SQL API Documentation - v0.9.2
    Preparing search index...

    Class SelectBuilder

    Hierarchy

    • StatefulBuilder
      • SelectBuilder
    Index

    Constructors

    Methods

    • Parameters

      • tableName: string

      Returns this

    • Parameters

      • tableName: string
      • options: { replace?: boolean; temporary?: boolean } = {}

      Returns unknown

    • Parameters

      • tableName: string
      • dialect: string = 'generic'
      • options: { replace?: boolean; temporary?: boolean } = {}

      Returns string

    • Returns void

    • Parameters

      • tableOrExpression: string | Expr

      Returns this

    • Parameters

      • text: string

      Returns this

    • Parameters

      • functionExpression: Expr
      • tableAlias: string
      • columnAliases: string[]
      • options: { outer?: boolean } = {}

      Returns this

    • Parameters

      • value: number

      Returns this

    • Parameters

      • value: number

      Returns this

    • Parameters

      • dialect: string = 'generic'

      Returns string