java.lang.Object
org.qubership.atp.dataset.db.migration.customchange.dao.ParameterDao

public class ParameterDao extends Object
  • Constructor Details

    • ParameterDao

      public ParameterDao(Connection connection)
  • Method Details

    • selectParameterMacrosDateExists

      public List<DateMacros> selectParameterMacrosDateExists() throws SQLException
      Select all macros date from parameters with 'T'/'Z'.
      Throws:
      SQLException
    • updateParameterMacrosDate

      public void updateParameterMacrosDate(DateMacros newValue) throws SQLException
      Update parameter macros date to new value with escape quotes.
      Throws:
      SQLException
    • close

      public void close()
      Close connection.