com.mysema.query.sql.types
Class UtilDateType

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

public class UtilDateType
extends AbstractType<Date>

Author:
tiwe

Constructor Summary
UtilDateType()
           
UtilDateType(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

UtilDateType

public UtilDateType()

UtilDateType

public UtilDateType(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-2012 Mysema Ltd. All Rights Reserved.