Uses of Interface
org.gcube.common.xml.databases.existlibrary.collections.Collection

Packages that use Collection
org.gcube.common.xml.databases.existlibrary   
org.gcube.common.xml.databases.existlibrary.collections   
org.gcube.common.xml.databases.existlibrary.test   
 

Uses of Collection in org.gcube.common.xml.databases.existlibrary
 

Methods in org.gcube.common.xml.databases.existlibrary that return Collection
 Collection PooledConnectionImpl.getRootCollection()
           
 Collection PooledConnection.getRootCollection()
          Return the root collection
 

Uses of Collection in org.gcube.common.xml.databases.existlibrary.collections
 

Classes in org.gcube.common.xml.databases.existlibrary.collections that implement Collection
 class CollectionImpl
          Partial implementation of collection in the database
 class PartitionedCollection
          A partitioned collection in the database
 class SimpleCollection
          Simple Collection in the XML Database
 

Methods in org.gcube.common.xml.databases.existlibrary.collections that return Collection
 Collection CollectionImpl.createCollection(java.lang.String collectionName)
          Creates a new Collection
 Collection Collection.createCollection(java.lang.String collectionName)
           
 Collection CollectionImpl.createPartitionedCollection(java.lang.String collectionName)
          Creates a new partitioned collection
 Collection Collection.createPartitionedCollection(java.lang.String collectionName)
           
 Collection CollectionImpl.getCurrentCollection()
          Returns the current collection
 Collection CollectionImpl.openSubCollection(java.lang.String collectionName)
           
 Collection Collection.openSubCollection(java.lang.String collectionName)
          Open a subCollection
 

Methods in org.gcube.common.xml.databases.existlibrary.collections with parameters of type Collection
 void SimpleCollection.create(Collection parentColl)
          Creates a new Simple Collection
 void PartitionedCollection.create(Collection parentColl)
          Creates a new Partioned Collection on the backend database
 void Collection.create(Collection fatherColl)
          Creates the collection if do not exist
 

Uses of Collection in org.gcube.common.xml.databases.existlibrary.test
 

Methods in org.gcube.common.xml.databases.existlibrary.test with parameters of type Collection
static void PoolTester.storePartitionedTest(Collection coll)