MySQL 8.3.0
Source Code Documentation
sql_exchange.h File Reference

Go to the source code of this file.

Classes

struct  Line_separators
 Helper for the sql_exchange class. More...
 
struct  Field_separators
 Helper for the sql_exchange class. More...
 
class  sql_exchange
 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...
 

Enumerations

enum  enum_source_type { LOAD_SOURCE_FILE , LOAD_SOURCE_URL , LOAD_SOURCE_S3 }
 
enum  enum_filetype { FILETYPE_CSV , FILETYPE_XML }
 

Enumeration Type Documentation

◆ enum_filetype

Enumerator
FILETYPE_CSV 
FILETYPE_XML 

◆ enum_source_type

Enumerator
LOAD_SOURCE_FILE 
LOAD_SOURCE_URL 
LOAD_SOURCE_S3