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