public class Name extends Expression
alias, enclosed, joins, ordering, properties, quotes, translator, withNoLock
Constructor and Description |
---|
Name(String name)
Creates a new instance of
Name . |
Name(String tableName,
String name)
Creates a new instance of
Name . |
Modifier and Type | Method and Description |
---|---|
String |
getEnvironment()
Gets the environment.
|
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.
|
String |
translate()
Translates the expression.
|
alias, asc, desc, enclose, fullOuterJoin, getAlias, getJoins, getOrdering, innerJoin, isAliased, isEnclosed, isQuote, isQuotes, isWithNoLock, leftOuterJoin, rightOuterJoin, unquote, withNoLock
public Name isNull()
public Name isNotNull()
public String getName()
public 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 String translate()
Expression
translate
in class Expression
Copyright © 2014 Feedzai. All Rights Reserved.