public class XMLAsStringType extends AbstractType<String>
XMLAsStringType
maps String to SQLXML on the JDBC levelConstructor and Description |
---|
XMLAsStringType() |
XMLAsStringType(int type) |
Modifier and Type | Method and Description |
---|---|
Class<String> |
getReturnedClass()
Get the returned type
|
String |
getValue(ResultSet rs,
int startIndex)
Get the object from the result set
|
void |
setValue(PreparedStatement st,
int startIndex,
String value)
Set the object to the statement
|
getLiteral, getSQLTypes
public XMLAsStringType()
public XMLAsStringType(int type)
public String getValue(ResultSet rs, int startIndex) throws SQLException
Type
rs
- result setstartIndex
- column index in result setSQLException
public Class<String> getReturnedClass()
Type
public void setValue(PreparedStatement st, int startIndex, String value) throws SQLException
Type
st
- statementstartIndex
- column index in statementvalue
- value to be setSQLException
Copyright © 2007–2016 Querydsl. All rights reserved.