Uses of Interface
adams.db.SpectralDbBackend
-
Packages that use SpectralDbBackend Package Description adams.db adams.db.autodetect adams.db.h2 adams.db.mirrored adams.db.mssql adams.db.mysql adams.db.postgresql adams.db.sqlite -
-
Uses of SpectralDbBackend in adams.db
Classes in adams.db that implement SpectralDbBackend Modifier and Type Class Description classAbstractSpectralDbBackendAncestor for classes that provide a spectral DB backend.Fields in adams.db declared as SpectralDbBackend Modifier and Type Field Description protected static SpectralDbBackendAbstractSpectralDbBackend. m_Singletonthe singleton.Methods in adams.db that return SpectralDbBackend Modifier and Type Method Description static SpectralDbBackendAbstractSpectralDbBackend. getSingleton()Returns the singleton. -
Uses of SpectralDbBackend in adams.db.autodetect
Classes in adams.db.autodetect that implement SpectralDbBackend Modifier and Type Class Description classSpectralDbBackendAuto-detect Spectral backend. -
Uses of SpectralDbBackend in adams.db.h2
Classes in adams.db.h2 that implement SpectralDbBackend Modifier and Type Class Description classSpectralDbBackendH2 Spectral backend. -
Uses of SpectralDbBackend in adams.db.mirrored
Classes in adams.db.mirrored that implement SpectralDbBackend Modifier and Type Class Description classSpectralDbBackendMySQL Spectral backend.Fields in adams.db.mirrored declared as SpectralDbBackend Modifier and Type Field Description protected SpectralDbBackend[]SpectralDbBackend. m_Backendsthe backends.protected SpectralDbBackendSpectralDbBackend. m_NonMirroredBackendthe default backend.Methods in adams.db.mirrored that return SpectralDbBackend Modifier and Type Method Description protected SpectralDbBackendSpectralDbBackend. getBackendFor(adams.db.AbstractDatabaseConnection conn)Returns the corresponding backend for the connection URL provided.SpectralDbBackend[]SpectralDbBackend. getBackends()Returns the backends in use.SpectralDbBackendSpectralDbBackend. getNonMirroredBackend()Returns the backend to use for non-mirrored connections.Methods in adams.db.mirrored with parameters of type SpectralDbBackend Modifier and Type Method Description voidSpectralDbBackend. setBackends(SpectralDbBackend[] value)Sets the backends to use.voidSpectralDbBackend. setNonMirroredBackend(SpectralDbBackend value)Sets the backend to use for non-mirrored connections. -
Uses of SpectralDbBackend in adams.db.mssql
Classes in adams.db.mssql that implement SpectralDbBackend Modifier and Type Class Description classSpectralDbBackendMS SQL Server Spectral backend. -
Uses of SpectralDbBackend in adams.db.mysql
Classes in adams.db.mysql that implement SpectralDbBackend Modifier and Type Class Description classSpectralDbBackendMySQL Spectral backend. -
Uses of SpectralDbBackend in adams.db.postgresql
Classes in adams.db.postgresql that implement SpectralDbBackend Modifier and Type Class Description classSpectralDbBackendPostgreSQL Spectral backend. -
Uses of SpectralDbBackend in adams.db.sqlite
Classes in adams.db.sqlite that implement SpectralDbBackend Modifier and Type Class Description classSpectralDbBackendSQLite Spectral backend.
-