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

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

public class NClobJdbcIO
extends Object
implements JdbcIO<NClob>

Author:
ufo

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

NClobJdbcIO

public NClobJdbcIO()
Method Detail

getValueFromResultSet

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

getValueFromResultSet

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

setValueToPreparedStatement

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

getDBClass

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


Copyright © 2013. All Rights Reserved.