Uses of Interface
com.glyart.asql.common.functions.PreparedStatementCallback
-
Packages that use PreparedStatementCallback Package Description com.glyart.asql.common.database Contains classes that handle a data source connection. -
-
Uses of PreparedStatementCallback in com.glyart.asql.common.database
Methods in com.glyart.asql.common.database with parameters of type PreparedStatementCallback Modifier and Type Method Description <S> CompletableFuture<S>
DataTemplate. execute(PreparedStatementCreator creator, PreparedStatementCallback<S> callback)
Executes a JDBC data access operation, implemented asPreparedStatementCallback
callback working on a PreparedStatement.<S> CompletableFuture<S>
DataTemplate. execute(String sql, PreparedStatementCallback<S> callback)
Executes a JDBC data access operation, implemented asPreparedStatementCallback
callback working on a PreparedStatement.
-