com.mysema.query.sql.types
Class TimeType

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

public class TimeType
extends AbstractType<Time>

Author:
tiwe

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

Constructor Detail

TimeType

public TimeType()

TimeType

public TimeType(int type)
Method Detail

getValue

public Time getValue(ResultSet rs,
                     int startIndex)
              throws SQLException
Throws:
SQLException

getReturnedClass

public Class<Time> getReturnedClass()

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     Time value)
              throws SQLException
Throws:
SQLException


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