public class VarcharType extends CharType
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
VarcharType() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseDataType |
toDatabaseDataType(Database database)
Transforms this data type into the native data type of the target DBMS.
|
getLoadTypeName, getSize, objectToSqladdParameter, equals, finishInitialization, formatNumber, functionToSql, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getRawDefinition, hashCode, isCurrentDateTimeFunction, numberToSql, otherToSql, setAdditionalInformation, sqlToObject, supports, toString, validatepublic DatabaseDataType toDatabaseDataType(Database database)
LiquibaseDataTypetoDatabaseDataType in class CharTypedatabase - the Database for which the native data type is to be constructedCopyright © 2019 Liquibase.org. All rights reserved.