Uses of Class
adams.db.h2.LogT
-
Packages that use LogT Package Description adams.db.h2 -
-
Uses of LogT in adams.db.h2
Fields in adams.db.h2 with type parameters of type LogT Modifier and Type Field Description protected static TableManager<LogT>
LogT. m_TableManager
the table manager.Methods in adams.db.h2 that return LogT Modifier and Type Method Description static LogT
LogT. getSingleton(AbstractDatabaseConnection dbcon)
Returns the singleton of the table.
-