![]() |
MySQL 9.5.0
Source Code Documentation
|
Helper for the sql_exchange class. More...
#include <sql_exchange.h>
Public Member Functions | |
| void | merge_field_separators (const Field_separators *field_sep) |
| void | assign_default_values (enum_filetype filetype_arg) |
Public Attributes | |
| const String * | field_term {nullptr} |
| const String * | escaped {nullptr} |
| const String * | enclosed {nullptr} |
| bool | opt_enclosed {false} |
| bool | not_enclosed {false} |
| const String * | date_format {nullptr} |
| const String * | time_format {nullptr} |
| const String * | datetime_format {nullptr} |
| enum_trim_spaces | trim_spaces {enum_trim_spaces::DEFAULT_TRIM_SPACES} |
| const String * | null_value {nullptr} |
| const String * | empty_value {nullptr} |
Helper for the sql_exchange class.
| void Field_separators::assign_default_values | ( | enum_filetype | filetype_arg | ) |
|
inline |
| bool Field_separators::not_enclosed {false} |
| bool Field_separators::opt_enclosed {false} |
| enum_trim_spaces Field_separators::trim_spaces {enum_trim_spaces::DEFAULT_TRIM_SPACES} |