Go to the documentation of this file.
16 #ifndef ZORBA_STATICCOLLECTIONMANAGER_API_H
17 #define ZORBA_STATICCOLLECTIONMANAGER_API_H
19 #include <zorba/config.h>
46 declaredCollections()
const = 0;
57 isDeclaredCollection(
const Item& aQName)
const = 0;
69 createIndex(
const Item& aQName) = 0;
81 deleteIndex(
const Item& aQName) = 0;
90 availableIndexes()
const = 0;
100 isAvailableIndex(
const Item& aQName)
const = 0;
109 declaredIndexes()
const = 0;
120 isDeclaredIndex(
const Item& aQName)
const = 0;