StatementFunction

Functional interface for Java JDBC prepared statements.

Parameters

<R>

Type of the returned object

<E>

Type of the exception thrown

See also

Functions

Link copied to clipboard
abstract fun apply(@NotNull statement: @NotNull BlockingPreparedStatement): R