接口 ItemPreparedStatementSetter<T>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidsetValues​(T item, java.sql.PreparedStatement ps)
      Set parameter values on the given PreparedStatement as determined from the provided item.
    • 方法详细资料

      • setValues

        void setValues​(T item,
                       java.sql.PreparedStatement ps)
                throws java.sql.SQLException
        Set parameter values on the given PreparedStatement as determined from the provided item.
        参数:
        item - the item to obtain the values from
        ps - the PreparedStatement to invoke setter methods on
        抛出:
        java.sql.SQLException - if a SQLException is encountered (i.e. there is no need to catch SQLException)