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

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

public class URLJdbcIO
extends Object
implements JdbcIO<URL>

Author:
ufo

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

URLJdbcIO

public URLJdbcIO()
Method Detail

getValueFromResultSet

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

getValueFromResultSet

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

setValueToPreparedStatement

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

getDBClass

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


Copyright © 2013. All Rights Reserved.