| com.atlassian.confluence.upgrade.ddl.AlterTableCommand |
Known Indirect Subclasses
|
Class Overview
Interface for all alter table commands.
Public Methods
public
abstract
String
getCommandName
()
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.
public
abstract
String
getCommandParameters
()
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"