com.mysema.query.sql.types
Class DateType

java.lang.Object
  extended by com.mysema.query.sql.types.AbstractType<Date>
      extended by com.mysema.query.sql.types.DateType
All Implemented Interfaces:
Type<Date>

public class DateType
extends AbstractType<Date>

Author:
tiwe

Constructor Summary
DateType()
           
DateType(int type)
           
 
Method Summary
 Class<Date> getReturnedClass()
           
 Date getValue(ResultSet rs, int startIndex)
           
 void setValue(PreparedStatement st, int startIndex, Date 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

DateType

public DateType()

DateType

public DateType(int type)
Method Detail

getValue

public Date getValue(ResultSet rs,
                     int startIndex)
              throws SQLException
Throws:
SQLException

getReturnedClass

public Class<Date> getReturnedClass()

setValue

public void setValue(PreparedStatement st,
                     int startIndex,
                     Date value)
              throws SQLException
Throws:
SQLException


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