|
My Project
|
data field in a record. More...
#include <ICRecordSet.h>
Public Types | |
| enum | IC_DATA_TYPE { _NONE, _INT, _FLOAT, _INT64, _TEXT, _TEXT16, _BLOB } |
Public Member Functions | |
| operator int () | |
| operator bool () | |
| operator DWORD () | |
| operator int64 () | |
| operator char * () | |
| operator char16_t * () | |
| operator void * () | |
| operator double () | |
| operator float () | |
| const char * | GetNameA () |
| const char16_t * | GetName () |
| CICRecordSetItem (int index, sqlite3_stmt *stmt) | |
| CICRecordSetItem & | operator= (const CICRecordSetItem &) |
| CICRecordSetItem & | operator= (const int &) |
| CICRecordSetItem & | operator= (const int64 &) |
| CICRecordSetItem & | operator= (const bool &) |
| CICRecordSetItem & | operator= (const double &) |
| CICRecordSetItem & | operator= (const float &) |
| CICRecordSetItem & | operator= (const char *) |
| CICRecordSetItem & | operator= (const char16_t *) |
| void | SetBlob (const void *value, int nlength) |
| int | GetDataLength () |
| in bytes. More... | |
Protected Member Functions | |
| void | CleanOldData () |
Friends | |
| class | CICRecordSet |
data field in a record.
|
inline |
in bytes.
This is usually used for blob(binary) record
1.8.12