Interface AuxiliaryDatabaseObject

    • Method Detail

      • addDialectScope

        void addDialectScope​(String dialectName)
        Deprecated.
        Add the given dialect name to the scope of dialects to which this database object applies.
        Parameters:
        dialectName - The name of a dialect.
      • appliesToDialect

        boolean appliesToDialect​(Dialect dialect)
        Deprecated.
        Does this database object apply to the given dialect?
        Parameters:
        dialect - The dialect to check against.
        Returns:
        True if this database object does apply to the given dialect.