Class ParameterDao
java.lang.Object
org.qubership.atp.dataset.db.migration.customchange.dao.ParameterDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close connection.Select all macros date from parameters with 'T'/'Z'.voidupdateParameterMacrosDate(DateMacros newValue) Update parameter macros date to new value with escape quotes.
-
Constructor Details
-
ParameterDao
-
-
Method Details
-
selectParameterMacrosDateExists
Select all macros date from parameters with 'T'/'Z'.- Throws:
SQLException
-
updateParameterMacrosDate
Update parameter macros date to new value with escape quotes.- Throws:
SQLException
-
close
public void close()Close connection.
-