com.mysema.query.sql.types
Class LocalDateType

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

public class LocalDateType
extends Object
implements Type<org.joda.time.LocalDate>


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

Constructor Detail

LocalDateType

public LocalDateType()
Method Detail

getReturnedClass

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

getSQLTypes

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

getValue

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

setValue

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


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