com.mysema.query.sql.types
Class InputStreamType
java.lang.Object
com.mysema.query.sql.types.AbstractType<InputStream>
com.mysema.query.sql.types.InputStreamType
- All Implemented Interfaces:
- Type<InputStream>
public class InputStreamType
- extends AbstractType<InputStream>
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamType
public InputStreamType()
InputStreamType
public InputStreamType(int type)
getReturnedClass
public Class<InputStream> getReturnedClass()
getValue
public InputStream getValue(ResultSet rs,
int column)
throws SQLException
- Throws:
SQLException
setValue
public void setValue(PreparedStatement ps,
int column,
InputStream value)
throws SQLException
- Throws:
SQLException
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.