Class DBUnitConfig.Constants

    • Field Detail

      • SEQUENCE_TABLE_NAME

        public static final String SEQUENCE_TABLE_NAME
      • RESERVED_TABLE_NAMES

        public static final Set<String> RESERVED_TABLE_NAMES
      • DEFAULT_SQL_RESERVED_WORDS

        public static final String DEFAULT_SQL_RESERVED_WORDS
        ISO 9075 SQL Standard Keywords/Reserved Words. Taken from https://firebirdsql.org/en/iso-9075-sql-standard-keywords-reserved-words/
        See Also:
        Constant Field Values
    • Constructor Detail

      • Constants

        public Constants()