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