Class JoinBuilder<DB, TB>

Type Parameters

  • DB

  • TB extends keyof DB

Hierarchy

  • JoinBuilder

Implements

Constructors

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)

    Returns T

Generated using TypeDoc