Uses of Interface
io.helidon.data.jdbc.JdbcClient.Rows
Packages that use JdbcClient.Rows
Package
Description
Runs imperative applications and declarative Helidon Data repositories with
JDBC.
-
Uses of JdbcClient.Rows in io.helidon.data.jdbc
Methods in io.helidon.data.jdbc that return JdbcClient.RowsModifier and TypeMethodDescription<T> JdbcClient.Rows<T> JdbcClient.GeneratedKeys.map(JdbcClient.RowMapper<T> mapper) Selects the mapper for generated key rows and finalizes this stage.<T> JdbcClient.Rows<T> JdbcClient.Statement.map(JdbcClient.RowMapper<T> mapper) Selects an explicit mapper for query rows.<T> JdbcClient.Rows<T> Selects mapping from the first column for a supported scalar type.