org.axiondb.engine.visitors

Class ReferencesOtherTablesWhereNodeVisitor

public class ReferencesOtherTablesWhereNodeVisitor extends Object implements SelectableVisitor

Return true if reference a table other than the given one, false otherwise.

Author: Rodney Waldhoff

Constructor Summary
ReferencesOtherTablesWhereNodeVisitor(TableIdentifier id)
Method Summary
booleangetResult()
protected booleanhasResult()
voidvisit(Selectable node)

Constructor Detail

ReferencesOtherTablesWhereNodeVisitor

public ReferencesOtherTablesWhereNodeVisitor(TableIdentifier id)

Method Detail

getResult

public boolean getResult()

hasResult

protected boolean hasResult()

visit

public void visit(Selectable node)