SQLUtils.addCondition

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string addCondition(string sql, string condition, string dbType)
  2. string addCondition(string sql, string condition, SQLBinaryOperator op, bool left, string dbType)
    class SQLUtils
    static
    string
    addCondition
    (
    string sql
    ,
    string condition
    ,
    SQLBinaryOperator op
    ,
    bool left
    ,
    string dbType
    )
  3. void addCondition(SQLStatement stmt, SQLBinaryOperator op, SQLExpr condition, bool left)

Meta