Uses of Interface
adams.db.SampleDataIntf
-
Packages that use SampleDataIntf Package Description adams.db adams.db.autodetect adams.db.generic adams.db.h2 adams.db.mirrored adams.db.mssql adams.db.mysql adams.db.postgresql adams.db.sqlite adams.gui.selection -
-
Uses of SampleDataIntf in adams.db
Classes in adams.db that implement SampleDataIntf Modifier and Type Class Description classSampleDataFFacade for sample data.Fields in adams.db declared as SampleDataIntf Modifier and Type Field Description protected SampleDataIntfSampleDataF. m_DBthe backend.Methods in adams.db that return SampleDataIntf Modifier and Type Method Description SampleDataIntfSpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)Returns the handler for the sample data table.SampleDataIntfSpectrumF. getSampleDataHandler()Returns the corresponding SampleData handler.SampleDataIntfSpectrumIntf. getSampleDataHandler()Returns the corresponding SampleData handler. -
Uses of SampleDataIntf in adams.db.autodetect
Methods in adams.db.autodetect that return SampleDataIntf Modifier and Type Method Description SampleDataIntfSpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)Returns the handler for the sample data table. -
Uses of SampleDataIntf in adams.db.generic
Classes in adams.db.generic that implement SampleDataIntf Modifier and Type Class Description classSampleDataTA class for handling the sample data reports table.Methods in adams.db.generic that return SampleDataIntf Modifier and Type Method Description static SampleDataIntfSampleDataT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active). -
Uses of SampleDataIntf in adams.db.h2
Classes in adams.db.h2 that implement SampleDataIntf Modifier and Type Class Description classSampleDataTH2 implementation.Methods in adams.db.h2 that return SampleDataIntf Modifier and Type Method Description SampleDataIntfSpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)Returns the handler for the sample data table.SampleDataIntfSpectrumT. getSampleDataHandler()Returns the corresponding SampleData handler.static SampleDataIntfSampleDataT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active). -
Uses of SampleDataIntf in adams.db.mirrored
Classes in adams.db.mirrored that implement SampleDataIntf Modifier and Type Class Description classSampleDataTAllows mirroring to another database.Fields in adams.db.mirrored declared as SampleDataIntf Modifier and Type Field Description protected SampleDataIntfSampleDataT. m_DBthe non-mirrored backend.Methods in adams.db.mirrored that return SampleDataIntf Modifier and Type Method Description SampleDataIntfSpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)Returns the handler for the sample data table.SampleDataIntfSpectrumT. getSampleDataHandler()Returns the corresponding SampleData handler.Methods in adams.db.mirrored with parameters of type SampleDataIntf Modifier and Type Method Description static SampleDataTSampleDataT. getSingleton(adams.db.AbstractDatabaseConnection dbcon, SampleDataIntf mirror)Returns the singleton of the table.Constructors in adams.db.mirrored with parameters of type SampleDataIntf Constructor Description SampleDataT(adams.db.AbstractDatabaseConnection dbcon, SampleDataIntf wrapped)Initializes the mirror. -
Uses of SampleDataIntf in adams.db.mssql
Classes in adams.db.mssql that implement SampleDataIntf Modifier and Type Class Description classSampleDataTH2 implementation.Methods in adams.db.mssql that return SampleDataIntf Modifier and Type Method Description SampleDataIntfSpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)Returns the handler for the sample data table.SampleDataIntfSpectrumT. getSampleDataHandler()Returns the corresponding SampleData handler.static SampleDataIntfSampleDataT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active). -
Uses of SampleDataIntf in adams.db.mysql
Classes in adams.db.mysql that implement SampleDataIntf Modifier and Type Class Description classSampleDataTMySQL implementation.Methods in adams.db.mysql that return SampleDataIntf Modifier and Type Method Description SampleDataIntfSpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)Returns the handler for the sample data table.SampleDataIntfSpectrumT. getSampleDataHandler()Returns the corresponding SampleData handler.static SampleDataIntfSampleDataT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active). -
Uses of SampleDataIntf in adams.db.postgresql
Classes in adams.db.postgresql that implement SampleDataIntf Modifier and Type Class Description classSampleDataTPostgreSQL implementation.Methods in adams.db.postgresql that return SampleDataIntf Modifier and Type Method Description SampleDataIntfSpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)Returns the handler for the sample data table.SampleDataIntfSpectrumT. getSampleDataHandler()Returns the corresponding SampleData handler.static SampleDataIntfSampleDataT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active). -
Uses of SampleDataIntf in adams.db.sqlite
Classes in adams.db.sqlite that implement SampleDataIntf Modifier and Type Class Description classSampleDataTSQLite implementation.Methods in adams.db.sqlite that return SampleDataIntf Modifier and Type Method Description SampleDataIntfSpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)Returns the handler for the sample data table.SampleDataIntfSpectrumT. getSampleDataHandler()Returns the corresponding SampleData handler.static SampleDataIntfSampleDataT. getSingleton(adams.db.AbstractDatabaseConnection dbcon)Returns the singleton of the table (active). -
Uses of SampleDataIntf in adams.gui.selection
Methods in adams.gui.selection that return SampleDataIntf Modifier and Type Method Description protected SampleDataIntfSelectSpectrumPanel. getSampleDataTable()Returns the correct table object, depending whether active or store table is used.
-