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.
|
java.lang.String |
objectToSql(java.lang.Object value,
Database database)
Returns the value object in a format to include in SQL.
|
addParameter, equals, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, hashCode, isCurrentDateTimeFunction, setAdditionalInformation, sqlToObject, supports, toDatabaseDataType, toString, validate
public java.lang.String objectToSql(java.lang.Object value, Database database)
LiquibaseDataType
objectToSql
in class LiquibaseDataType
protected int getSize()