Uses of Class
be.SIRAPRISE.client.AbstractTupleContainer

Packages that use AbstractTupleContainer
be.SIRAPRISE.client   
be.SIRAPRISE.client.jsba This package contains all the classes and interfaces for the Java SIRA_PRISE Bridging Architecture, as well as classes that can be used to manipulate catalog objects using the JSBA. 
 

Uses of AbstractTupleContainer in be.SIRAPRISE.client
 

Subclasses of AbstractTupleContainer in be.SIRAPRISE.client
 class AbstractRelation
          The AbstractRelation provides an implementation for the Relation interface
 class AbstractTupleBag
          Abstract implementation of the TupleBag interface
 class InsertionOrderRelation
          An InsertionOrderRelation is a relation that maintains its tuples in insertion order.
 class InsertionOrderTupleBag
          An InsertionOrderTupleBag is a TupleBag that maintains its tuples in insertion order
 class OrderedRelation
          An OrderedRelation is a relation that maintains its tuples in the order determined by the given comparator
 

Uses of AbstractTupleContainer in be.SIRAPRISE.client.jsba
 

Methods in be.SIRAPRISE.client.jsba with parameters of type AbstractTupleContainer
static
<C> C[]
DBObjectFactory.getObjectArray(AbstractTupleContainer c, java.lang.Class<C> objectClass)
          Get an array of objects holding the same information as that which is held in this TupleContainer.
static
<C> C[]
DBObjectFactory.getObjectArrayIgnoringMissingSetters(AbstractTupleContainer c, java.lang.Class<C> objectClass)
          Get an array of objects holding a (potentially proper) subset of the information held in this TupleContainer.
static
<C> java.util.Collection<C>
DBObjectFactory.getObjectCollection(AbstractTupleContainer tupleContainer, java.lang.Class<C> objectClass)
          Get a collection of objects holding the same information as that which is held in this TupleContainer.