Package adams.db

Interface SpectralDbBackend

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String FILENAME
      the properties file containing the setup.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SampleDataIntf getSampleData​(adams.db.AbstractDatabaseConnection conn)
      Returns the handler for the sample data table.
      SpectrumIntf getSpectrum​(adams.db.AbstractDatabaseConnection conn)
      Returns the handler for the spectrum table.
      • Methods inherited from interface adams.core.Destroyable

        destroy
      • Methods inherited from interface adams.core.logging.LoggingLevelHandler

        getLoggingLevel, setLoggingLevel
      • Methods inherited from interface adams.core.logging.LoggingSupporter

        getLogger, isLoggingEnabled
      • Methods inherited from interface adams.core.option.OptionHandler

        cleanUpOptions, defineOptions, getOptionManager, toCommandLine
    • Method Detail

      • getSpectrum

        SpectrumIntf getSpectrum​(adams.db.AbstractDatabaseConnection conn)
        Returns the handler for the spectrum table.
        Parameters:
        conn - the database connection
        Returns:
        the handler
      • getSampleData

        SampleDataIntf getSampleData​(adams.db.AbstractDatabaseConnection conn)
        Returns the handler for the sample data table.
        Parameters:
        conn - the database connection
        Returns:
        the handler