com.mysema.query.sql.types
Class LocalDateTimeType
java.lang.Object
com.mysema.query.sql.types.AbstractType<org.joda.time.LocalDateTime>
com.mysema.query.sql.types.LocalDateTimeType
- All Implemented Interfaces:
- Type<org.joda.time.LocalDateTime>
public class LocalDateTimeType
- extends AbstractType<org.joda.time.LocalDateTime>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalDateTimeType
public LocalDateTimeType()
LocalDateTimeType
public LocalDateTimeType(int type)
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.