liquibase.database.structure.type
Class CharType
java.lang.Object
liquibase.database.structure.type.DataType
liquibase.database.structure.type.TextType
liquibase.database.structure.type.CharType
- Direct Known Subclasses:
- NVarcharType, VarcharType
public class CharType
- extends TextType
Methods inherited from class liquibase.database.structure.type.DataType |
equals, getAdditionalInformation, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, getUnit, hashCode, setAdditionalInformation, setDataTypeName, setFirstParameter, setSecondParameter, setUnit, toString |
CharType
public CharType()
CharType
public CharType(String dataTypeName)
getSupportsPrecision
public boolean getSupportsPrecision()
- Overrides:
getSupportsPrecision
in class DataType
Copyright © 2012 Liquibase.org. All Rights Reserved.