Package | Description |
---|---|
org.gcube.common.xml.databases.existlibrary | |
org.gcube.common.xml.databases.existlibrary.collections | |
org.gcube.common.xml.databases.existlibrary.test |
Modifier and Type | Method and Description |
---|---|
Collection |
PooledConnectionImpl.getRootCollection() |
Collection |
PooledConnection.getRootCollection()
Return the root collection
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
static void |
PoolTester.storePartitionedTest(Collection coll) |