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. |
com.glyart.mystral.sql.impl |
Contains basic implementations of the
com.glyart.mystral.sql package. |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
AsyncDatabase.batchUpdate(@NotNull String sql,
@NotNull BatchSetter batchSetter) |
void |
Database.batchUpdate(@NotNull String sql,
@NotNull BatchSetter batchSetter) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
AsyncDataOperations.batchUpdate(@NotNull String sql,
@NotNull BatchSetter batchSetter)
Performs multiple update operations using a single SQL statement.
|
void |
DataOperations.batchUpdate(@NotNull String sql,
@NotNull BatchSetter batchSetter)
Performs multiple update operations using a single SQL statement.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBatchSetter |
Copyright © 2021. All rights reserved.