$darkmode
Qore DbDataProvider Module Reference 2.0.1
DbIndexesDataType.qc.dox.h
1
2namespace DbDataProvider {
4class DbIndexesDataType : public HashDataType {
5
6public:
9
10};
11};
The type definition for DB indexes.
Definition: DbIndexesDataType.qc.dox.h:4
Qore AbstractDbRecordIterator class definition.
Definition: AbstractDbRecordIterator.qc.dox.h:26