Uses of Class
org.jdbi.v3.core.statement.Update
-
Packages that use Update Package Description org.jdbi.v3.core The 'core' package hosts the top level interface into jdbi core.org.jdbi.v3.sqlobject.statement.internal -
-
Uses of Update in org.jdbi.v3.core
Methods in org.jdbi.v3.core that return Update Modifier and Type Method Description UpdateHandle. createUpdate(java.lang.CharSequence sql)Create an Insert or Update statement which returns the number of rows modified.UpdateHandle. createUpdate(java.lang.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 Update Modifier and Type Field Description private java.util.function.Function<Update,java.lang.Object>SqlUpdateHandler. resultTransformerMethods in org.jdbi.v3.sqlobject.statement.internal that return Update Modifier and Type Method Description (package private) UpdateSqlUpdateHandler. createStatement(Handle handle, java.lang.String locatedSql)Methods in org.jdbi.v3.sqlobject.statement.internal with parameters of type Update Modifier and Type Method Description (package private) voidSqlUpdateHandler. configureReturner(Update u, SqlObjectStatementConfiguration cfg)
-