$darkmode
Qore DbDataProvider Module Reference 2.1.1
DbIndexDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace DbDataProvider {
28 class DbIndexDataType : public HashDataType {
29 
30 public:
33 
34 };
35 };
The type definition for one index.
Definition: DbIndexDataType.qc.dox.h:28
constructor()
Creates the type.
Qore AbstractDbRecordIterator class definition.
Definition: AbstractDbRecordIterator.qc.dox.h:26