Uses of Class
org.d2rq.db.expr.Constant

Packages that use Constant
org.d2rq.db.expr   
 

Uses of Constant in org.d2rq.db.expr
 

Methods in org.d2rq.db.expr that return Constant
static Constant Constant.create(String value, ColumnName columnForType)
           
static Constant Constant.create(String value, DataType.GenericType genericType)
           
static Constant Constant.create(String value, DataType dataType)
           
static Constant Constant.create(String value, Expression expressionForType)