Uses of Interface
com.glyart.asql.common.functions.BatchPreparedStatementSetter
-
Packages that use BatchPreparedStatementSetter Package Description com.glyart.asql.common.database Contains classes that handle a data source connection.com.glyart.asql.common.defaults Contains default implementations of some interfaces used by aSQL. -
-
Uses of BatchPreparedStatementSetter in com.glyart.asql.common.database
Methods in com.glyart.asql.common.database with parameters of type BatchPreparedStatementSetter Modifier and Type Method Description CompletableFuture<Void>
DataTemplate. batchUpdate(String sql, BatchPreparedStatementSetter batchSetter)
Performs multiple update operations using a single SQL statement. -
Uses of BatchPreparedStatementSetter in com.glyart.asql.common.defaults
Classes in com.glyart.asql.common.defaults that implement BatchPreparedStatementSetter Modifier and Type Class Description class
DefaultBatchSetter
-