public class Between extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Between(Expression column,
Expression exp)
Creates a new instance of
Between. |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getAnd()
Gets the AND expression.
|
Expression |
getColumn()
Gets the column in the expression.
|
boolean |
isNot()
Checks if the expression is to be negated.
|
Between |
not()
Negates the expression.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Between(Expression column, Expression exp)
Between.column - The column.exp - The AND expression.public Between not()
public String translate()
Expressiontranslate in class Expressionpublic Expression getColumn()
public Expression getAnd()
public boolean isNot()
true if the expression is to be negated, false otherwise.Copyright © 2014 Feedzai. All Rights Reserved.