com.aneeshpu.dpdeppop.datatypes
Class FloatDataType

java.lang.Object
  extended by com.aneeshpu.dpdeppop.datatypes.FloatDataType
All Implemented Interfaces:
DataType<Float>

public class FloatDataType
extends Object
implements DataType<Float>


Constructor Summary
FloatDataType(String dataType)
           
 
Method Summary
 Float generateDefaultValue()
           
 Float getGeneratedValue(ResultSet generatedKeys, String columnName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloatDataType

public FloatDataType(String dataType)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

generateDefaultValue

public Float generateDefaultValue()
Specified by:
generateDefaultValue in interface DataType<Float>

getGeneratedValue

public Float getGeneratedValue(ResultSet generatedKeys,
                               String columnName)
                        throws SQLException
Specified by:
getGeneratedValue in interface DataType<Float>
Throws:
SQLException


Copyright © 2013. All Rights Reserved.