public class InputStreamType extends AbstractType<InputStream>
InputStreamType maps InputStream to InputStream on the JDBC level| Constructor and Description |
|---|
InputStreamType() |
InputStreamType(int type) |
| Modifier and Type | Method and Description |
|---|---|
Class<InputStream> |
getReturnedClass()
Get the returned type
|
InputStream |
getValue(ResultSet rs,
int column)
Get the object from the result set
|
void |
setValue(PreparedStatement ps,
int column,
InputStream value)
Set the object to the statement
|
getLiteral, getSQLTypespublic InputStreamType()
public InputStreamType(int type)
public Class<InputStream> getReturnedClass()
Typepublic InputStream getValue(ResultSet rs, int column) throws SQLException
Typers - result setcolumn - column index in result setSQLExceptionpublic void setValue(PreparedStatement ps, int column, InputStream value) throws SQLException
Typeps - statementcolumn - column index in statementvalue - value to be setSQLExceptionCopyright © 2007–2018 Querydsl. All rights reserved.