11 #ifndef HK_STORAGECOLUMN
12 #define HK_STORAGECOLUMN
13 #include "hk_column.h"
21 void set_fieldnumber(
unsigned int f);
26 hk_string driver_specific_asstring_at(
unsigned long a);
27 void driver_specific_asbool(
bool b);
28 bool driver_specific_asbool_at(
unsigned long a);
29 virtual bool driver_specific_is_nullvalue_at(
unsigned long);
32 virtual const struct_raw_data* driver_specific_asbinary_at(
unsigned long a);
Definition: hk_storagedatasource.h:22
Definition: hk_storagecolumn.h:17
Definition: hk_definitions.h:122
represents one column of a datasource.
Definition: hk_column.h:34