These classes are used to support other classes in the C++ API and should not generally need to be used directly.
Classes | |
| struct | db::AnsiCharTraits |
| struct | db::UnicodeCharTraits |
| struct | db::CharTraits< T > |
| struct | db::db::CharTraits< char > |
| struct | db::db::CharTraits< wchar_t > |
| class | db::NamedItem |
| A named item in a Collection. More... | |
| class | db::Collection |
| An order-preserving collection of NamedItems objects. More... | |
| class | db::UniCursor |
| Unidirectional cursor interface. More... | |
| class | db::BidiCursor |
| Bidirectional cursor interface. More... | |
| class | db::CursorRowAccessor |
| Interface which combines a cursor with a row accessor. More... | |
| class | db::RowAccessor |
| Interface to access values stored in the fields of a row. More... | |