Interface SQLExpression

interface SQLExpression {
    sql: SQL;
}

Properties

Properties

sql: SQL

Generated using TypeDoc