SchemaStatVisitor.handleCondition

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void handleCondition(SQLExpr expr, string operator, List!(SQLExpr) values)
  2. void handleCondition(SQLExpr expr, string operator, SQLExpr[] valueExprs)
    class SchemaStatVisitor
    protected
    void
    handleCondition
    (
    SQLExpr expr
    ,
    string operator
    ,
    SQLExpr[] valueExprs...
    )

Meta