An object capable of producing a SQL statement.

interface Executable {
    toSql(): string;
}

Implemented by

Methods

Methods

  • Produces a SQL statement that creates this object.

    Returns string

    The SQL statement