public class Join extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Join(java.lang.String join,
Expression joinTable,
Expression joinExpr)
Creates a new instance of
Join. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJoin()
Gets the join type represented in a String.
|
Expression |
getJoinExpr()
Gets the join expression.
|
Expression |
getJoinTable()
Gets the join table.
|
java.lang.String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Join(java.lang.String join,
Expression joinTable,
Expression joinExpr)
Join.join - The join string.joinTable - The join table.joinExpr - The join expression.public java.lang.String getJoin()
public Expression getJoinTable()
public Expression getJoinExpr()
public java.lang.String translate()
Expressiontranslate in class ExpressionCopyright © 2018 Feedzai. All Rights Reserved.