Class DBTranslatorRecord.AddTextTypeSchemaFeature

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(DBInterface db)
      If the given schema feature is not present in the database, this will be called
      java.lang.String getFeatureKey()
      A module-specific key for the named feature
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AddTextTypeSchemaFeature

        public AddTextTypeSchemaFeature()
    • Method Detail

      • getFeatureKey

        public java.lang.String getFeatureKey()
        Description copied from interface: SchemaFeature
        A module-specific key for the named feature
        Specified by:
        getFeatureKey in interface SchemaFeature
      • apply

        public void apply​(DBInterface db)
                   throws java.sql.SQLException
        Description copied from interface: SchemaFeature
        If the given schema feature is not present in the database, this will be called
        Specified by:
        apply in interface SchemaFeature
        Throws:
        java.sql.SQLException