|
Public Member Functions |
| | TSQLresult () |
| | ~TSQLresult () |
| | Empty constructor.
|
| void | clean () |
| | Reset internal state.
|
| int | cols () |
| | Number of columns (fields) in the result table.
|
| int | rows () |
| | Number of rows in the result table.
|
| wxString | item (char *s, int i) |
| | Returns row i.
|
| wxArrayString & | operator[] (int i) |
| int | operator[] (wxString &s2) |
| | Returns the number of field s.
|
| int | operator[] (const char *s) |
| | Returns the number of field s.
|
Public Attributes |
| wxArrayString | field |
| | List of result fields (or column names).
|
| vector< wxArrayString > | content |
| | The results table ([row][column]).
|