1 #ifndef _WX_DATABASE_MYSQL_PREPARED_STATEMENT_RESULT_SET_H_ 2 #define _WX_DATABASE_MYSQL_PREPARED_STATEMENT_RESULT_SET_H_ 29 virtual void*
GetResultBlob(
int nField, wxMemoryBuffer& Buffer);
51 #endif//_WX_DATABASE_MYSQL_PREPARED_STATEMENT_RESULT_SET_H_
virtual wxResultSetMetaData * GetMetaData()
Retrieve the MetaData associated with this result set.
IntToMysqlParameterMap m_BindingWrappers
MYSQL_BIND * m_pResultBindings
virtual long GetResultLong(int nField)
Retrieve a long from the result set by the 1-based field index.
wxMysqlPreparedStatementResultSet(wxMysqlDynamicInterface *pInterface)
StringToIntMap m_FieldLookupMap
virtual int GetResultInt(int nField)
Retrieve an integer from the result set by the 1-based field index.
virtual wxDateTime GetResultDate(int nField)
Retrieve a wxDateTime from the result set by the 1-based field index.
virtual double GetResultDouble(int nField)
Retrieve a double from the result set by the 1-based field index.
virtual ~wxMysqlPreparedStatementResultSet()
virtual bool IsFieldNull(int nField)
Check if a field in the current result set record is NULL.
wxMysqlDynamicInterface * m_pInterface
virtual bool GetResultBool(int nField)
Retrieve a boolean from the result set by the 1-based field index.
WX_DECLARE_HASH_MAP(int, wxMysqlPreparedStatementParameter *, wxIntegerHash, wxIntegerEqual, IntToMysqlParameterMap)
virtual void * GetResultBlob(int nField, wxMemoryBuffer &Buffer)
Retrieve a BLOB from the result set by the 1-based field index.
virtual bool Next()
Move to the next record in the result set.
virtual wxString GetResultString(int nField)
Retrieve a wxString from the result set by the 1-based field index.
MYSQL_BIND * GetResultBinding(int nField)
MYSQL_STMT * m_pStatement
virtual void Close()
Close the result set (call wxDatabase::CloseResultSet() instead on the result set)
virtual int LookupField(const wxString &strField)