16 #ifndef ZORBA_COLLECTIONMANAGER_API_H
17 #define ZORBA_COLLECTIONMANAGER_API_H
19 #include <zorba/config.h>
40 createCollection(
const Item& aName) = 0;
65 deleteCollection(
const Item& aName) = 0;
77 getCollection(
const Item& aName)
const = 0;
90 availableCollections()
const = 0;
104 isAvailableCollection(
const Item& aName)
const = 0;
The Zorba Item interface.
virtual ~CollectionManager()
Destructor.
When registered with an XQuery object, a DiagnosticHandler handles all exceptions and warnings that o...
This class defines a set of functions for managing persistent collections.