Close closes the session, releasing any held resources. Returns: - err: An error if there is an issue with closing the IoTDB connection.
()
| 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. |
no outgoing calls