Package org.r10r.sqlify.core
Class SqlifyBatched
- java.lang.Object
-
- org.r10r.sqlify.core.SqlifyBatched
-
public final class SqlifyBatched extends Object
-
-
Constructor Summary
Constructors Constructor Description SqlifyBatched(String userProvidedSqlWithPlaceholder, List<Batch> parameterMapBatches)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]executeUpdateBatch(Connection connection)
-
-
-
Method Detail
-
executeUpdateBatch
public int[] executeUpdateBatch(Connection connection)
-
-