Class Table

All Implemented Interfaces:
Serializable

public class Table extends TableSkeleton implements Serializable
A table statistic contains for each row a set of statistics.

Example: The table statistic TopQueries can contain for each prepared statement the total execution time and the count.

See Also:
  • Field Details

  • Constructor Details

    • Table

      private Table(String... innerStatisticNames)
  • Method Details