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 |
---|---|
<T> CompletableFuture<T> |
AsyncDatabase.execute(@NotNull StatementFunction<T> callback) |
<T> T |
Database.execute(@NotNull StatementFunction<T> callback) |
Modifier and Type | Method and Description |
---|---|
<T> CompletableFuture<T> |
AsyncDataOperations.execute(@NotNull StatementFunction<T> callback)
Executes a JDBC data access operation, implemented as
StatementFunction callback, using an
active connection. |
<T> T |
DataOperations.execute(@NotNull StatementFunction<T> callback)
Executes a JDBC data access operation, implemented as
StatementFunction callback, using an
active connection. |
Modifier and Type | Class and Description |
---|---|
class |
QueryStatementFunction<T> |
class |
UpdateStatementFunction |
Copyright © 2021. All rights reserved.