com.mysema.query.sql.types
Class LocalTimeType

java.lang.Object
  extended by com.mysema.query.sql.types.LocalTimeType
All Implemented Interfaces:
Type<org.joda.time.LocalTime>

public class LocalTimeType
extends Object
implements Type<org.joda.time.LocalTime>


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

Constructor Detail

LocalTimeType

public LocalTimeType()
Method Detail

getReturnedClass

public Class<org.joda.time.LocalTime> getReturnedClass()
Specified by:
getReturnedClass in interface Type<org.joda.time.LocalTime>

getSQLTypes

public int[] getSQLTypes()
Specified by:
getSQLTypes in interface Type<org.joda.time.LocalTime>

getValue

public org.joda.time.LocalTime getValue(ResultSet rs,
                                        int startIndex)
                                 throws SQLException
Specified by:
getValue in interface Type<org.joda.time.LocalTime>
Throws:
SQLException

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     org.joda.time.LocalTime value)
              throws SQLException
Specified by:
setValue in interface Type<org.joda.time.LocalTime>
Throws:
SQLException


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