Qizx/db 2.1 API

Uses of Interface
com.qizx.api.Collection

Packages that use Collection
com.qizx.api API of the embeddable version of the Qizx/db database engine. 
 

Uses of Collection in com.qizx.api
 

Methods in com.qizx.api that return Collection
 Collection Library.getRootCollection()
          Returns the root collection of the Library.
 Collection Library.getCollection(String absolutePath)
          Gets a Collection by its path inside the Library.
 Collection Library.createCollection(String absolutePath)
          Creates a new Collection.
 Collection Library.lockCollection(String path, int timeOutMillis)
          Locks a Collection to initiate a safe concurrent update.
 Collection Collection.createChildCollection(String name)
          Creates a Collection direct child of this collection.
 Collection LibraryMember.getParent()
          Returns the Collection that directly contains this member.
 


© 2008 Axyana Software