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, rows
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.chojo.sadu.queries.api.results.BaseResult
exceptions, hasExceptions
Methods inherited from interface de.chojo.sadu.queries.api.results.writing.manipulation.ManipulationBatchResult
changed, results, rows
Methods inherited from interface de.chojo.sadu.queries.api.results.writing.manipulation.ManipulationResult
ifChanged, ifChangedOrElse, ifEmpty, isSuccess
Methods inherited from interface de.chojo.sadu.queries.api.base.QueryProvider
callConnection, configuration, source
-
Constructor Details
-
InsertionBatchResultImpl
-
-
Method Details
-
keys
Description copied from interface:InsertionBatchResult
Retrieves the keys of the inserted rows of all executed statements.- Specified by:
keys
in interfaceInsertionBatchResult<InsertionResult>
- Specified by:
keys
in interfaceInsertionResult
- Returns:
- a List of Long representing the keys of the inserted rows
-