public class InputStreamType extends AbstractType<InputStream>
InputStreamType
maps InputStream to InputStream on the JDBC levelConstructor 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, getSQLTypes
public InputStreamType()
public InputStreamType(int type)
public Class<InputStream> getReturnedClass()
Type
public InputStream getValue(ResultSet rs, int column) throws SQLException
Type
rs
- result setcolumn
- column index in result setSQLException
public void setValue(PreparedStatement ps, int column, InputStream value) throws SQLException
Type
ps
- statementcolumn
- column index in statementvalue
- value to be setSQLException
Copyright © 2007–2016 Querydsl. All rights reserved.