com.jpattern.orm.persistor.type.jdbc
Class ClobJdbcIO
java.lang.Object
com.jpattern.orm.persistor.type.jdbc.ClobJdbcIO
- All Implemented Interfaces:
- JdbcIO<Clob>
public class ClobJdbcIO
- extends Object
- implements JdbcIO<Clob>
- Author:
- ufo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClobJdbcIO
public ClobJdbcIO()
getValueFromResultSet
public Clob getValueFromResultSet(ResultSet rs,
String rsColumnName)
throws SQLException
- Specified by:
getValueFromResultSet in interface JdbcIO<Clob>
- Throws:
SQLException
getValueFromResultSet
public Clob getValueFromResultSet(ResultSet rs,
int rsColumnIndex)
throws SQLException
- Specified by:
getValueFromResultSet in interface JdbcIO<Clob>
- Throws:
SQLException
setValueToPreparedStatement
public void setValueToPreparedStatement(Clob value,
PreparedStatement ps,
int index)
throws SQLException
- Specified by:
setValueToPreparedStatement in interface JdbcIO<Clob>
- Throws:
SQLException
getDBClass
public Class<Clob> getDBClass()
- Specified by:
getDBClass in interface JdbcIO<Clob>
Copyright © 2013. All Rights Reserved.