Uses of Class
au.gov.tas.dpiwe.mr.server.database.UnionResultSet

Packages that use UnionResultSet
au.gov.tas.dpiwe.mr.server.database The au.gov.tas.dpiwe.server.database package contains classes and interfaces to support the ServerContainer's connection to and interaction with relational data sources. 
 

Uses of UnionResultSet in au.gov.tas.dpiwe.mr.server.database
 

Subclasses of UnionResultSet in au.gov.tas.dpiwe.mr.server.database
 class DifferenceResultSet
          DifferenceResultSet is a UnionResultSet combining the the values from two other result sets in a way analogous to the set difference operator.
 class IntersectionResultSet
          IntersectionResultSet is a UnionResultSet combining the the values from two other result sets in a way analogous to the set intersection operator.