Package org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory
Class JDBCMemoryQueryResult
java.lang.Object
org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
org.apache.shardingsphere.infra.executor.sql.execute.result.query.impl.driver.jdbc.type.memory.JDBCMemoryQueryResult
- All Implemented Interfaces:
ExecuteResult,QueryResult
JDBC query result for memory loading.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.shardingsphere.infra.executor.sql.execute.result.query.type.memory.AbstractMemoryQueryResult
close, getCalendarValue, getInputStream, getValue, next, wasNullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult
getMetaData
-
Constructor Details
-
JDBCMemoryQueryResult
- Throws:
SQLException
-