Uses of Class
liquibase.database.structure.type.CharType

Packages that use CharType
liquibase.database.structure.type   
liquibase.database.typeconversion   
liquibase.database.typeconversion.core   
 

Uses of CharType in liquibase.database.structure.type
 

Subclasses of CharType in liquibase.database.structure.type
 class NVarcharType
           
 class VarcharType
           
 

Uses of CharType in liquibase.database.typeconversion
 

Methods in liquibase.database.typeconversion that return CharType
 CharType TypeConverter.getCharType()
           
 

Uses of CharType in liquibase.database.typeconversion.core
 

Methods in liquibase.database.typeconversion.core that return CharType
 CharType AbstractTypeConverter.getCharType()
          Returns the actual database-specific data type to use for a "char" column.
 



Copyright © 2012 Liquibase.org. All Rights Reserved.