Interface QueryObject
- All Known Implementing Classes:
AndCondition
,Assignment
,Column
,Compare
,CompoundCondition
,Condition
,Delete
,Expression
,Function
,Insert
,IsNullPredicate
,Join
,NextVal
,OrCondition
,Parameter
,Predicate
,Qualifier
,Select
,Table
,TableAlias
,Update
public interface QueryObject
Interface providing method for Elements of the visitor pattern to receive visitors.
- Version:
- $Revision: 8469 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
- Author:
- Dennis Butterstein
-
Method Summary
-
Method Details
-
accept
Accept method to handle incoming visitors.- Parameters:
visitor
- Visitor to be handled.
-