liquibase.informix.datatype.core
Class InformixDoubleType
java.lang.Object
liquibase.datatype.LiquibaseDataType
liquibase.datatype.core.DoubleType
liquibase.informix.datatype.core.InformixDoubleType
- All Implemented Interfaces:
- PrioritizedService
public class InformixDoubleType
- extends DoubleType
An informix-compatible double data type.
- Author:
- Ivaylo Slavov
Methods inherited from class liquibase.datatype.LiquibaseDataType |
addParameter, equals, getAdditionalInformation, getAliases, getMaxParameters, getMinParameters, getName, getParameters, getPriority, hashCode, isCurrentDateTimeFunction, objectToSql, setAdditionalInformation, sqlToObject, supports, toString, validate |
InformixDoubleType
public InformixDoubleType()
toDatabaseDataType
public DatabaseDataType toDatabaseDataType(Database database)
- Overrides:
toDatabaseDataType
in class DoubleType
Copyright © 2013 Liquibase.org. All Rights Reserved.