Class PreparedStatements
java.lang.Object
gov.nasa.jpl.aerie.scheduler.server.remotes.postgres.PreparedStatements
-
Method Summary
Modifier and TypeMethodDescriptiongetDatasetId(ResultSet results, String columnLabel) static Optional<ScheduleFailure> getFailureReason(ResultSet results, String columnLabel) static voidsetFailureReason(PreparedStatement statement, int parameter, ScheduleFailure reason)
-
Method Details
-
setFailureReason
public static void setFailureReason(PreparedStatement statement, int parameter, ScheduleFailure reason) throws SQLException - Throws:
SQLException
-
getFailureReason
public static Optional<ScheduleFailure> getFailureReason(ResultSet results, String columnLabel) throws SQLException - Throws:
SQLException
-
getDatasetId
public static Optional<Long> getDatasetId(ResultSet results, String columnLabel) throws SQLException - Throws:
SQLException
-