Package | Description |
---|---|
com.glyart.mystral.database |
Contains the implementations of the main functionalities of this library.
|
com.glyart.mystral.sql |
Contains interfaces used by
DataOperations and AsyncDataOperations implementations. |
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<Void> |
AsyncDatabase.batchUpdate(@NotNull String sql,
@Nullable List<T> batchArgs,
@NotNull ParametrizedBatchSetter<T> paramsBatchSetter) |
<T> void |
Database.batchUpdate(@NotNull String sql,
@Nullable List<T> batchArgs,
@NotNull ParametrizedBatchSetter<T> paramsBatchSetter) |
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<Void> |
AsyncDataOperations.batchUpdate(@NotNull String sql,
@Nullable List<T> batchArgs,
@NotNull ParametrizedBatchSetter<T> paramsBatchSetter)
Performs multiple update operations using a single SQL statement.
|
<T> void |
DataOperations.batchUpdate(@NotNull String sql,
@Nullable List<T> batchArgs,
@NotNull ParametrizedBatchSetter<T> paramsBatchSetter)
Performs multiple update operations using a single SQL statement.
|
Copyright © 2021. All rights reserved.