63 return wxInvalidDateTime;
99 wxMetaDataHashSet::iterator start =
m_MetaData.begin();
100 wxMetaDataHashSet::iterator stop =
m_MetaData.end();
101 while (start != stop)
111 if (pMetaData != NULL)
virtual double GetResultDouble(int nField)=0
Retrieve a double from the result set by the 1-based field index.
virtual ~wxDatabaseResultSet()
Destructor.
wxDatabaseResultSet()
Constructor.
virtual bool IsFieldNull(int nField)=0
Check if a field in the current result set record is NULL.
virtual wxString GetResultString(int nField)=0
Retrieve a wxString from the result set by the 1-based field index.
virtual int LookupField(const wxString &strField)=0
wxMetaDataHashSet m_MetaData
virtual int GetResultInt(int nField)=0
Retrieve an integer from the result set by the 1-based field index.
virtual long GetResultLong(int nField)=0
Retrieve a long from the result set by the 1-based field index.
void CloseMetaData()
Close all meta data objects that have been generated but not yet closed.
virtual wxDateTime GetResultDate(int nField)=0
Retrieve a wxDateTime from the result set by the 1-based field index.
virtual void * GetResultBlob(int nField, wxMemoryBuffer &Buffer)=0
Retrieve a BLOB from the result set by the 1-based field index.
virtual bool GetResultBool(int nField)=0
Retrieve a boolean from the result set by the 1-based field index.