public interface BatchedResultObjectProvider extends ResultObjectProvider
iterated
 for the results, while this provider iterates over its underlying providers.
 Statement.
 QueryResultCallback| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getExecutionResult()
Gets the result of executing the underlying JDBC statement. 
 | 
Object | 
getOut(int position)  | 
Object | 
getOut(String name)  | 
ResultObjectProvider | 
getResultObject()
Gets the next result object provider from its batch. 
 | 
int | 
getUpdateCount()
Gets the count of  records updated by the underlying JDBC statement. 
 | 
boolean | 
hasMoreResults()
Affirms if this batch contains more results. 
 | 
absolute, close, handleCheckedException, next, open, reset, size, supportsRandomAccessResultObjectProvider getResultObject() throws Exception
getResultObject in interface ResultObjectProviderExceptionboolean hasMoreResults()
boolean getExecutionResult()
PreparedStatement.execute().int getUpdateCount()
Statement.getUpdateCount().Object getOut(int position)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.