Package liquibase.datatype.core
Class VarcharType
java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.datatype.core.CharType
liquibase.datatype.core.VarcharType
- All Implemented Interfaces:
PrioritizedService
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoDatabaseDataType(Database database) Transforms this data type into the native data type of the target DBMS.Methods inherited from class liquibase.datatype.core.CharType
getLoadTypeName, getSize, objectToSqlMethods inherited from class liquibase.datatype.LiquibaseDataType
addParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getRawDefinition, hashCode, isAutoIncrement, isCurrentDateTimeFunction, numberToSql, otherToSql, setAdditionalInformation, sqlToObject, supports, toString, validate
-
Constructor Details
-
VarcharType
public VarcharType()
-
-
Method Details
-
toDatabaseDataType
Description copied from class:LiquibaseDataTypeTransforms this data type into the native data type of the target DBMS.- Overrides:
toDatabaseDataTypein classCharType- Parameters:
database- theDatabasefor which the native data type is to be constructed- Returns:
- the new, native data type
-