Class SilverStatisticsDAO

    • Method Detail

      • putDataStats

        public static void putDataStats​(Connection con,
                                        StatType type,
                                        List<String> valueKeys,
                                        StatisticsConfig conf)
                                 throws SQLException
        Update or insert statistic inside statistic table defined inside conf parameter
        Parameters:
        con - the database connection
        type - the statistic type
        valueKeys - the value keys
        conf - the statistics configuration
        Throws:
        SQLException - if error occurs with the datasource