|
BmnRoot
|
#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 |
Definition at line 40 of file UniParser.h.
|
inline |
Definition at line 50 of file UniParser.h.
References isParse, iStartIndex, strColumnName, strDelimiter, strParseType, and strStatementType.
|
inline |
Definition at line 50 of file UniParser.h.
References isParse, iStartIndex, strColumnName, strDelimiter, strParseType, and strStatementType.
| bool structParseRow::isParse |
Definition at line 45 of file UniParser.h.
Referenced by structParseRow(), and write_string_to_db().
| int structParseRow::iStartIndex |
Definition at line 46 of file UniParser.h.
Referenced by structParseRow(), and write_string_to_db().
| TString structParseRow::strColumnName |
Definition at line 42 of file UniParser.h.
Referenced by prepare_sql_code(), and structParseRow().
| TString structParseRow::strDelimiter |
Definition at line 48 of file UniParser.h.
Referenced by structParseRow(), and write_string_to_db().
| TString structParseRow::strParseType |
Definition at line 47 of file UniParser.h.
Referenced by structParseRow(), and write_string_to_db().
| TString structParseRow::strStatementType |
Definition at line 44 of file UniParser.h.
Referenced by structParseRow(), and write_string_to_db().