Qore DbDataProvider Module Reference 2.1
Loading...
Searching...
No Matches
DbIndexDataType.qc.dox.h
1
2namespace DbDataProvider {
4class DbIndexDataType : public HashDataType {
5
6public:
9
10};
11};
The type definition for one index.
Definition: DbIndexDataType.qc.dox.h:4
constructor()
Creates the type.
Qore AbstractDbRecordIterator class definition.
Definition: AbstractDbRecordIterator.qc.dox.h:26