Uses of Interface
org.ujorm.tools.jdbc.SqlFunction
Packages that use SqlFunction
-
Uses of SqlFunction in org.ujorm.tools.jdbc
Methods in org.ujorm.tools.jdbc with parameters of type SqlFunctionModifier and TypeMethodDescription<T> @NotNull List<T>JdbcBuilder.executeSelect(@NotNull Connection connection, SqlFunction<ResultSet, T> function) Deprecated.Create a new result list -
Uses of SqlFunction in org.ujorm.tools.sql
Methods in org.ujorm.tools.sql with parameters of type SqlFunctionModifier and TypeMethodDescription<R> @NotNull Stream<R>SqlParamBuilder.generatedKeys(SqlFunction<ResultSet, ? extends R> mapper) Method for retrieving the primary keys of an INSERT statement.<R> @NotNull Stream<R>SqlParamBuilder.streamMap(SqlFunction<ResultSet, ? extends R> mapper)