public class Name extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock| Constructor and Description |
|---|
Name(java.lang.String name)
Creates a new instance of
Name. |
Name(java.lang.String tableName,
java.lang.String name)
Creates a new instance of
Name. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEnvironment()
Gets the environment.
|
java.lang.String |
getName()
Gets the name.
|
boolean |
isIsNotNull()
Checks if IS NOT NULL is to be appended to this expression.
|
boolean |
isIsNull()
Checks if IS NULL is to be appended to this expression.
|
Name |
isNotNull()
Appends "IS NOT NULL" to this expression.
|
Name |
isNull()
Appends "IS NULL" to this expression.
|
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 Name(java.lang.String name)
Name.name - The object name.public Name(java.lang.String tableName,
java.lang.String name)
Name.tableName - The environment.name - The name.public Name isNull()
public Name isNotNull()
public java.lang.String getName()
public java.lang.String getEnvironment()
public boolean isIsNull()
true if it is to be appended, false otherwise.public boolean isIsNotNull()
true if it is to be appended, false otherwise.public java.lang.String translate()
Expressiontranslate in class ExpressionCopyright © 2018 Feedzai. All Rights Reserved.