类 BlobInputStreamTypeHandler
java.lang.Object
cn.sylinx.horm.type.handler.BaseTypeHandler<InputStream>
cn.sylinx.horm.type.handler.BlobInputStreamTypeHandler
- 所有已实现的接口:
TypeHandler<InputStream>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected JdbcTypegetNullableResult(CallableStatement cs, int columnIndex) getNullableResult(ResultSet rs, int columnIndex) getNullableResult(ResultSet rs, String columnName) voidsetNonNullParameter(PreparedStatement ps, int i, InputStream parameter) 从类继承的方法 cn.sylinx.horm.type.handler.BaseTypeHandler
getResult, getResult, getResult, setParameter
-
构造器详细资料
-
BlobInputStreamTypeHandler
public BlobInputStreamTypeHandler()
-
-
方法详细资料
-
getJdbcTypeMapper
- 指定者:
getJdbcTypeMapper在类中BaseTypeHandler<InputStream>
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, InputStream parameter) throws SQLException - 指定者:
setNonNullParameter在类中BaseTypeHandler<InputStream>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<InputStream>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<InputStream>- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<InputStream>- 抛出:
SQLException
-