Uses of Class
com.randomnoun.common.jexl.sql.SqlText
Packages that use SqlText
-
Uses of SqlText in com.randomnoun.common.jexl.sql
Methods in com.randomnoun.common.jexl.sql that return SqlTextModifier and TypeMethodDescriptionstatic SqlText
SqlGenerator.comparisonOpToSql
(String sqlOp, EvalContext evalContext, Object lhs, Object rhs) Generates code for comparisons of MoneyValue and Date types.static SqlText
SqlGenerator.toSql
(EvalContext evalContext, Object obj) Convert an evaluated node object into it's SQL representation.