public class Rename extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Rename(Expression oldName,
Expression newName)
Creates a new instance of
Rename. |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getNewName()
Gets the new name.
|
Expression |
getOldName()
Gets the old name.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLockpublic Rename(Expression oldName, Expression newName)
Rename.oldName - The old table name.newName - The new table name.public Expression getOldName()
public Expression getNewName()
public String translate()
Expressiontranslate in class ExpressionCopyright © 2014 Feedzai. All Rights Reserved.