Class DropColumnCommand
java.lang.Object
com.atlassian.confluence.upgrade.ddl.DropColumnCommand
- All Implemented Interfaces:
- AlterTableCommand
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DropColumnCommand
 
- 
- 
Method Details- 
getCommandName- Specified by:
- getCommandNamein interface- AlterTableCommand
- Returns:
- The keyword/name of the current command for the current database (e.g. altering a column is "alter column" on PostgreSQL and "modify" on MySQL.
 
- 
getCommandParameters- Specified by:
- getCommandParametersin interface- AlterTableCommand
- Returns:
- The part that comes after the command name. E.g. "colname set not null" which would be after "alter column colname set not null"
 
 
-