liquibase.informix.datatype
Class InformixDataType

java.lang.Object
  extended by liquibase.datatype.LiquibaseDataType
      extended by liquibase.common.datatype.DataTypeWrapper
          extended by 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

Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
InformixDataType(LiquibaseDataType originalType)
           
 
Method Summary
 
Methods inherited from class liquibase.common.datatype.DataTypeWrapper
addParameter, equals, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, getUnderlyingDataType, hashCode, objectToSql, stringToObject, supports, toDatabaseDataType, toString, validate
 
Methods inherited from class liquibase.datatype.LiquibaseDataType
getAdditionalInformation, isCurrentDateTimeFunction, setAdditionalInformation, sqlToObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InformixDataType

public InformixDataType(LiquibaseDataType originalType)


Copyright © 2013 Liquibase.org. All Rights Reserved.