Uses of Interface
org.odmg.DCollection

Packages that use DCollection
Package
Description
 
 
 
  • Uses of DCollection in org.odmg

    Subinterfaces of DCollection in org.odmg
    Modifier and Type
    Interface
    Description
    interface 
    The interface that defines the operations of an ODMG array,
    not yet available in RasDaMan.
    interface 
    This interface defines the operations associated with an ODMG bag collection.
    interface 
    The ODMG List collection.
    interface 
    The ODMG Set collection interface.
    Methods in org.odmg that return DCollection
    Modifier and Type
    Method
    Description
    DCollection.query(String predicate)
    Evaluate the boolean query predicate for each element of the collection and return a new collection that contains each element that evaluated to true,
    not yet available in RasDaMan.
  • Uses of DCollection in rasj.clientcommhttp

    Methods in rasj.clientcommhttp that return DCollection
    Modifier and Type
    Method
    Description
    RasHttpRequest.getDCollection()
    returns the result of the query as a DCollection
  • Uses of DCollection in rasj.odmg

    Classes in rasj.odmg that implement DCollection
    Modifier and Type
    Class
    Description
    class 
    This class implements the ODMG DBag interface.
    class 
    This abstract class should implement the ODMG DCollection interface but is not implemented yet, please use subclass RasBag
    class 
    This class implements the ODMG DList interface.
    class 
    This class implements the ODMG DSet interface.
    Methods in rasj.odmg that return DCollection
    Modifier and Type
    Method
    Description
    RasCollection.query(String predicate)
    Not implemented yet.