Package org.apache.arrow.adbc.core
Class AdbcStatement.QueryResult
java.lang.Object
org.apache.arrow.adbc.core.AdbcStatement.QueryResult
- All Implemented Interfaces:
- AutoCloseable
- Enclosing interface:
- AdbcStatement
The result of executing a query with a result set.
- 
Constructor Details- 
QueryResult
 
- 
- 
Method Details- 
getAffectedRowspublic long getAffectedRows()
- 
getReader
- 
toString
- 
closeClose the contained reader.- Specified by:
- closein interface- AutoCloseable
- Throws:
- IOException
 
 
-