()
| 1302 | } |
| 1303 | var TSExecuteStatementResp_IgnoreTimeStamp_DEFAULT bool |
| 1304 | func (p *TSExecuteStatementResp) GetIgnoreTimeStamp() bool { |
| 1305 | if !p.IsSetIgnoreTimeStamp() { |
| 1306 | return TSExecuteStatementResp_IgnoreTimeStamp_DEFAULT |
| 1307 | } |
| 1308 | return *p.IgnoreTimeStamp |
| 1309 | } |
| 1310 | var TSExecuteStatementResp_DataTypeList_DEFAULT []string |
| 1311 | |
| 1312 | func (p *TSExecuteStatementResp) GetDataTypeList() []string { |
nothing calls this directly
no test coverage detected