public class DropColumnStatement extends AbstractSqlStatement
Constructor and Description |
---|
DropColumnStatement(List<DropColumnStatement> columns) |
DropColumnStatement(String catalogName,
String schemaName,
String tableName,
String columnName) |
Modifier and Type | Method and Description |
---|---|
String |
getCatalogName() |
String |
getColumnName() |
List<DropColumnStatement> |
getColumns() |
String |
getSchemaName() |
String |
getTableName() |
boolean |
isMultiple() |
skipOnUnsupported
Copyright © 2014 Liquibase.org. All rights reserved.