public class DatabaseDataType extends Object
LiquibaseDataType
, which represents data types used in changeSets (which will later be translated into
the RDBMS-specific data type if required).Constructor and Description |
---|
DatabaseDataType(String type) |
DatabaseDataType(String name,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
addAdditionalInformation(String additionalInformation) |
String |
getType() |
boolean |
isAutoIncrement()
Mainly for postgres, check if the column is a serial data type.
|
void |
setType(String type) |
String |
toSql() |
String |
toString() |
public DatabaseDataType(String type)
public void addAdditionalInformation(String additionalInformation)
public boolean isAutoIncrement()
public String toSql()
public String getType()
public void setType(String type)
Copyright © 2023 Liquibase.org. All rights reserved.