liquibase.informix.datatype
Class InformixDataTypeFactory

java.lang.Object
  extended by liquibase.datatype.DataTypeFactory
      extended by liquibase.informix.datatype.InformixDataTypeFactory

public class InformixDataTypeFactory
extends DataTypeFactory


Method Summary
 LiquibaseDataType fromDescription(String dataTypeDefinition)
           
 LiquibaseDataType fromObject(Object object, Database database)
           
static InformixDataTypeFactory getInstance()
          Deprecated. 
static void reset()
           
 
Methods inherited from class liquibase.datatype.DataTypeFactory
from, from, getFalseBooleanValue, getRegistry, getTrueBooleanValue, register, unregister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

@Deprecated
public static InformixDataTypeFactory getInstance()
Deprecated. 


reset

public static void reset()

fromObject

public LiquibaseDataType fromObject(Object object,
                                    Database database)
Overrides:
fromObject in class DataTypeFactory

fromDescription

public LiquibaseDataType fromDescription(String dataTypeDefinition)
Overrides:
fromDescription in class DataTypeFactory


Copyright © 2013 Liquibase.org. All Rights Reserved.