com.mysema.query.sql.types
Class TimeType

java.lang.Object
  extended by com.mysema.query.sql.types.TimeType
All Implemented Interfaces:
Type<Time>

public class TimeType
extends Object
implements Type<Time>

Author:
tiwe

Constructor Summary
TimeType()
           
 
Method Summary
 Class<Time> getReturnedClass()
           
 int[] getSQLTypes()
           
 Time getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, Time value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeType

public TimeType()
Method Detail

getValue

public Time getValue(ResultSet rs,
                     int startIndex)
              throws SQLException
Specified by:
getValue in interface Type<Time>
Throws:
SQLException

getReturnedClass

public Class<Time> getReturnedClass()
Specified by:
getReturnedClass in interface Type<Time>

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     Time value)
              throws SQLException
Specified by:
setValue in interface Type<Time>
Throws:
SQLException

getSQLTypes

public int[] getSQLTypes()
Specified by:
getSQLTypes in interface Type<Time>


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.