Interface UpgradeProcess.Alterable
- Enclosing class:
- UpgradeProcess
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
containsIgnoreCase
(Collection<String> columnNames, String columnName) Deprecated.Deprecated.boolean
shouldAddIndex
(Collection<String> columnNames) Deprecated.boolean
shouldDropIndex
(Collection<String> columnNames) Deprecated.
-
Method Details
-
containsIgnoreCase
Deprecated. -
getSQL
Deprecated. -
shouldAddIndex
Deprecated. -
shouldDropIndex
Deprecated.
-