Uses of Enum Class
com.atlassian.confluence.upgrade.ddl.NullChoice
Packages that use NullChoice
-
Uses of NullChoice in com.atlassian.confluence.upgrade.ddl
Methods in com.atlassian.confluence.upgrade.ddl that return NullChoiceModifier and TypeMethodDescriptionstatic NullChoice
Returns the enum constant of this class with the specified name.static NullChoice[]
NullChoice.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.upgrade.ddl with parameters of type NullChoiceModifier and TypeMethodDescriptionAlterTableExecutor.createAlterColumnNullChoiceCommand
(String columnName, String oldDataType, NullChoice nullChoice) HibernateAlterTableExecutor.createAlterColumnNullChoiceCommand
(String columnName, String oldDataType, NullChoice nullChoice) Constructors in com.atlassian.confluence.upgrade.ddl with parameters of type NullChoiceModifierConstructorDescriptionAlterColumnNullabilityCommand
(HibernateDatabaseCapabilities databaseCapabilities, String columnName, String oldDataType, NullChoice nullChoice) Create an alter column to null/not null action.