32 MYSQL_RES** m_ResultSet;
35 tmArrayULong m_RowLengths;
45 void Create(MYSQL_RES** results);
55 bool GetColName(wxArrayString& fields);
57 bool GetValue(
int col, wxString& value);
59 bool GetValue(
int col,
long& value);
61 bool GetValue(
int col, OGRGeometry** geometry);
67 bool GotoRow(
long row);