Package org.r10r.sqlify
Class Sqlify.BatchBuilder
- java.lang.Object
-
- org.r10r.sqlify.Sqlify.BatchBuilder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]executeUpdate(Connection connection)Sqlify.BatchBuilderwithBatches(List<Batch> batches)
-
-
-
Method Detail
-
withBatches
public Sqlify.BatchBuilder withBatches(List<Batch> batches)
-
executeUpdate
public int[] executeUpdate(Connection connection)
-
-