Uses of Class
com.atlassian.confluence.upgrade.ddl.NullChoice

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(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(String columnName, String oldDataType, NullChoice nullChoice)
           
 AlterColumnNullabilityCommand AlterTableExecutor.createAlterColumnNullChoiceCommand(String columnName, String oldDataType, NullChoice nullChoice)
           
 

Constructors in com.atlassian.confluence.upgrade.ddl with parameters of type NullChoice
AlterColumnNullabilityCommand(ConfluenceHibernateConfig hibernateConfig, String columnName, String oldDataType, NullChoice nullChoice)
          Create an alter column to null/not null action.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.