liquibase.database.structure.type
Class SmallIntType

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

public class SmallIntType
extends DataType


Constructor Summary
SmallIntType()
           
SmallIntType(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

SmallIntType

public SmallIntType()

SmallIntType

public SmallIntType(String dataTypeName)
Method Detail

convertObjectToString

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


Copyright © 2012 Liquibase.org. All Rights Reserved.