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