|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NullChoice | |
---|---|
com.atlassian.confluence.upgrade.ddl |
Uses of NullChoice in com.atlassian.confluence.upgrade.ddl |
---|
Methods in com.atlassian.confluence.upgrade.ddl that return NullChoice | |
---|---|
static NullChoice |
NullChoice.valueOf(java.lang.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 | |
---|---|
AlterColumnNullabilityCommand |
HibernateAlterTableExecutor.createAlterColumnNullChoiceCommand(java.lang.String columnName,
java.lang.String oldDataType,
NullChoice nullChoice)
|
AlterColumnNullabilityCommand |
AlterTableExecutor.createAlterColumnNullChoiceCommand(java.lang.String columnName,
java.lang.String oldDataType,
NullChoice nullChoice)
|
Constructors in com.atlassian.confluence.upgrade.ddl with parameters of type NullChoice | |
---|---|
AlterColumnNullabilityCommand(ConfluenceHibernateConfig hibernateConfig,
java.lang.String columnName,
java.lang.String oldDataType,
NullChoice nullChoice)
Create an alter column to null/not null action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |