liquibase.database.structure.type
Class TimeType

java.lang.Object
  extended by liquibase.database.structure.type.DataType
      extended by liquibase.database.structure.type.TimeType

public class TimeType
extends DataType


Constructor Summary
TimeType()
           
TimeType(String dataTypeName)
           
 
Method Summary
 String convertObjectToString(Object value, Database database)
           
 
Methods inherited from class liquibase.database.structure.type.DataType
equals, getAdditionalInformation, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, getSupportsPrecision, getUnit, hashCode, setAdditionalInformation, setDataTypeName, setFirstParameter, setSecondParameter, setUnit, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeType

public TimeType()

TimeType

public TimeType(String dataTypeName)
Method Detail

convertObjectToString

public String convertObjectToString(Object value,
                                    Database database)
Overrides:
convertObjectToString in class DataType


Copyright © 2012 Liquibase.org. All Rights Reserved.