#include <FirebirdResultSet.h>
Inheritance diagram for FirebirdResultSet:

Public Member Functions | |
| FirebirdResultSet () | |
| FirebirdResultSet (isc_db_handle pDatabase, isc_tr_handle pTransaction, isc_stmt_handle pStatement, XSQLDA *pFields, bool bManageStmt=false, bool bManageTrans=false) | |
| virtual | ~FirebirdResultSet () |
| virtual bool | Next () |
| Move to the next record in the result set. | |
| virtual void | Close () |
| Close the result set (call DatabaseLayer::CloseResultSet() instead on the result set). | |
| virtual int | LookupField (const wxString &strField) |
| virtual int | GetResultInt (int nField) |
| Retrieve an integer from the result set by the 1-based field index. | |
| virtual wxString | GetResultString (int nField) |
| Retrieve a wxString from the result set by the 1-based field index. | |
| virtual long | GetResultLong (int nField) |
| Retrieve a long from the result set by the 1-based field index. | |
| virtual bool | GetResultBool (int nField) |
| Retrieve a boolean 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 void * | GetResultBlob (int nField, wxMemoryBuffer &Buffer) |
| Retrieve a BLOB 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 bool | IsFieldNull (int nField) |
| Check if a field in the current result set record is NULL. | |
| virtual ResultSetMetaData * | GetMetaData () |
| Retrieve the MetaData associated with this result set. | |
|
|
Definition at line 7 of file FirebirdResultSet.cpp. |
|
||||||||||||||||||||||||||||
|
Definition at line 19 of file FirebirdResultSet.cpp. |
|
|
Definition at line 33 of file FirebirdResultSet.cpp. References Close(). |
|
|
Close the result set (call DatabaseLayer::CloseResultSet() instead on the result set).
Implements DatabaseResultSet. Definition at line 60 of file FirebirdResultSet.cpp. References DatabaseResultSet::CloseMetaData(), and DatabaseErrorReporter::ThrowDatabaseException(). Referenced by ~FirebirdResultSet(). |
|
|
Retrieve the MetaData associated with this result set.
Implements DatabaseResultSet. Definition at line 533 of file FirebirdResultSet.cpp. References DatabaseResultSet::LogMetaDataForCleanup(). |
|
||||||||||||
|
Retrieve a BLOB from the result set by the 1-based field index.
Implements DatabaseResultSet. Definition at line 307 of file FirebirdResultSet.cpp. References DATABASE_LAYER_INCOMPATIBLE_FIELD_TYPE, DatabaseErrorReporter::ResetErrorCodes(), DatabaseErrorReporter::SetErrorCode(), DatabaseErrorReporter::SetErrorMessage(), and DatabaseErrorReporter::ThrowDatabaseException(). |
|
|
Retrieve a boolean from the result set by the 1-based field index.
Implements DatabaseResultSet. Definition at line 205 of file FirebirdResultSet.cpp. References GetResultLong(), and DatabaseErrorReporter::ResetErrorCodes(). |
|
|
Retrieve a wxDateTime from the result set by the 1-based field index.
Implements DatabaseResultSet. Definition at line 214 of file FirebirdResultSet.cpp. References DATABASE_LAYER_INCOMPATIBLE_FIELD_TYPE, DatabaseErrorReporter::ResetErrorCodes(), DatabaseErrorReporter::SetErrorCode(), DatabaseErrorReporter::SetErrorMessage(), and DatabaseErrorReporter::ThrowDatabaseException(). |
|
|
Retrieve a double from the result set by the 1-based field index.
Implements DatabaseResultSet. Definition at line 271 of file FirebirdResultSet.cpp. References DATABASE_LAYER_INCOMPATIBLE_FIELD_TYPE, DatabaseErrorReporter::SetErrorCode(), DatabaseErrorReporter::SetErrorMessage(), and DatabaseErrorReporter::ThrowDatabaseException(). |
|
|
Retrieve an integer from the result set by the 1-based field index.
Implements DatabaseResultSet. Definition at line 99 of file FirebirdResultSet.cpp. References GetResultLong(), and DatabaseErrorReporter::ResetErrorCodes(). |
|
|
Retrieve a long from the result set by the 1-based field index.
Implements DatabaseResultSet. Definition at line 147 of file FirebirdResultSet.cpp. References DATABASE_LAYER_INCOMPATIBLE_FIELD_TYPE, DatabaseErrorReporter::ResetErrorCodes(), DatabaseErrorReporter::SetErrorCode(), DatabaseErrorReporter::SetErrorMessage(), and DatabaseErrorReporter::ThrowDatabaseException(). Referenced by GetResultBool(), and GetResultInt(). |
|
|
Retrieve a wxString from the result set by the 1-based field index.
Implements DatabaseResultSet. Definition at line 107 of file FirebirdResultSet.cpp. References DatabaseStringConverter::ConvertFromUnicodeStream(), DATABASE_LAYER_INCOMPATIBLE_FIELD_TYPE, DatabaseErrorReporter::ResetErrorCodes(), DatabaseErrorReporter::SetErrorCode(), DatabaseErrorReporter::SetErrorMessage(), and DatabaseErrorReporter::ThrowDatabaseException(). |
|
|
Check if a field in the current result set record is NULL.
Implements DatabaseResultSet. Definition at line 353 of file FirebirdResultSet.cpp. |
|
|
Implements DatabaseResultSet. Definition at line 502 of file FirebirdResultSet.cpp. References DATABASE_LAYER_FIELD_NOT_IN_RESULTSET. |
|
|
Move to the next record in the result set.
Implements DatabaseResultSet. Definition at line 38 of file FirebirdResultSet.cpp. References DatabaseErrorReporter::ResetErrorCodes(), and DatabaseErrorReporter::ThrowDatabaseException(). |
1.4.1