Package liquibase.statement.core
Class DropColumnStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.DropColumnStatement
- All Implemented Interfaces:
- SqlStatement
- 
Field SummaryFields inherited from interface liquibase.statement.SqlStatementEMPTY_SQL_STATEMENT
- 
Constructor SummaryConstructorsConstructorDescriptionDropColumnStatement(String catalogName, String schemaName, String tableName, String columnName) DropColumnStatement(List<DropColumnStatement> columns) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanMethods inherited from class liquibase.statement.AbstractSqlStatementcontinueOnError, setContinueOnError, skipOnUnsupportedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.statement.SqlStatementgetFormattedStatement
- 
Constructor Details- 
DropColumnStatement
- 
DropColumnStatement
 
- 
- 
Method Details- 
isMultiplepublic boolean isMultiple()
- 
getColumns
- 
getCatalogName
- 
getSchemaName
- 
getTableName
- 
getColumnName
 
-