Class PostgresProfileQueryHandler

java.lang.Object
gov.nasa.jpl.aerie.merlin.worker.postgres.PostgresProfileQueryHandler
All Implemented Interfaces:
AutoCloseable

public class PostgresProfileQueryHandler extends Object implements AutoCloseable
Utility class to handle upload of resource profiles to the database.
  • Constructor Details

  • Method Details

    • uploadResourceProfiles

      public void uploadResourceProfiles(gov.nasa.jpl.aerie.merlin.driver.resources.ResourceProfiles resourceProfiles)
      Upload profiles, profile segments, and corresponding profile durations to the database.
    • close

      public void close() throws SQLException
      Specified by:
      close in interface AutoCloseable
      Throws:
      SQLException