Type Parameters

  • DB
  • TB extends keyof DB

Implements

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • DB
    • TB extends string | number | symbol

    Parameters

    Returns JoinBuilder<DB, TB>

Properties

#private: any

Methods

  • Simply calls the provided function passing this as the only argument. $call returns what the provided function returns.

    Type Parameters

    • T

    Parameters

    • func: ((qb) => T)
        • (qb): T
        • Parameters

          • qb: this

          Returns T

    Returns T

  • Adds on true.

    Returns JoinBuilder<DB, TB>