Uses of Interface
adams.db.LogIntf
-
Packages that use LogIntf Package Description adams.db adams.db.autodetect adams.db.generic adams.db.h2 adams.db.mirrored adams.db.mysql adams.db.postgresql adams.db.sqlite -
-
Uses of LogIntf in adams.db
Classes in adams.db that implement LogIntf Modifier and Type Class Description class
LogF
Facade for logging backends.Fields in adams.db declared as LogIntf Modifier and Type Field Description protected LogIntf
LogF. m_DB
the backend.Methods in adams.db that return LogIntf Modifier and Type Method Description LogIntf
DbBackend. getLog(AbstractDatabaseConnection conn)
Returns the handler for the log table. -
Uses of LogIntf in adams.db.autodetect
Methods in adams.db.autodetect that return LogIntf Modifier and Type Method Description LogIntf
DbBackend. getLog(AbstractDatabaseConnection conn)
Returns the handler for the log table. -
Uses of LogIntf in adams.db.generic
Classes in adams.db.generic that implement LogIntf Modifier and Type Class Description class
LogT
Table for storing log messages. -
Uses of LogIntf in adams.db.h2
Classes in adams.db.h2 that implement LogIntf Modifier and Type Class Description class
LogT
H2 implementation.Methods in adams.db.h2 that return LogIntf Modifier and Type Method Description LogIntf
DbBackend. getLog(AbstractDatabaseConnection conn)
Returns the handler for the log table. -
Uses of LogIntf in adams.db.mirrored
Classes in adams.db.mirrored that implement LogIntf Modifier and Type Class Description class
LogT
Allows mirroring to another database.Fields in adams.db.mirrored declared as LogIntf Modifier and Type Field Description protected LogIntf
LogT. m_DB
the non-mirrored backend.Methods in adams.db.mirrored that return LogIntf Modifier and Type Method Description LogIntf
DbBackend. getLog(AbstractDatabaseConnection conn)
Returns the handler for the sample data table.Methods in adams.db.mirrored with parameters of type LogIntf Modifier and Type Method Description static LogT
LogT. getSingleton(AbstractDatabaseConnection dbcon, LogIntf mirror)
Returns the singleton of the table.Constructors in adams.db.mirrored with parameters of type LogIntf Constructor Description LogT(AbstractDatabaseConnection dbcon, LogIntf wrapped)
Initializes the mirroring. -
Uses of LogIntf in adams.db.mysql
Classes in adams.db.mysql that implement LogIntf Modifier and Type Class Description class
LogT
MySQL implementation.Methods in adams.db.mysql that return LogIntf Modifier and Type Method Description LogIntf
DbBackend. getLog(AbstractDatabaseConnection conn)
Returns the handler for the log table. -
Uses of LogIntf in adams.db.postgresql
Classes in adams.db.postgresql that implement LogIntf Modifier and Type Class Description class
LogT
PostgreSQL implementation.Methods in adams.db.postgresql that return LogIntf Modifier and Type Method Description LogIntf
DbBackend. getLog(AbstractDatabaseConnection conn)
Returns the handler for the log table. -
Uses of LogIntf in adams.db.sqlite
Classes in adams.db.sqlite that implement LogIntf Modifier and Type Class Description class
LogT
SQLite implementation.Methods in adams.db.sqlite that return LogIntf Modifier and Type Method Description LogIntf
DbBackend. getLog(AbstractDatabaseConnection conn)
Returns the handler for the log table.
-