liquibase.database.structure.type
Class DateTimeType

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

public class DateTimeType
extends DataType


Constructor Summary
DateTimeType()
           
DateTimeType(String dataTypeName)
           
 
Method Summary
 String convertObjectToString(Object value, Database database)
           
 boolean getSupportsPrecision()
           
 
Methods inherited from class liquibase.database.structure.type.DataType
equals, getAdditionalInformation, getDataTypeName, getFirstParameter, getMaxParameters, getMinParameters, getSecondParameter, 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

DateTimeType

public DateTimeType()

DateTimeType

public DateTimeType(String dataTypeName)
Method Detail

getSupportsPrecision

public boolean getSupportsPrecision()
Overrides:
getSupportsPrecision in class DataType

convertObjectToString

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


Copyright © 2012 Liquibase.org. All Rights Reserved.