Qore DbDataProvider Module Reference  2.0.1
DbIndexDataType.qc.dox.h
1 namespace DbDataProvider {
4 class DbIndexDataType : public HashDataType {
5 
6 public:
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