com.jpattern.orm.persistor.type.jdbc
Class URLJdbcIO
java.lang.Object
com.jpattern.orm.persistor.type.jdbc.URLJdbcIO
- All Implemented Interfaces:
- JdbcIO<URL>
public class URLJdbcIO
- extends Object
- implements JdbcIO<URL>
- Author:
- ufo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLJdbcIO
public URLJdbcIO()
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.