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) Create an Insert or Update statement which returns the number of rows modified. -
Uses of Update in org.jdbi.v3.sqlobject.statement.internal
Fields in org.jdbi.v3.sqlobject.statement.internal with type parameters of type UpdateMethods in org.jdbi.v3.sqlobject.statement.internal that return UpdateModifier and TypeMethodDescription(package private) UpdateSqlUpdateHandler.createStatement(Handle handle, String locatedSql) Methods in org.jdbi.v3.sqlobject.statement.internal with parameters of type UpdateModifier and TypeMethodDescription(package private) voidSqlUpdateHandler.configureReturner(Update u, SqlObjectStatementConfiguration cfg)