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