Class Sql

Hierarchy

  • Sql

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    • rawStrings: readonly string[]
    • rawValues: readonly RawValue[]

    Returns Sql

Properties

#valueMap: Map<ValueArray, number> = ...
#values: ValueArray[]
strings: string[]

Accessors

Methods

  • Join together multiple values into a single Sql instance

    Parameters

    • values: RawValue[]

      The values to join together

    Returns Sql

    an Sql instance with the values joined by the separator (the this Sql instance)

Generated using TypeDoc