Uses of Class
org.jdbi.v3.core.statement.Update
Package
Description
The 'core' package hosts the top level interface into jdbi core.
The
statement
package provides most of the Fluent API
to drive statement execution.-
Uses of Update in org.jdbi.v3.core
Modifier and TypeMethodDescriptionHandle.createUpdate
(CharSequence sql) Create an Insert or Update statement which returns the number of rows modified.Handle.createUpdate
(String sql) Create an Insert or Update statement which returns the number of rows modified. -
Uses of Update in org.jdbi.v3.core.statement