com.mysema.query.sql.types
Class LocalDateTimeType

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

public class LocalDateTimeType
extends AbstractType<org.joda.time.LocalDateTime>


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

LocalDateTimeType

public LocalDateTimeType()

LocalDateTimeType

public LocalDateTimeType(int type)
Method Detail

getReturnedClass

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

getValue

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

setValue

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


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