SQLEvalVisitorUtils

Undocumented in source.
class SQLEvalVisitorUtils {}

Members

Static functions

add
Object add(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
bitAnd
Object bitAnd(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
bitOr
Object bitOr(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
castToBigInteger
BigInteger castToBigInteger(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToBoolean
Boolean castToBoolean(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToByte
Byte castToByte(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToDate
Date castToDate(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToDate
Date castToDate(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
castToDecimal
BigDecimal castToDecimal(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToDouble
Double castToDouble(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToFloat
Float castToFloat(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToInteger
Integer castToInteger(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToLong
Long castToLong(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToNumber
Object castToNumber(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToShort
Short castToShort(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
castToString
string castToString(Object val)
Undocumented in source. Be warned that the author may not have intended to support it.
createEvalVisitor
SQLEvalVisitor createEvalVisitor(string dbType)
Undocumented in source. Be warned that the author may not have intended to support it.
div
Object div(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
eq
Boolean eq(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
eval
Object eval(string dbType, SQLObject sqlObject, Object[] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
eval
Object eval(string dbType, SQLObject sqlObject, List!(Object) parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
eval
Object eval(string dbType, SQLObject sqlObject, List!(Object) parameters, bool throwError)
Undocumented in source. Be warned that the author may not have intended to support it.
evalExpr
Object evalExpr(string dbType, string expr, Object[] parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
evalExpr
Object evalExpr(string dbType, string expr, List!(Object) parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
functions
Map!(string, Function) functions()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Object getValue(SQLObject sqlObject)
Undocumented in source. Be warned that the author may not have intended to support it.
gt
Boolean gt(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
gteq
Boolean gteq(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
like
Boolean like(string input, string pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
lt
Boolean lt(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
lteq
Boolean lteq(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
multi
Object multi(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
registerBaseFunctions
Map!(string, Function) registerBaseFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.
rightShift
Object rightShift(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
sub
Object sub(Object a, Object b)
Undocumented in source. Be warned that the author may not have intended to support it.
unwrap
SQLExpr unwrap(SQLExpr expr)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLMethodInvokeExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLCharExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLHexExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLBinaryExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLBetweenExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLNullExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLCaseExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLInListExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLQueryExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLUnaryExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLBinaryOpExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLNumericLiteralExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLVariantRefExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(SQLEvalVisitor visitor, SQLIdentifierExpr x)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta