类 AdbcStatement.QueryResult

java.lang.Object
org.apache.arrow.adbc.core.AdbcStatement.QueryResult
所有已实现的接口
AutoCloseable
封闭接口
AdbcStatement

public static class AdbcStatement.QueryResult extends Object implements AutoCloseable
执行带有结果集的查询的结果。
  • 构造器详细信息

    • QueryResult

      public QueryResult(long affectedRows, ArrowReader reader)
  • 方法详细信息