Class QueryBuilder<Schema, Table, Return, Ext>

Builds a SELECT statement.

Type Parameters

Hierarchy

  • CallableInstance<never[], unknown>
    • QueryBuilder

Constructors

Properties

_statement: ast.Query<Ext>

Methods

  • Removes all type information from the builder allowing you to select whatever you want and get back the any type. This should never be necessary as the SIJ builder includes a complete typing of SQL but in situations where SIJ has a bug you can continue using it while waiting for the upstream to be fixed.

    Returns QueryBuilder<any, any, any, Ext>

Generated using TypeDoc