Uses of Interface
com.glyart.asql.common.functions.StatementCallback
-
Packages that use StatementCallback Package Description com.glyart.asql.common.database Contains classes that handle a data source connection. -
-
Uses of StatementCallback in com.glyart.asql.common.database
Methods in com.glyart.asql.common.database with parameters of type StatementCallback Modifier and Type Method Description <S> CompletableFuture<S>
DataTemplate. execute(StatementCallback<S> callback)
Executes a JDBC data access operation, implemented asStatementCallback
callback, using an active connection.
-