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