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 class
SampleDataF
Facade for sample data.Fields in adams.db declared as SampleDataIntf Modifier and Type Field Description protected SampleDataIntf
SampleDataF. m_DB
the backend.Methods in adams.db that return SampleDataIntf Modifier and Type Method Description SampleDataIntf
SpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the sample data table.SampleDataIntf
SpectrumF. getSampleDataHandler()
Returns the corresponding SampleData handler.SampleDataIntf
SpectrumIntf. 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 SampleDataIntf
SpectralDbBackend. 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 class
SampleDataT
A class for handling the sample data reports table.Methods in adams.db.generic that return SampleDataIntf Modifier and Type Method Description static SampleDataIntf
SampleDataT. 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 class
SampleDataT
H2 implementation.Methods in adams.db.h2 that return SampleDataIntf Modifier and Type Method Description SampleDataIntf
SpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the sample data table.SampleDataIntf
SpectrumT. getSampleDataHandler()
Returns the corresponding SampleData handler.static SampleDataIntf
SampleDataT. 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 class
SampleDataT
Allows mirroring to another database.Fields in adams.db.mirrored declared as SampleDataIntf Modifier and Type Field Description protected SampleDataIntf
SampleDataT. m_DB
the non-mirrored backend.Methods in adams.db.mirrored that return SampleDataIntf Modifier and Type Method Description SampleDataIntf
SpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the sample data table.SampleDataIntf
SpectrumT. getSampleDataHandler()
Returns the corresponding SampleData handler.Methods in adams.db.mirrored with parameters of type SampleDataIntf Modifier and Type Method Description static SampleDataT
SampleDataT. 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 class
SampleDataT
H2 implementation.Methods in adams.db.mssql that return SampleDataIntf Modifier and Type Method Description SampleDataIntf
SpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the sample data table.SampleDataIntf
SpectrumT. getSampleDataHandler()
Returns the corresponding SampleData handler.static SampleDataIntf
SampleDataT. 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 class
SampleDataT
MySQL implementation.Methods in adams.db.mysql that return SampleDataIntf Modifier and Type Method Description SampleDataIntf
SpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the sample data table.SampleDataIntf
SpectrumT. getSampleDataHandler()
Returns the corresponding SampleData handler.static SampleDataIntf
SampleDataT. 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 class
SampleDataT
PostgreSQL implementation.Methods in adams.db.postgresql that return SampleDataIntf Modifier and Type Method Description SampleDataIntf
SpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the sample data table.SampleDataIntf
SpectrumT. getSampleDataHandler()
Returns the corresponding SampleData handler.static SampleDataIntf
SampleDataT. 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 class
SampleDataT
SQLite implementation.Methods in adams.db.sqlite that return SampleDataIntf Modifier and Type Method Description SampleDataIntf
SpectralDbBackend. getSampleData(adams.db.AbstractDatabaseConnection conn)
Returns the handler for the sample data table.SampleDataIntf
SpectrumT. getSampleDataHandler()
Returns the corresponding SampleData handler.static SampleDataIntf
SampleDataT. 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 SampleDataIntf
SelectSpectrumPanel. getSampleDataTable()
Returns the correct table object, depending whether active or store table is used.
-