类 AdbcStatement.QueryResult
java.lang.Object
org.apache.arrow.adbc.core.AdbcStatement.QueryResult
- 所有已实现的接口
AutoCloseable
- 封闭接口
- AdbcStatement
执行带有结果集的查询的结果。
-
构造器详细信息
-
QueryResult
-
-
方法详细信息
-
getAffectedRows
public long getAffectedRows() -
getReader
-
toString
-
close
关闭包含的读取器。- 指定者
- 接口
AutoCloseable
中的close
- 抛出
IOException
-