com.mysema.query.sql.types
Class LocalDateType

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

public class LocalDateType
extends AbstractType<org.joda.time.LocalDate>


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

LocalDateType

public LocalDateType()

LocalDateType

public LocalDateType(int type)
Method Detail

getReturnedClass

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

getValue

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

setValue

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


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