Uses of Package
com.randomnoun.common.jexl.sql
Packages that use com.randomnoun.common.jexl.sql
-
Classes in com.randomnoun.common.jexl.sql used by com.randomnoun.common.jexl.sqlClassDescriptionThe TransformedSqlColumn.reverseTransformLiteral() method can throw a CannotReverseLiteralException to indicate that it cannot reverse a transformation on the supplied literal.An SqlFunction can throw this to indicate that it should be evaluated into an SQL literal, rather than being translated into an SQL expression.Objects of this type are used in the evaluation context passed into an SqlGenerator to define a database column used in a TopLevelExpression.Class to mark a String as generated 'SQL' (as opposed to a String literal).
-
Classes in com.randomnoun.common.jexl.sql used by com.randomnoun.common.jexl.sql.function