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) |
abstract <X extends Exception> |
visit(RdbmsQueryModelVisitorBase<X> visitor) |
clone, getParentNode, getSignature, nullEquals, replaceChildNode, replaceNodeInList, replaceWith, setParentNode, toString, visitChildrenequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequalspublic <X extends Exception> void visit(QueryModelVisitor<X> visitor) throws X extends Exception
X extends Exceptionpublic abstract <X extends Exception> void visit(RdbmsQueryModelVisitorBase<X> visitor) throws X extends Exception
X extends ExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.