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

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

public class ArrayJdbcIO
extends Object
implements JdbcIO<Array>

Author:
ufo

Constructor Summary
ArrayJdbcIO()
           
 
Method Summary
 Class<Array> getDBClass()
           
 Array getValueFromResultSet(ResultSet rs, int rsColumnIndex)
           
 Array getValueFromResultSet(ResultSet rs, String rsColumnName)
           
 void setValueToPreparedStatement(Array 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

ArrayJdbcIO

public ArrayJdbcIO()
Method Detail

getValueFromResultSet

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

getValueFromResultSet

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

setValueToPreparedStatement

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

getDBClass

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


Copyright © 2013. All Rights Reserved.