public static interface Insert.RowRepeater
Modifier and Type | Method and Description |
---|---|
Insert.Builder |
times(int times)
Adds several rows with the same non-generated values to the insert.
|
Insert.Builder times(int times)
times
- the number of rows to add. Must be >= 0. If zero, no row is added.java.lang.IllegalStateException
- if the rows have already been added