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