#include <record.h>
Inheritance diagram for wx::DBI::ArrayRecord:
Public Member Functions | |
~ArrayRecord () | |
wxArrayString | GetArrayString () const |
Convert the ArrayRecord to a wxArrayString. | |
void | GetValue (int i, wxVariant &v, const wxString &sExpectedType=wxT("")) const |
Return the ith element of the record. | |
void | Dump () |
Definition at line 115 of file record.h.
|
|
|
Implements wx::DBI::Record< int >. |
|
Convert the ArrayRecord to a wxArrayString.
|
|
Return the ith element of the record.
Implements wx::DBI::Record< int >. |