liquibase.database.typeconversion.core
Class MaxDBTypeConverter

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

public class MaxDBTypeConverter
extends AbstractTypeConverter


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

Constructor Detail

MaxDBTypeConverter

public MaxDBTypeConverter()
Method Detail

getPriority

public int getPriority()

supports

public boolean supports(Database database)

getCurrencyType

public CurrencyType getCurrencyType()
Specified by:
getCurrencyType in interface TypeConverter
Overrides:
getCurrencyType 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

getDateTimeType

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


Copyright © 2012 Liquibase.org. All Rights Reserved.