![]() |
MySQL 9.2.0
Source Code Documentation
|
Used to hold information about file and file structure in exchange via non-DB file (...INTO OUTFILE..., ...LOAD DATA...) XXX: We never call destructor for objects of this class. More...
#include <sql_exchange.h>
Public Member Functions | |
File_information () | |
File_information (enum_destination dumpfile_flag) | |
File_information (enum_filetype filetype_arg) | |
void | merge_file_information (const File_information *file_info) |
void | assign_default_values () |
bool | do_contextualize () |
Public Attributes | |
const char * | filetype_str {nullptr} |
const String * | compression {nullptr} |
enum_with_header | with_header {enum_with_header::DEFAULT_HEADER} |
const CHARSET_INFO * | cs {nullptr} |
Used to hold information about file and file structure in exchange via non-DB file (...INTO OUTFILE..., ...LOAD DATA...) XXX: We never call destructor for objects of this class.
|
inline |
|
inlineexplicit |
|
inlineexplicit |
void File_information::assign_default_values | ( | ) |
bool File_information::do_contextualize | ( | ) |
|
inline |
const CHARSET_INFO* File_information::cs {nullptr} |
const char* File_information::filetype_str {nullptr} |
enum_with_header File_information::with_header {enum_with_header::DEFAULT_HEADER} |