BmnRoot
Loading...
Searching...
No Matches
structParseRow Struct Reference

#include <UniParser.h>

Public Member Functions

 structParseRow (TString column_name, TString statement_type, bool is_parse=false, int start_index=0, TString parse_type="", TString delimiter="")
 
 structParseRow (TString column_name, TString statement_type, bool is_parse=false, int start_index=0, TString parse_type="", TString delimiter="")
 

Public Attributes

TString strColumnName
 
TString strStatementType
 
bool isParse
 
int iStartIndex
 
TString strParseType
 
TString strDelimiter
 

Detailed Description

Definition at line 40 of file UniParser.h.

Constructor & Destructor Documentation

◆ structParseRow() [1/2]

structParseRow::structParseRow ( TString  column_name,
TString  statement_type,
bool  is_parse = false,
int  start_index = 0,
TString  parse_type = "",
TString  delimiter = "" 
)
inline

Definition at line 50 of file UniParser.h.

References isParse, iStartIndex, strColumnName, strDelimiter, strParseType, and strStatementType.

◆ structParseRow() [2/2]

structParseRow::structParseRow ( TString  column_name,
TString  statement_type,
bool  is_parse = false,
int  start_index = 0,
TString  parse_type = "",
TString  delimiter = "" 
)
inline

Definition at line 50 of file UniParser.h.

References isParse, iStartIndex, strColumnName, strDelimiter, strParseType, and strStatementType.

Member Data Documentation

◆ isParse

bool structParseRow::isParse

Definition at line 45 of file UniParser.h.

Referenced by structParseRow(), and write_string_to_db().

◆ iStartIndex

int structParseRow::iStartIndex

Definition at line 46 of file UniParser.h.

Referenced by structParseRow(), and write_string_to_db().

◆ strColumnName

TString structParseRow::strColumnName

Definition at line 42 of file UniParser.h.

Referenced by prepare_sql_code(), and structParseRow().

◆ strDelimiter

TString structParseRow::strDelimiter

Definition at line 48 of file UniParser.h.

Referenced by structParseRow(), and write_string_to_db().

◆ strParseType

TString structParseRow::strParseType

Definition at line 47 of file UniParser.h.

Referenced by structParseRow(), and write_string_to_db().

◆ strStatementType

TString structParseRow::strStatementType

Definition at line 44 of file UniParser.h.

Referenced by structParseRow(), and write_string_to_db().


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