Uses of Interface
io.helidon.data.jdbc.JdbcClient.Statement
Packages that use JdbcClient.Statement
Package
Description
Runs imperative applications and declarative Helidon Data repositories with
JDBC.
-
Uses of JdbcClient.Statement in io.helidon.data.jdbc
Methods in io.helidon.data.jdbc that return JdbcClient.StatementModifier and TypeMethodDescriptionBinds a supported scalar value that is notnull.static JdbcClient.StatementGeneratedJdbcData.bindNull(JdbcClient.Statement statement, int index, JDBCType type) Binds SQLNULLfor a generated declarative repository.Creates a description of one JDBC statement from positional SQL.static JdbcClient.StatementGeneratedJdbcData.createGenerated(JdbcClient client, String sql, int parameterCount) Creates a statement description for generated repository code that has already validated the positional JDBC SQL.Methods in io.helidon.data.jdbc with parameters of type JdbcClient.StatementModifier and TypeMethodDescriptionstatic JdbcClient.StatementGeneratedJdbcData.bindNull(JdbcClient.Statement statement, int index, JDBCType type) Binds SQLNULLfor a generated declarative repository.