liquibase.informix.datatype.core
Class InformixDateTimeType

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

public class InformixDateTimeType
extends DateTimeType

An informix-compatible datetime data type.

Author:
Ivaylo Slavov

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

Constructor Detail

InformixDateTimeType

public InformixDateTimeType()
Method Detail

toDatabaseDataType

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

sqlToObject

public Object sqlToObject(String value,
                          Database database)
Overrides:
sqlToObject in class DateTimeType


Copyright © 2013 Liquibase.org. All Rights Reserved.