接口 ParameterizedPreparedStatementSetter<T>

    • 方法详细资料

      • setValues

        void setValues​(PreparedStatement ps,
                       T argument)
                throws SQLException
        Set parameter values on the given PreparedStatement.
        参数:
        ps - the PreparedStatement to invoke setter methods on
        argument - the object containing the values to be set
        抛出:
        SQLException - if a SQLException is encountered (i.e. there is no need to catch SQLException)