Qore DbDataProvider Module Reference
2.0.1
Loading...
Searching...
No Matches
DbIndexDataType.qc.dox.h
1
2
namespace
DbDataProvider
{
4
class
DbIndexDataType
:
public
HashDataType {
5
6
public
:
8
constructor
();
9
10
};
11
};
DbDataProvider::DbIndexDataType
The type definition for one index.
Definition:
DbIndexDataType.qc.dox.h:4
DbDataProvider::DbIndexDataType::constructor
constructor()
Creates the type.
DbDataProvider
Qore AbstractDbRecordIterator class definition.
Definition:
AbstractDbRecordIterator.qc.dox.h:26