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