|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectliquibase.database.typeconversion.core.AbstractTypeConverter
liquibase.database.typeconversion.core.MaxDBTypeConverter
public class MaxDBTypeConverter
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, getNumberType, getNVarcharType, getSmallIntType, getTimeType, getTinyIntType, getUUIDType, getVarcharType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaxDBTypeConverter()
Method Detail |
---|
public int getPriority()
public boolean supports(Database database)
public CurrencyType getCurrencyType()
getCurrencyType
in interface TypeConverter
getCurrencyType
in class AbstractTypeConverter
public ClobType getClobType()
getClobType
in interface TypeConverter
getClobType
in class AbstractTypeConverter
public BlobType getBlobType()
getBlobType
in interface TypeConverter
getBlobType
in class AbstractTypeConverter
public DateTimeType getDateTimeType()
getDateTimeType
in interface TypeConverter
getDateTimeType
in class AbstractTypeConverter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |