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.
|
Modifier and Type | Method and Description |
---|---|
Between |
Between.not()
Negates the expression.
|
Modifier and Type | Method and Description |
---|---|
static Between |
SqlBuilder.between(Expression exp1,
Expression exp2,
Expression exp3)
The BETWEEN operator.
|
static Between |
SqlBuilder.notBetween(Expression exp1,
Expression exp2,
Expression exp3)
The NOT BETWEEN operator.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractTranslator.translate(Between b)
Translates
Between . |
Copyright © 2014 Feedzai. All Rights Reserved.