com.mysema.query.sql.types
Class TimestampType

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

public class TimestampType
extends AbstractType<Timestamp>

Author:
tiwe

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

TimestampType

public TimestampType()

TimestampType

public TimestampType(int type)
Method Detail

getValue

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

getReturnedClass

public Class<Timestamp> getReturnedClass()

setValue

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


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