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, visitChildren
visit
getParentNode, nullEquals, replaceNodeInList, replaceWith, setParentNode
finalize, getClass, notify, notifyAll, wait, wait, wait
getParentNode, replaceWith, setParentNode, visit
public SqlCast(SqlExpr arg, int type)
public <X extends Exception> void visit(RdbmsQueryModelVisitorBase<X> visitor) throws X extends Exception
visit
in class RdbmsQueryModelNodeBase
X extends Exception
public int getType()
public String getSignature()
QueryModelNodeBase
QueryModelNode.getSignature()
that
prints the name of the node's class.getSignature
in interface QueryModelNode
getSignature
in class QueryModelNodeBase
Copyright © 2001-2016 Aduna. All Rights Reserved.