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

    Class SetOpBuilder

    Builder for set operations (UNION, INTERSECT, EXCEPT) with optional ORDER BY, LIMIT, and OFFSET.

    Index

    Methods

    • Return the Expression AST as a plain JS object.

      Returns any

    • Free the underlying WASM handle.

      Returns void

    • Set the LIMIT.

      Parameters

      • n: number

      Returns this

    • Set the OFFSET.

      Parameters

      • n: number

      Returns this

    • Generate SQL string. Defaults to generic dialect.

      Parameters

      • dialect: string = 'generic'

      Returns string