Uses of Class
org.jdbi.v3.core.statement.Update
Package
Description
The 'core' package hosts the top level interface into jdbi core.
-
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.