$darkmode
Qore DbDataProvider Module Reference 2.1.1
DbIndexesDataType.qc.dox.h
1 // -*- mode: c++; indent-tabs-mode: nil -*-
3 
26 namespace DbDataProvider {
28 class DbIndexesDataType : public HashDataType {
29 
30 public:
33 
34 };
35 };
The type definition for DB indexes.
Definition: DbIndexesDataType.qc.dox.h:28
Qore AbstractDbRecordIterator class definition.
Definition: AbstractDbRecordIterator.qc.dox.h:26