com.jpattern.orm.persistor.type.jdbc
Class TimeJdbcIO

java.lang.Object
  extended by com.jpattern.orm.persistor.type.jdbc.TimeJdbcIO
All Implemented Interfaces:
JdbcIO<Time>

public class TimeJdbcIO
extends Object
implements JdbcIO<Time>

Author:
ufo

Constructor Summary
TimeJdbcIO()
           
 
Method Summary
 Class<Time> getDBClass()
           
 Time getValueFromResultSet(ResultSet rs, int rsColumnIndex)
           
 Time getValueFromResultSet(ResultSet rs, String rsColumnName)
           
 void setValueToPreparedStatement(Time value, PreparedStatement ps, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeJdbcIO

public TimeJdbcIO()
Method Detail

getValueFromResultSet

public Time getValueFromResultSet(ResultSet rs,
                                  String rsColumnName)
                           throws SQLException
Specified by:
getValueFromResultSet in interface JdbcIO<Time>
Throws:
SQLException

getValueFromResultSet

public Time getValueFromResultSet(ResultSet rs,
                                  int rsColumnIndex)
                           throws SQLException
Specified by:
getValueFromResultSet in interface JdbcIO<Time>
Throws:
SQLException

setValueToPreparedStatement

public void setValueToPreparedStatement(Time value,
                                        PreparedStatement ps,
                                        int index)
                                 throws SQLException
Specified by:
setValueToPreparedStatement in interface JdbcIO<Time>
Throws:
SQLException

getDBClass

public Class<Time> getDBClass()
Specified by:
getDBClass in interface JdbcIO<Time>


Copyright © 2013. All Rights Reserved.