liquibase.database.structure.type
Class CharType

java.lang.Object
  extended by liquibase.database.structure.type.DataType
      extended by liquibase.database.structure.type.TextType
          extended by liquibase.database.structure.type.CharType
Direct Known Subclasses:
NVarcharType, VarcharType

public class CharType
extends TextType


Constructor Summary
CharType()
           
CharType(String dataTypeName)
           
 
Method Summary
 boolean getSupportsPrecision()
           
 
Methods inherited from class liquibase.database.structure.type.TextType
convertObjectToString
 
Methods inherited from class liquibase.database.structure.type.DataType
equals, getAdditionalInformation, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, getUnit, hashCode, setAdditionalInformation, setDataTypeName, setFirstParameter, setSecondParameter, setUnit, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharType

public CharType()

CharType

public CharType(String dataTypeName)
Method Detail

getSupportsPrecision

public boolean getSupportsPrecision()
Overrides:
getSupportsPrecision in class DataType


Copyright © 2012 Liquibase.org. All Rights Reserved.