![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <sql_exchange.h>
Public Member Functions | |
| sql_exchange (const char *name, enum_destination dumpfile_flag, enum_filetype filetype) | |
| sql_exchange (const char *name, enum_destination dumpfile_flag) | |
| sql_exchange (enum_destination dumpfile_flag) | |
| bool | escaped_given (void) |
| void | assign_default_values () |
| bool | do_contextualize (Parse_context *pc) |
Public Attributes | |
| Field_separators | field |
| Line_separators | line |
| URI_information | uri_info |
| File_information | file_info |
| const char * | file_name {nullptr} |
| enum enum_destination | dumpfile |
| unsigned long | skip_lines {0} |
| LEX_CSTRING | outfile_json = NULL_CSTR |
| sql_exchange::sql_exchange | ( | const char * | name, |
| enum_destination | dumpfile_flag, | ||
| enum_filetype | filetype | ||
| ) |
| sql_exchange::sql_exchange | ( | const char * | name, |
| enum_destination | dumpfile_flag | ||
| ) |
|
explicit |
| void sql_exchange::assign_default_values | ( | ) |
| bool sql_exchange::do_contextualize | ( | Parse_context * | pc | ) |
| bool sql_exchange::escaped_given | ( | void | ) |
| enum enum_destination sql_exchange::dumpfile |
| Field_separators sql_exchange::field |
| File_information sql_exchange::file_info |
| const char* sql_exchange::file_name {nullptr} |
| Line_separators sql_exchange::line |
| LEX_CSTRING sql_exchange::outfile_json = NULL_CSTR |
| unsigned long sql_exchange::skip_lines {0} |
| URI_information sql_exchange::uri_info |