Uses of Interface
org.odmg.DBag
-
Packages that use DBag Package Description org.odmg org.rasdaman.rasnet.communication rasj rasj.clientcommhttp rasj.odmg -
-
Uses of DBag in org.odmg
Methods in org.odmg that return DBag Modifier and Type Method Description DBagDBag. difference(DBag otherBag)A newDBaginstance is created that contains the difference of this object and theDBaginstance referenced byotherBag.DBagDBag. intersection(DBag otherBag)A newDBaginstance is created that contains the intersection of this object and theDBagreferenced byotherBag.DBagImplementation. newDBag()Create a newDBagobject.DBagDBag. union(DBag otherBag)A newDBaginstance is created that is the union of this object andotherBag.Methods in org.odmg with parameters of type DBag Modifier and Type Method Description DBagDBag. difference(DBag otherBag)A newDBaginstance is created that contains the difference of this object and theDBaginstance referenced byotherBag.DBagDBag. intersection(DBag otherBag)A newDBaginstance is created that contains the intersection of this object and theDBagreferenced byotherBag.DBagDBag. union(DBag otherBag)A newDBaginstance is created that is the union of this object andotherBag. -
Uses of DBag in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that return DBag Modifier and Type Method Description DBagRasRasnetImplementation. newDBag() -
Uses of DBag in rasj
Methods in rasj that return DBag Modifier and Type Method Description DBagRasImplementation. newDBag()Create a new DBag object.DBagRasImplementationInterface. newDBag() -
Uses of DBag in rasj.clientcommhttp
Methods in rasj.clientcommhttp that return DBag Modifier and Type Method Description DBagRasHttpRequest. 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 classRasBagThis class implements the ODMG DBag interface.Methods in rasj.odmg that return DBag Modifier and Type Method Description DBagRasBag. difference(DBag otherBag)A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.DBagRasBag. intersection(DBag otherBag)A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.DBagRasODMGImplementation. newDBag()Create a new DBag object.DBagRasBag. 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 DBagRasBag. difference(DBag otherBag)A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.DBagRasBag. intersection(DBag otherBag)A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.DBagRasBag. union(DBag otherBag)A new DBag instance is created that is the union of this object and otherBag.
-