Uses of Interface
org.odmg.DBag

Packages that use DBag
  • Uses of DBag in org.odmg

    Methods in org.odmg that return DBag
    Modifier and Type
    Method
    Description
    DBag.difference(DBag otherBag)
    A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
    DBag.intersection(DBag otherBag)
    A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
    Implementation.newDBag()
    Create a new DBag object.
    DBag.union(DBag otherBag)
    A new DBag instance is created that is the union of this object and otherBag.
    Methods in org.odmg with parameters of type DBag
    Modifier and Type
    Method
    Description
    DBag.difference(DBag otherBag)
    A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
    DBag.intersection(DBag otherBag)
    A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
    DBag.union(DBag otherBag)
    A new DBag instance is created that is the union of this object and otherBag.
  • Uses of DBag in org.rasdaman.rasnet.communication

    Modifier and Type
    Method
    Description
    RasRasnetImplementation.newDBag()
     
  • Uses of DBag in rasj

    Methods in rasj that return DBag
    Modifier and Type
    Method
    Description
    RasImplementation.newDBag()
    Create a new DBag object.
    RasImplementationInterface.newDBag()
     
  • Uses of DBag in rasj.clientcommhttp

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

    Classes in rasj.odmg that implement DBag
    Modifier and Type
    Class
    Description
    class 
    This class implements the ODMG DBag interface.
    Methods in rasj.odmg that return DBag
    Modifier and Type
    Method
    Description
    RasBag.difference(DBag otherBag)
    A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
    RasBag.intersection(DBag otherBag)
    A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
    RasODMGImplementation.newDBag()
    Create a new DBag object.
    RasBag.union(DBag otherBag)
    A new DBag instance is created that is the union of this object and otherBag.
    Methods in rasj.odmg with parameters of type DBag
    Modifier and Type
    Method
    Description
    RasBag.difference(DBag otherBag)
    A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
    RasBag.intersection(DBag otherBag)
    A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
    RasBag.union(DBag otherBag)
    A new DBag instance is created that is the union of this object and otherBag.