prorm API Reference
    Preparing search index...

    Function buildRangeLiteral

    • Build the SQL for a range literal

      Parameters

      • lower: any

        Lower bound of the range

      • upper: any

        Upper bound of the range

      • Optionaloptions: { inclusiveLower?: boolean; inclusiveUpper?: boolean }

        Options for the range

      Returns string

      SQL for the range literal