public class CharType extends LiquibaseDataType
PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
CharType() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getSize()
Return the size of this data type definition.
|
String |
objectToSql(Object value,
Database database)
Returns the value object in a format to include in SQL.
|
addParameter, equals, finishInitialization, formatNumber, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getRawDefinition, hashCode, isCurrentDateTimeFunction, setAdditionalInformation, sqlToObject, supports, toDatabaseDataType, toString, validatepublic String objectToSql(Object value, Database database)
LiquibaseDataTypeobjectToSql in class LiquibaseDataTypeprotected int getSize()
Copyright © 2014 Liquibase.org. All rights reserved.