public abstract class RdbmsQueryModelNodeBase extends QueryModelNodeBase
QueryModelNodeBase
for SQL query algebra.Constructor and Description |
---|
RdbmsQueryModelNodeBase() |
Modifier and Type | Method and Description |
---|---|
<X extends Exception> |
visit(QueryModelVisitor<X> visitor)
Visits this node.
|
abstract <X extends Exception> |
visit(RdbmsQueryModelVisitorBase<X> visitor) |
clone, getParentNode, getSignature, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setParentNode, toString, visitChildren
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals
public <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
QueryModelNode
X extends Exception
public abstract <X extends Exception> void visit(RdbmsQueryModelVisitorBase<X> visitor) throws X extends Exception
X extends Exception
Copyright © 2001-2016 Aduna. All Rights Reserved.