Class HasTableFunctionVisitor
java.lang.Object
org.apache.derby.impl.sql.compile.HasNodeVisitor
org.apache.derby.impl.sql.compile.HasTableFunctionVisitor
- All Implemented Interfaces:
Visitor
Find out if we have a user-defined table function anywhere in the
tree. Stop traversal as soon as we find one.
-
Field Summary
Fields inherited from class org.apache.derby.impl.sql.compile.HasNodeVisitor
hasNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.derby.impl.sql.compile.HasNodeVisitor
hasNode, reset, skipChildren, stopTraversal, visitChildrenFirst
-
Constructor Details
-
HasTableFunctionVisitor
public HasTableFunctionVisitor()
-
-
Method Details
-
visit
Description copied from class:HasNodeVisitor
If we have found the target node, we are done.- Specified by:
visit
in interfaceVisitor
- Overrides:
visit
in classHasNodeVisitor
- Parameters:
node
- the node to process- Returns:
- me
-