public class StringAsObjectType extends AbstractType<String>
StringAsObjectType maps String to String on the JDBC level| Modifier and Type | Field and Description |
|---|---|
static StringAsObjectType |
DEFAULT |
| Constructor and Description |
|---|
StringAsObjectType() |
StringAsObjectType(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, getSQLTypespublic static final StringAsObjectType DEFAULT
public StringAsObjectType()
public StringAsObjectType(int type)
public String getValue(ResultSet rs, int startIndex) throws SQLException
Typers - result setstartIndex - column index in result setSQLExceptionpublic Class<String> getReturnedClass()
Typepublic void setValue(PreparedStatement st, int startIndex, String value) throws SQLException
Typest - statementstartIndex - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2015 Querydsl. All rights reserved.