#include <db_return_value.h>
Public Member Functions | |
| CL_ByteArray | get_blob () const |
| Operations:. | |
| void | get_blob (CL_ByteArray &array) const |
| const void * | get_blob_raw () const |
| int | get_blob_size () const |
| double | get_double () const |
| int | get_int () const |
| const char * | get_text () const |
| operator CL_ByteArray () const | |
| operator double () const | |
| operator int () const | |
| operator CL_StringA () const | |
| operator CL_StringW () const | |
Private Member Functions | |
| CL_DBReturnValue (const CL_DBCommand *query, int column) | |
| Implementation:. | |
| CL_DBReturnValue (const CL_DBReturnValue ©) | |
| CL_DBReturnValue & | operator= (const CL_DBReturnValue ©) |
Private Attributes | |
| const CL_DBCommand * | query |
| int | column |
Friends | |
| class | CL_DBCommand |
|
||||||||||||
|
Implementation:.
Definition at line 105 of file db_return_value.cpp. |
|
|
Definition at line 110 of file db_return_value.cpp. |
|
|
Definition at line 43 of file db_return_value.cpp. References column, CL_DBCommand::get_blob(), and query. |
|
|
Operations:.
Definition at line 38 of file db_return_value.cpp. References column, CL_DBCommand::get_blob(), and query. Referenced by operator CL_ByteArray(). |
|
|
Definition at line 48 of file db_return_value.cpp. References column, CL_DBCommand::get_blob_raw(), and query. |
|
|
Definition at line 53 of file db_return_value.cpp. References column, CL_DBCommand::get_blob_size(), and query. |
|
|
Definition at line 58 of file db_return_value.cpp. References column, CL_DBCommand::get_double(), and query. Referenced by operator double(). |
|
|
Definition at line 63 of file db_return_value.cpp. References column, CL_DBCommand::get_int(), and query. Referenced by operator int(). |
|
|
Definition at line 68 of file db_return_value.cpp. References column, CL_DBCommand::get_text(), and query. Referenced by operator CL_StringA(), and operator CL_StringW(). |
|
|
Definition at line 73 of file db_return_value.cpp. References get_blob(). |
|
|
Definition at line 88 of file db_return_value.cpp. References get_text(). |
|
|
Definition at line 97 of file db_return_value.cpp. References get_text(), and CL_StringHelp::utf8_to_ucs2(). |
|
|
Definition at line 78 of file db_return_value.cpp. References get_double(). |
|
|
Definition at line 83 of file db_return_value.cpp. References get_int(). |
|
|
Definition at line 115 of file db_return_value.cpp. |
|
|
Definition at line 76 of file db_return_value.h. |
|
|
Definition at line 74 of file db_return_value.h. Referenced by get_blob(), get_blob_raw(), get_blob_size(), get_double(), get_int(), get_text(), and operator=(). |
|
|
Definition at line 72 of file db_return_value.h. Referenced by get_blob(), get_blob_raw(), get_blob_size(), get_double(), get_int(), get_text(), and operator=(). |
1.4.1