MySQL 9.1.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 | |
sql_exchange (const char *name, bool dumpfile_flag, enum_filetype filetype_arg=FILETYPE_CSV) | |
bool | escaped_given (void) |
Public Attributes | |
Field_separators | field |
Line_separators | line |
enum enum_filetype | filetype |
const char * | file_name |
bool | dumpfile |
unsigned long | skip_lines |
const CHARSET_INFO * | cs |
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.
sql_exchange::sql_exchange | ( | const char * | name, |
bool | dumpfile_flag, | ||
enum_filetype | filetype_arg = FILETYPE_CSV |
||
) |
bool sql_exchange::escaped_given | ( | void | ) |
const CHARSET_INFO* sql_exchange::cs |
bool sql_exchange::dumpfile |
Field_separators sql_exchange::field |
const char* sql_exchange::file_name |
enum enum_filetype sql_exchange::filetype |
Line_separators sql_exchange::line |
unsigned long sql_exchange::skip_lines |