![]() |
TkN 2.2
Toolkit for Nuclei
|
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>
Public Member Functions | |
| tkdb_column () | |
| tkdb_column (const char *_name, const char *_type) | |
| virtual | ~tkdb_column () |
| const char * | get_name () const |
| const char * | get_type () const |
| tkstring | get_value () const |
| bool | is_empty () |
| bool | is_text () |
| void | set_name (const char *_name) |
| void | set_type (const char *_type) |
| template<typename T > | |
| void | set_value (const T &t) |
| void | set_value_str (const char *val) |
| tkdb_column | ( | const char * | _name, |
| const char * | _type | ||
| ) |
Definition at line 51 of file tkdb_column.cpp.
|
inline |
Definition at line 57 of file tkdb_column.h.
|
virtualdefault |
|
inline |
Definition at line 59 of file tkdb_column.h.
|
inline |
Definition at line 60 of file tkdb_column.h.
|
inline |
Definition at line 61 of file tkdb_column.h.
|
inline |
Definition at line 78 of file tkdb_column.h.
|
inline |
Definition at line 79 of file tkdb_column.h.
|
inline |
Definition at line 63 of file tkdb_column.h.
|
inline |
Definition at line 64 of file tkdb_column.h.
|
inline |
Definition at line 67 of file tkdb_column.h.
|
inline |
Definition at line 74 of file tkdb_column.h.