Simple structure to store a table column.
More...
Simple structure to store a table column.
Definition at line 48 of file tkdb_column.h.
#include <tkdb_column.h>
◆ tkdb_column() [1/2]
◆ tkdb_column() [2/2]
◆ ~tkdb_column()
◆ get_name()
| const char * get_name |
( |
| ) |
const |
|
inline |
◆ get_type()
| const char * get_type |
( |
| ) |
const |
|
inline |
◆ get_value()
◆ is_empty()
◆ is_text()
◆ set_name()
| void set_name |
( |
const char * | _name | ) |
|
|
inline |
◆ set_type()
| void set_type |
( |
const char * | _type | ) |
|
|
inline |
◆ set_value()
template<typename T>
| void set_value |
( |
const T & | t | ) |
|
|
inline |
◆ set_value_str()
| void set_value_str |
( |
const char * | val | ) |
|
|
inline |
The documentation for this class was generated from the following files: