Qore DbDataProvider Module Reference 2.1.1
Loading...
Searching...
No Matches
DbIndexesDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace DbDataProvider {
28class DbIndexesDataType : public HashDataType {
29
30public:
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