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 class
AbstractSpectralDbBackend
Ancestor for classes that provide a spectral DB backend.Fields in adams.db declared as SpectralDbBackend Modifier and Type Field Description protected static SpectralDbBackend
AbstractSpectralDbBackend. m_Singleton
the singleton.Methods in adams.db that return SpectralDbBackend Modifier and Type Method Description static SpectralDbBackend
AbstractSpectralDbBackend. getSingleton()
Returns the singleton. -
Uses of SpectralDbBackend in adams.db.autodetect
Classes in adams.db.autodetect that implement SpectralDbBackend Modifier and Type Class Description class
SpectralDbBackend
Auto-detect Spectral backend. -
Uses of SpectralDbBackend in adams.db.h2
Classes in adams.db.h2 that implement SpectralDbBackend Modifier and Type Class Description class
SpectralDbBackend
H2 Spectral backend. -
Uses of SpectralDbBackend in adams.db.mirrored
Classes in adams.db.mirrored that implement SpectralDbBackend Modifier and Type Class Description class
SpectralDbBackend
MySQL Spectral backend.Fields in adams.db.mirrored declared as SpectralDbBackend Modifier and Type Field Description protected SpectralDbBackend[]
SpectralDbBackend. m_Backends
the backends.protected SpectralDbBackend
SpectralDbBackend. m_NonMirroredBackend
the default backend.Methods in adams.db.mirrored that return SpectralDbBackend Modifier and Type Method Description protected SpectralDbBackend
SpectralDbBackend. getBackendFor(adams.db.AbstractDatabaseConnection conn)
Returns the corresponding backend for the connection URL provided.SpectralDbBackend[]
SpectralDbBackend. getBackends()
Returns the backends in use.SpectralDbBackend
SpectralDbBackend. 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 void
SpectralDbBackend. setBackends(SpectralDbBackend[] value)
Sets the backends to use.void
SpectralDbBackend. 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 class
SpectralDbBackend
MS SQL Server Spectral backend. -
Uses of SpectralDbBackend in adams.db.mysql
Classes in adams.db.mysql that implement SpectralDbBackend Modifier and Type Class Description class
SpectralDbBackend
MySQL Spectral backend. -
Uses of SpectralDbBackend in adams.db.postgresql
Classes in adams.db.postgresql that implement SpectralDbBackend Modifier and Type Class Description class
SpectralDbBackend
PostgreSQL Spectral backend. -
Uses of SpectralDbBackend in adams.db.sqlite
Classes in adams.db.sqlite that implement SpectralDbBackend Modifier and Type Class Description class
SpectralDbBackend
SQLite Spectral backend.
-