com.mysema.query.sql.types
Class LocalTimeType

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

public class LocalTimeType
extends AbstractType<org.joda.time.LocalTime>


Constructor Summary
LocalTimeType()
           
LocalTimeType(int type)
           
 
Method Summary
 Class<org.joda.time.LocalTime> getReturnedClass()
           
 org.joda.time.LocalTime getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, org.joda.time.LocalTime 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

LocalTimeType

public LocalTimeType()

LocalTimeType

public LocalTimeType(int type)
Method Detail

getReturnedClass

public Class<org.joda.time.LocalTime> getReturnedClass()

getValue

public org.joda.time.LocalTime getValue(ResultSet rs,
                                        int startIndex)
                                 throws SQLException
Throws:
SQLException

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     org.joda.time.LocalTime value)
              throws SQLException
Throws:
SQLException


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