public class SqlCast extends UnarySqlOperator
| Modifier and Type | Method and Description |
|---|---|
String |
getSignature()
Default implementation of
QueryModelNode.getSignature() that
prints the name of the node's class. |
int |
getType() |
<X extends Exception> |
visit(RdbmsQueryModelVisitorBase<X> visitor) |
clone, equals, getArg, hashCode, replaceChildNode, setArg, toString, visitChildrenvisitgetParentNode, nullEquals, replaceNodeInList, replaceWith, setParentNodefinalize, getClass, notify, notifyAll, wait, wait, waitgetParentNode, replaceWith, setParentNode, visitpublic SqlCast(SqlExpr arg, int type)
public <X extends Exception> void visit(RdbmsQueryModelVisitorBase<X> visitor) throws X extends Exception
visit in class RdbmsQueryModelNodeBaseX extends Exceptionpublic int getType()
public String getSignature()
QueryModelNodeBaseQueryModelNode.getSignature() that
prints the name of the node's class.getSignature in interface QueryModelNodegetSignature in class QueryModelNodeBaseCopyright © 2001–2015 Aduna. All rights reserved.