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

Method Close

client/tablesession.go:67–67  ·  view source on GitHub ↗

Close closes the session, releasing any held resources. Returns: - err: An error if there is an issue with closing the IoTDB connection.

()

Source from the content-addressed store, hash-verified

65 // Returns:
66 // - err: An error if there is an issue with closing the IoTDB connection.
67 Close() (err error)
68}
69
70// TableSession represents a session for interacting with IoTDB in relational mode.

Callers 15

mainFunction · 0.65
insertAlignedRecordFunction · 0.65
insertAlignedRecordsFunction · 0.65
insertAlignedTabletFunction · 0.65
executeStatementFunction · 0.65
executeQueryStatementFunction · 0.65
executeRawDataQueryFunction · 0.65
executeBatchStatementFunction · 0.65
mainFunction · 0.65
useNodeUrlsFunction · 0.65

Implementers 2

PooledTableSessionclient/tablesessionpool.go
TableSessionclient/tablesession.go

Calls

no outgoing calls