Package | Description |
---|---|
com.atlassian.confluence.upgrade.ddl |
Modifier and Type | Method and Description |
---|---|
static NullChoice |
NullChoice.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.
|
Modifier and Type | Method and Description |
---|---|
AlterColumnNullabilityCommand |
AlterTableExecutor.createAlterColumnNullChoiceCommand(String columnName,
String oldDataType,
NullChoice nullChoice) |
AlterColumnNullabilityCommand |
HibernateAlterTableExecutor.createAlterColumnNullChoiceCommand(String columnName,
String oldDataType,
NullChoice nullChoice) |
Constructor and Description |
---|
AlterColumnNullabilityCommand(ConfluenceHibernateConfig hibernateConfig,
String columnName,
String oldDataType,
NullChoice nullChoice)
Create an alter column to null/not null action.
|
Copyright © 2003–2019 Atlassian. All rights reserved.