Uses of Class
com.feedzai.commons.sql.abstraction.dml.Between
-
Packages that use Between Package Description com.feedzai.commons.sql.abstraction.dml Contains classes to build DML statements.com.feedzai.commons.sql.abstraction.dml.dialect Contains an SQL builder.com.feedzai.commons.sql.abstraction.engine Contains the database engine core. -
-
Uses of Between in com.feedzai.commons.sql.abstraction.dml
Methods in com.feedzai.commons.sql.abstraction.dml that return Between Modifier and Type Method Description BetweenBetween. not()Negates the expression. -
Uses of Between in com.feedzai.commons.sql.abstraction.dml.dialect
Methods in com.feedzai.commons.sql.abstraction.dml.dialect that return Between Modifier and Type Method Description static BetweenSqlBuilder. between(Expression exp1, Expression exp2, Expression exp3)The BETWEEN operator.static BetweenSqlBuilder. notBetween(Expression exp1, Expression exp2, Expression exp3)The NOT BETWEEN operator. -
Uses of Between in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine with parameters of type Between Modifier and Type Method Description StringAbstractTranslator. translate(Between b)TranslatesBetween.
-