Interface ParameterizedPreparedStatementSetter<T>

    • Method Detail

      • setValues

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