Package liquibase.statement.core
Class ModifyDataTypeStatement
java.lang.Object
liquibase.statement.AbstractSqlStatement
liquibase.statement.core.ModifyDataTypeStatement
- All Implemented Interfaces:
SqlStatement
-
Field Summary
Fields inherited from interface liquibase.statement.SqlStatement
EMPTY_SQL_STATEMENT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setColumnName
(String columnName) void
setNewDataType
(String newDataType) void
setSchemaName
(String schemaName) void
setTableName
(String tableName) Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.statement.SqlStatement
getFormattedStatement
-
Constructor Details
-
ModifyDataTypeStatement
-
-
Method Details
-
getCatalogName
-
getSchemaName
-
setSchemaName
-
getTableName
-
setTableName
-
getColumnName
-
setColumnName
-
getNewDataType
-
setNewDataType
-