liquibase.informix.datatype.core
Class InformixDoubleType

java.lang.Object
  extended by liquibase.datatype.LiquibaseDataType
      extended by liquibase.datatype.core.DoubleType
          extended by liquibase.informix.datatype.core.InformixDoubleType
All Implemented Interfaces:
PrioritizedService

public class InformixDoubleType
extends DoubleType

An informix-compatible double data type.

Author:
Ivaylo Slavov

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

Constructor Detail

InformixDoubleType

public InformixDoubleType()
Method Detail

toDatabaseDataType

public DatabaseDataType toDatabaseDataType(Database database)
Overrides:
toDatabaseDataType in class DoubleType


Copyright © 2013 Liquibase.org. All Rights Reserved.