Class OrmUpdateProperties.Value

java.lang.Object
io.ebeaninternal.server.querydefn.OrmUpdateProperties.Value
Enclosing class:
OrmUpdateProperties

public abstract static class OrmUpdateProperties.Value extends Object
Bind value used in the set clause for update query. It may/may not have bind values etc.
  • Constructor Details

    • Value

      public Value()
  • Method Details

    • bind

      public void bind(Binder binder, io.ebeaninternal.server.bind.DataBind dataBind) throws SQLException
      Throws:
      SQLException
    • bindClause

      public String bindClause()
    • getBindCount

      public int getBindCount()