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

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

public class SQLXMLJdbcIO
extends Object
implements JdbcIO<SQLXML>

Author:
ufo

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

SQLXMLJdbcIO

public SQLXMLJdbcIO()
Method Detail

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.