public class URLType extends AbstractType<URL>
URLType maps URL to URL on the JDBC level| Modifier and Type | Method and Description |
|---|---|
Class<URL> |
getReturnedClass()
Get the returned type
|
URL |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
URL value)
Set the object to the statement
|
getLiteral, getSQLTypespublic URL getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic Class<URL> getReturnedClass()
Typepublic void setValue(PreparedStatement st, int startIndex, URL value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2015 Querydsl. All rights reserved.