#include <record.h>
Inheritance diagram for wx::DBI::Record< Type >:
Public Member Functions | |
virtual | ~Record () |
long | GetLong (Type typKey) const |
wxString | GetString (Type typKey) const |
double | GetDouble (Type typKey) const |
virtual void | GetValue (Type typKey, wxVariant &v, const wxString &sExpectedType) const=0 |
Return the field indexed by 'typKey'. | |
virtual void | Dump ()=0 |
Protected Member Functions | |
void | DumpField (wxVariant &v) |
Provides keyed access to database records.
Definition at line 48 of file record.h.
|
|
|
Implemented in wx::DBI::ArrayRecord, and wx::DBI::HashRecord. |
|
|
|
|
|
|
|
|
|
Return the field indexed by 'typKey'.
Implemented in wx::DBI::ArrayRecord, and wx::DBI::HashRecord. |