接口 PreparedStatementSetter

    • 方法详细资料

      • setValues

        void setValues​(PreparedStatement ps)
                throws SQLException
        Set parameter values on the given PreparedStatement.
        参数:
        ps - the PreparedStatement to invoke setter methods on
        抛出:
        SQLException - if an SQLException is encountered (i.e. there is no need to catch SQLException)