|
||||||||||
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.SybaseASATypeConverter
public class SybaseASATypeConverter
Field Summary |
---|
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
---|
PRIORITY_DATABASE, PRIORITY_DEFAULT |
Constructor Summary | |
---|---|
SybaseASATypeConverter()
|
Method Summary | |
---|---|
BlobType |
getBlobType()
|
BooleanType |
getBooleanType()
|
ClobType |
getClobType()
|
CurrencyType |
getCurrencyType()
|
int |
getPriority()
|
UUIDType |
getUUIDType()
|
boolean |
supports(Database database)
|
Methods inherited from class liquibase.database.typeconversion.core.AbstractTypeConverter |
---|
addPrecisionToType, convertDatabaseValueToObject, convertToCorrectObjectType, convertToDatabaseTypeString, getBigIntType, getCharType, getDataType, getDataType, getDataType, getDataType, getDateTimeType, getDateType, getDoubleType, getFloatType, getIntType, getNumberType, getNVarcharType, getSmallIntType, getTimeType, getTinyIntType, getVarcharType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SybaseASATypeConverter()
Method Detail |
---|
public int getPriority()
public boolean supports(Database database)
public BooleanType getBooleanType()
getBooleanType
in interface TypeConverter
getBooleanType
in class AbstractTypeConverter
public ClobType getClobType()
getClobType
in interface TypeConverter
getClobType
in class AbstractTypeConverter
public CurrencyType getCurrencyType()
getCurrencyType
in interface TypeConverter
getCurrencyType
in class AbstractTypeConverter
public UUIDType getUUIDType()
getUUIDType
in interface TypeConverter
getUUIDType
in class AbstractTypeConverter
public BlobType getBlobType()
getBlobType
in interface TypeConverter
getBlobType
in class AbstractTypeConverter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |