类 ColumnMapItemPreparedStatementSetter

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidsetValues​(java.util.Map<java.lang.String,​java.lang.Object> item, java.sql.PreparedStatement ps)
      Set parameter values on the given PreparedStatement as determined from the provided item.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • setValues

        public void setValues​(java.util.Map<java.lang.String,​java.lang.Object> item,
                              java.sql.PreparedStatement ps)
                       throws java.sql.SQLException
        从接口复制的说明: ItemPreparedStatementSetter
        Set parameter values on the given PreparedStatement as determined from the provided item.
        指定者:
        setValues 在接口中 ItemPreparedStatementSetter<java.util.Map<java.lang.String,​java.lang.Object>>
        参数:
        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)