#include <mysql_column.h>
|
| Column () |
|
| Column (const std::string &column_name, const char *t, bool primary=false, bool auto_increment=false, const bool p_is_bound=false) |
|
| Column (const MYSQL_FIELD *field, const bool p_is_bound=false) |
|
◆ Column() [1/3]
helper::Column::Column |
( |
| ) |
|
|
inline |
◆ Column() [2/3]
helper::Column::Column |
( |
const std::string & |
column_name, |
|
|
const char * |
t, |
|
|
bool |
primary = false , |
|
|
bool |
auto_increment = false , |
|
|
const bool |
p_is_bound = false |
|
) |
| |
|
inline |
◆ Column() [3/3]
helper::Column::Column |
( |
const MYSQL_FIELD * |
field, |
|
|
const bool |
p_is_bound = false |
|
) |
| |
|
inlineexplicit |
◆ is_auto_increment
bool helper::Column::is_auto_increment {false} |
◆ is_bound
bool helper::Column::is_bound {false} |
◆ is_primary
bool helper::Column::is_primary {false} |
◆ length
uint64_t helper::Column::length {0} |
◆ name
std::string helper::Column::name |
◆ type
◆ type_json
JsonType helper::Column::type_json {JsonType::kNull} |
◆ type_txt
std::string helper::Column::type_txt |
The documentation for this struct was generated from the following file: