Interface SchemaFeature

    • Method Detail

      • getFeatureKey

        java.lang.String getFeatureKey()
        A module-specific key for the named feature
      • apply

        void apply​(DBInterface db)
            throws java.sql.SQLException
        If the given schema feature is not present in the database, this will be called
        Throws:
        java.sql.SQLException
      • dbFlavor

        default InternalDBFlavor dbFlavor()
        If a schema feature is only pertinent to a particular internal db flavor, it can return it here. Otherwise, "Not_Defined" is retuned by default and will apply to all internal databases.