Uses of Class
org.jdbi.v3.core.statement.Update
Packages that use 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
Methods in org.jdbi.v3.core that return UpdateModifier 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
Subclasses with type arguments of type Update in org.jdbi.v3.core.statement