liquibase.database.structure.type
Class NumericType

java.lang.Object
  extended by liquibase.database.structure.type.DataType
      extended by liquibase.database.structure.type.NumberType
          extended by liquibase.database.structure.type.NumericType

public class NumericType
extends NumberType


Constructor Summary
NumericType()
           
NumericType(String dataTypeName)
           
 
Method Summary
 
Methods inherited from class liquibase.database.structure.type.DataType
convertObjectToString, 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

NumericType

public NumericType()

NumericType

public NumericType(String dataTypeName)


Copyright © 2012 Liquibase.org. All Rights Reserved.