|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
com.dbxml.db.client.local | This is a Local Client Connectivity Package. |
com.dbxml.db.core | This is the top-level package for all dbXML Core functionality. |
com.dbxml.db.core.data | Defines and Implements several basic data types and container interfaces, including Key, Value, DocumentSet and NodeSet. |
Uses of Container in com.dbxml.db.client.local |
Methods in com.dbxml.db.client.local that return Container | |
Container |
ContentClientImpl.getInternalContiner()
|
Constructors in com.dbxml.db.client.local with parameters of type Container | |
ContentClientImpl(CollectionClient col,
Container container)
|
Uses of Container in com.dbxml.db.core |
Methods in com.dbxml.db.core that return Container | |
Container |
Collection.getContainer(Transaction tx,
java.lang.Object docKey)
getContainer retrieves a Container from the Collection. |
Uses of Container in com.dbxml.db.core.data |
Methods in com.dbxml.db.core.data that return Container | |
Container |
EmptyContainerSet.getNextContainer()
|
Container |
ContainerSet.getNextContainer()
getNextContainer returns the next Container in the set. |
|
dbXML API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |