Interface UpgradeProcess.Alterable

Enclosing class:
UpgradeProcess

@Deprecated public static interface UpgradeProcess.Alterable
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
  • Method Details

    • containsIgnoreCase

      static boolean containsIgnoreCase(Collection<String> columnNames, String columnName)
      Deprecated.
    • getSQL

      String getSQL(String tableName)
      Deprecated.
    • shouldAddIndex

      boolean shouldAddIndex(Collection<String> columnNames)
      Deprecated.
    • shouldDropIndex

      boolean shouldDropIndex(Collection<String> columnNames)
      Deprecated.