MCPcopy Create free account
hub / github.com/apache/iotdb-client-go / IsSetDatabase

Method IsSetDatabase

rpc/client.go:1438–1440  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1436}
1437
1438func (p *TSExecuteStatementResp) IsSetDatabase() bool {
1439 return p.Database != nil
1440}
1441
1442func (p *TSExecuteStatementResp) IsSetTableModel() bool {
1443 return p.TableModel != nil

Callers 3

GetDatabaseMethod · 0.95
writeField15Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected