Uses of Class
de.ec.sql.Update
-
-
Uses of Update in de.ec.sql
Methods in de.ec.sql that return Update Modifier and Type Method Description UpdateUpdateValue. expr(java.lang.String expr)UpdateUpdate. orAbort()UpdateUpdate. orFail()UpdateUpdate. orIgnore()UpdateUpdate. orReplace()UpdateUpdate. orRollback()UpdateUpdate. set(ValueHolder values)UpdateUpdate. set(java.lang.String column, java.lang.Object value)default UpdateBeforeUpdate. update(Table table)default UpdateBeforeUpdate. update(Update update)default UpdateBeforeUpdate. update(java.lang.String table)default UpdateBeforeUpdate. updateSQL(java.lang.String sql)UpdateUpdateValue. value(java.lang.Object value)Methods in de.ec.sql with parameters of type Update Modifier and Type Method Description default UpdateBeforeUpdate. update(Update update)Constructors in de.ec.sql with parameters of type Update Constructor Description UpdateValue(Update update, java.lang.String column)
-