|
||||||||||
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.FirebirdTypeConverter
public class FirebirdTypeConverter
Field Summary |
---|
Fields inherited from interface liquibase.servicelocator.PrioritizedService |
---|
PRIORITY_DATABASE, PRIORITY_DEFAULT |
Constructor Summary | |
---|---|
FirebirdTypeConverter()
|
Method Summary | |
---|---|
BooleanType |
getBooleanType()
|
ClobType |
getClobType()
|
CurrencyType |
getCurrencyType()
|
DataType |
getDataType(java.lang.String columnTypeString,
java.lang.Boolean autoIncrement)
Returns the database-specific datatype for the given column configuration. |
DateTimeType |
getDateTimeType()
|
int |
getPriority()
|
boolean |
supports(Database database)
|
Methods inherited from class liquibase.database.typeconversion.core.AbstractTypeConverter |
---|
addPrecisionToType, convertDatabaseValueToObject, convertToCorrectObjectType, convertToDatabaseTypeString, getBigIntType, getBlobType, getCharType, 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 FirebirdTypeConverter()
Method Detail |
---|
public int getPriority()
public boolean supports(Database database)
public DataType getDataType(java.lang.String columnTypeString, java.lang.Boolean autoIncrement)
AbstractTypeConverter
getDataType
in interface TypeConverter
getDataType
in class AbstractTypeConverter
public BooleanType getBooleanType()
getBooleanType
in interface TypeConverter
getBooleanType
in class AbstractTypeConverter
public CurrencyType getCurrencyType()
getCurrencyType
in interface TypeConverter
getCurrencyType
in class AbstractTypeConverter
public ClobType getClobType()
getClobType
in interface TypeConverter
getClobType
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 |