A statement that can be evaluated by the database. Besides the SQL text, it also contains the positional and named arguments.

Hierarchy

  • Stmt

Constructors

Properties

Methods

Constructors

Properties

sql: InSql

The SQL statement text.

Methods

  • Binds a parameter by a 1-based index.

    Parameters

    Returns Stmt

  • Binds positional parameters from the given values. All previous positional bindings are cleared.

    Parameters

    Returns Stmt

Generated using TypeDoc