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, withNoLock
public Between(Expression column, Expression exp)
Between
.column
- The column.exp
- The AND expression.public Between not()
public String translate()
Expression
translate
in class Expression
public Expression getColumn()
public Expression getAnd()
public boolean isNot()
true
if the expression is to be negated, false
otherwise.Copyright © 2014 Feedzai. All Rights Reserved.