public abstract class SqlConstant<T> extends RdbmsQueryModelNodeBase implements SqlExpr
| Constructor and Description |
|---|
SqlConstant() |
SqlConstant(T value) |
| Modifier and Type | Method and Description |
|---|---|
SqlConstant<T> |
clone() |
boolean |
equals(Object obj) |
String |
getSignature() |
T |
getValue() |
int |
hashCode() |
void |
setValue(T value) |
visit, visitgetParentNode, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setParentNode, toString, visitChildrenfinalize, getClass, notify, notifyAll, wait, wait, waitgetParentNode, replaceChildNode, replaceWith, setParentNode, toString, visit, visitChildrenpublic SqlConstant()
public SqlConstant(T value)
public T getValue()
public void setValue(T value)
public String getSignature()
getSignature in interface QueryModelNodegetSignature in class QueryModelNodeBasepublic SqlConstant<T> clone()
clone in interface QueryModelNodeclone in interface SqlExprclone in class QueryModelNodeBasepublic boolean equals(Object obj)
equals in interface QueryModelNodeequals in class ObjectCopyright © 2001-2014 Aduna. All Rights Reserved.