Module de.chojo.sadu.queries
Class InsertionBatchResultImpl
java.lang.Object
de.chojo.sadu.queries.results.writing.manipulation.ManipulationBatchResultImpl<InsertionResult>
de.chojo.sadu.queries.results.writing.insertion.InsertionBatchResultImpl
- All Implemented Interfaces:
DataSourceProvider,ConnectionProvider,QueryProvider,BaseResult,InsertionBatchResult<InsertionResult>,InsertionResult,ManipulationBatchResult<InsertionResult>,ManipulationResult
public class InsertionBatchResultImpl
extends ManipulationBatchResultImpl<InsertionResult>
implements InsertionBatchResult<InsertionResult>
-
Constructor Summary
ConstructorsConstructorDescriptionInsertionBatchResultImpl(QueryProvider query, List<InsertionResult> results) -
Method Summary
Methods inherited from class de.chojo.sadu.queries.results.writing.manipulation.ManipulationBatchResultImpl
changed, exceptions, query, results, rowsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.chojo.sadu.queries.api.results.BaseResult
exceptions, hasExceptionsMethods inherited from interface de.chojo.sadu.queries.api.results.writing.manipulation.ManipulationBatchResult
changed, results, rowsMethods inherited from interface de.chojo.sadu.queries.api.results.writing.manipulation.ManipulationResult
ifChanged, ifChangedOrElse, ifEmpty, isSuccessMethods inherited from interface de.chojo.sadu.queries.api.base.QueryProvider
callConnection, configuration, source
-
Constructor Details
-
InsertionBatchResultImpl
-
-
Method Details
-
keys
Description copied from interface:InsertionBatchResultRetrieves the keys of the inserted rows of all executed statements.- Specified by:
keysin interfaceInsertionBatchResult<InsertionResult>- Specified by:
keysin interfaceInsertionResult- Returns:
- a List of Long representing the keys of the inserted rows
-