org.axiondb.engine.visitors
Class ReferencesOtherTablesWhereNodeVisitor
java.lang.Object
org.axiondb.engine.visitors.ReferencesOtherTablesWhereNodeVisitor
- All Implemented Interfaces:
- SelectableVisitor
- public class ReferencesOtherTablesWhereNodeVisitor
- extends Object
- implements SelectableVisitor
Return true if reference a table other than the given one, false otherwise.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferencesOtherTablesWhereNodeVisitor
public ReferencesOtherTablesWhereNodeVisitor(TableIdentifier id)
getResult
public boolean getResult()
hasResult
protected boolean hasResult()
visit
public void visit(Selectable node)
- Specified by:
visit
in interface SelectableVisitor