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