Class LogT

    • Field Detail

      • m_TableManager

        protected static TableManager<LogT> m_TableManager
        the table manager.
    • Constructor Detail

      • LogT

        public LogT​(AbstractDatabaseConnection dbcon)
        The constructor.
        Parameters:
        dbcon - the database context this table is used in
    • Method Detail

      • initTable

        public static void initTable​(AbstractDatabaseConnection dbcon)
        Initializes the table. Used by the "InitializeTables" tool.
        Parameters:
        dbcon - the database context
      • getSingleton

        public static LogT getSingleton​(AbstractDatabaseConnection dbcon)
        Returns the singleton of the table.
        Parameters:
        dbcon - the database connection to get the singleton for
        Returns:
        the singleton