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.
-
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) Deprecated delegate - please useCharSequence
signature for future compatibility.