MCPcopy Index your code
hub / github.com/apache/iotdb-client-go / ExecuteStatement

Method ExecuteStatement

client/session.go:523–525  ·  view source on GitHub ↗
(sql string)

Source from the content-addressed store, hash-verified

521}
522
523func (s *Session) ExecuteStatement(sql string) (*SessionDataSet, error) {
524 return s.ExecuteStatementWithContext(context.Background(), sql)
525}
526
527func (s *Session) ExecuteNonQueryStatement(sql string) error {
528 request := rpc.TSExecuteStatementReq{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected