Uses of Class
wt.query.SQLOperator

Packages that use SQLOperator
wt.query Provides generic support for defining SQL queries (see QuerySpec and the various things that can be appended to it) in a database inedependent manner that should be used with the PersistenceManager
 

Uses of SQLOperator in wt.query
 

Subclasses of SQLOperator in wt.query
 class LogicalOperator
          This class represents a Logical Operator.
 class SetOperator
          This class represents a Set Operator.