Uses of Interface
com.glyart.asql.common.functions.ParametrizedPreparedStatementSetter
-
Packages that use ParametrizedPreparedStatementSetter Package Description com.glyart.asql.common.database Contains classes that handle a data source connection. -
-
Uses of ParametrizedPreparedStatementSetter in com.glyart.asql.common.database
Methods in com.glyart.asql.common.database with parameters of type ParametrizedPreparedStatementSetter Modifier and Type Method Description <S> CompletableFuture<Void>
DataTemplate. batchUpdate(String sql, List<S> batchArgs, ParametrizedPreparedStatementSetter<S> paramsBatchSetter)
Performs multiple update operations using a single SQL statement.
-