liquibase.informix.datatype
Class InformixDataType
java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.common.datatype.DataTypeWrapper
liquibase.informix.datatype.InformixDataType
- All Implemented Interfaces:
- PrioritizedService
public class InformixDataType
- extends DataTypeWrapper
A wrapper class that is used for Informix database.
Wraps a LiquibaseDataType instance and replaces some of the
original data types with Informix-compatible ones.
- Author:
- Ivaylo Slavov
Methods inherited from class liquibase.common.datatype.DataTypeWrapper |
addParameter, equals, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getUnderlyingDataType, hashCode, objectToSql, stringToObject, supports, toDatabaseDataType, toString, validate |
InformixDataType
public InformixDataType(LiquibaseDataType originalType)
Copyright © 2013 Liquibase.org. All Rights Reserved.