Class TagHistoryTables


  • public class TagHistoryTables
    extends java.lang.Object
    Provides static definitions of the sqltags history tables, along with a few query helper functions.
    • Field Detail

      • EXEMPT_SC_NAME

        public static final java.lang.String EXEMPT_SC_NAME
        The "exempt" sc is used whenever a tag belongs to a non-standard scan class. In these cases, we can't use scan class execution validation, so we just group those types of tags together under this fake sc name.
        See Also:
        Constant Field Values
      • EXISTING_SC_NAME

        public static final java.lang.String EXISTING_SC_NAME
        This special scan class key is used to indicate that we should use whatever the latest value was. If not present, EXEMPT will be used.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TagHistoryTables

        public TagHistoryTables()