Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ITableSession接口定义了与IoTDB交互的基本操作,可以执行数据
| executeQueryStatement(String sql, long timeoutInMs) | 执行查询SQL语句,并设置查询超时时间(以毫秒为单位) | sql: 要执行的查询SQL语句。timeoutInMs: 查询超时时间(毫秒) | SessionDataSet | StatementExecutionException |
| close() | 关闭会话,释放所持有的资源 | 无 | 无 | IoTDBConnectionException |

#### 3.1.2 接口展示
#### 3.1.3 接口展示

``` java
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ITableSession接口定义了与IoTDB交互的基本操作,可以执行数据
| executeQueryStatement(String sql, long timeoutInMs) | 执行查询SQL语句,并设置查询超时时间(以毫秒为单位) | sql: 要执行的查询SQL语句。timeoutInMs: 查询超时时间(毫秒) | SessionDataSet | StatementExecutionException |
| close() | 关闭会话,释放所持有的资源 | 无 | 无 | IoTDBConnectionException |

#### 3.1.2 接口展示
#### 3.1.3 接口展示

``` java
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ITableSession接口定义了与IoTDB交互的基本操作,可以执行数据
| executeQueryStatement(String sql, long timeoutInMs) | 执行查询SQL语句,并设置查询超时时间(以毫秒为单位) | sql: 要执行的查询SQL语句。timeoutInMs: 查询超时时间(毫秒) | SessionDataSet | StatementExecutionException |
| close() | 关闭会话,释放所持有的资源 | 无 | 无 | IoTDBConnectionException |

#### 3.1.2 接口展示
#### 3.1.3 接口展示

``` java
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ITableSession接口定义了与IoTDB交互的基本操作,可以执行数据
| executeQueryStatement(String sql, long timeoutInMs) | 执行查询SQL语句,并设置查询超时时间(以毫秒为单位) | sql: 要执行的查询SQL语句。timeoutInMs: 查询超时时间(毫秒) | SessionDataSet | StatementExecutionException |
| close() | 关闭会话,释放所持有的资源 | 无 | 无 | IoTDBConnectionException |

#### 3.1.2 接口展示
#### 3.1.3 接口展示

``` java
/**
Expand Down