com.mysema.query.sql.types
Class LocalDateTimeType

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

public class LocalDateTimeType
extends Object
implements Type<org.joda.time.LocalDateTime>


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

Constructor Detail

LocalDateTimeType

public LocalDateTimeType()
Method Detail

getReturnedClass

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

getSQLTypes

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

getValue

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

setValue

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


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