Expression represents a DB expression that can be embedded in a SQL statement.

Hierarchy

  • Expression

Indexable

[key: string]: any

Methods

Methods

  • Build converts an expression into a SQL fragment. If the expression contains binding parameters, they will be added to the given Params.

    Parameters

    Returns string

Generated using TypeDoc