liquibase.database.typeconversion.core
Class H2TypeConverter

java.lang.Object
  extended by liquibase.database.typeconversion.core.AbstractTypeConverter
      extended by liquibase.database.typeconversion.core.H2TypeConverter
All Implemented Interfaces:
TypeConverter, PrioritizedService

public class H2TypeConverter
extends AbstractTypeConverter


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
H2TypeConverter()
           
 
Method Summary
 Object convertDatabaseValueToObject(Object defaultValue, int dataType, int columnSize, int decimalDigits, Database database)
           
 BlobType getBlobType()
           
 ClobType getClobType()
           
 DateTimeType getDateTimeType()
           
 int getPriority()
           
 UUIDType getUUIDType()
           
 boolean supports(Database database)
           
 
Methods inherited from class liquibase.database.typeconversion.core.AbstractTypeConverter
addPrecisionToType, convertToCorrectObjectType, convertToDatabaseTypeString, getBigIntType, getBooleanType, getCharType, getCurrencyType, getDataType, getDataType, getDataType, getDataType, getDateType, getDoubleType, getFloatType, getIntType, getLongBlobType, getNumberType, getNVarcharType, getSmallIntType, getTextType, getTimeType, getTinyIntType, getVarcharType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

H2TypeConverter

public H2TypeConverter()
Method Detail

getPriority

public int getPriority()

supports

public boolean supports(Database database)

convertDatabaseValueToObject

public Object convertDatabaseValueToObject(Object defaultValue,
                                           int dataType,
                                           int columnSize,
                                           int decimalDigits,
                                           Database database)
                                    throws ParseException
Specified by:
convertDatabaseValueToObject in interface TypeConverter
Overrides:
convertDatabaseValueToObject in class AbstractTypeConverter
Throws:
ParseException

getDateTimeType

public DateTimeType getDateTimeType()
Specified by:
getDateTimeType in interface TypeConverter
Overrides:
getDateTimeType in class AbstractTypeConverter

getUUIDType

public UUIDType getUUIDType()
Specified by:
getUUIDType in interface TypeConverter
Overrides:
getUUIDType in class AbstractTypeConverter

getClobType

public ClobType getClobType()
Specified by:
getClobType in interface TypeConverter
Overrides:
getClobType in class AbstractTypeConverter

getBlobType

public BlobType getBlobType()
Specified by:
getBlobType in interface TypeConverter
Overrides:
getBlobType in class AbstractTypeConverter


Copyright © 2012 Liquibase.org. All Rights Reserved.