MySQL 8.3.0
Source Code Documentation
Field_separators Struct Reference

Helper for the sql_exchange class. More...

#include <sql_exchange.h>

Public Member Functions

void cleanup ()
 
void merge_field_separators (const Field_separators &s)
 

Public Attributes

const Stringfield_term
 
const Stringescaped
 
const Stringenclosed
 
bool opt_enclosed
 

Detailed Description

Helper for the sql_exchange class.

Member Function Documentation

◆ cleanup()

void Field_separators::cleanup ( void  )
inline

◆ merge_field_separators()

void Field_separators::merge_field_separators ( const Field_separators s)
inline

Member Data Documentation

◆ enclosed

const String* Field_separators::enclosed

◆ escaped

const String* Field_separators::escaped

◆ field_term

const String* Field_separators::field_term

◆ opt_enclosed

bool Field_separators::opt_enclosed

The documentation for this struct was generated from the following file: