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()
Returns a (deep) clone of this query model node.
|
boolean |
equals(Object obj)
Returns true if this query model node and its children are
recursively equal to o and its children.
|
String |
getSignature()
Default implementation of
QueryModelNode.getSignature() that
prints the name of the node's class. |
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()
QueryModelNodeBaseQueryModelNode.getSignature() that
prints the name of the node's class.getSignature in interface QueryModelNodegetSignature in class QueryModelNodeBasepublic SqlConstant<T> clone()
QueryModelNodeclone in interface QueryModelNodeclone in interface SqlExprclone in class QueryModelNodeBasepublic boolean equals(Object obj)
QueryModelNodeequals in interface QueryModelNodeequals in class ObjectCopyright © 2001–2015 Aduna. All rights reserved.