Uses of Class
com.atlassian.confluence.upgrade.ddl.NullChoice
-
Packages that use NullChoice Package Description com.atlassian.confluence.upgrade.ddl -
-
Uses of NullChoice in com.atlassian.confluence.upgrade.ddl
Methods in com.atlassian.confluence.upgrade.ddl that return NullChoice Modifier and Type Method Description static NullChoiceNullChoice. valueOf(String name)Returns the enum constant of this type with the specified name.static NullChoice[]NullChoice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.upgrade.ddl with parameters of type NullChoice Modifier and Type Method Description AlterColumnNullabilityCommandAlterTableExecutor. createAlterColumnNullChoiceCommand(String columnName, String oldDataType, NullChoice nullChoice)AlterColumnNullabilityCommandHibernateAlterTableExecutor. createAlterColumnNullChoiceCommand(String columnName, String oldDataType, NullChoice nullChoice)Constructors in com.atlassian.confluence.upgrade.ddl with parameters of type NullChoice Constructor Description AlterColumnNullabilityCommand(HibernateDatabaseCapabilities databaseCapabilities, String columnName, String oldDataType, NullChoice nullChoice)Create an alter column to null/not null action.
-