Package org.apache.ibatis.type
Class BlobInputStreamTypeHandler
java.lang.Object
org.apache.ibatis.type.TypeReference<InputStream>
org.apache.ibatis.type.BaseTypeHandler<InputStream>
org.apache.ibatis.type.BlobInputStreamTypeHandler
- All Implemented Interfaces:
TypeHandler<InputStream>
- Since:
- 3.4.0
- Author:
- Kazuki Shimizu
-
Field Summary
Fields inherited from class org.apache.ibatis.type.BaseTypeHandler
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNullableResult(CallableStatement cs, int columnIndex) Get anInputStreamthat corresponds to a specified column index fromCallableStatement.getNullableResult(ResultSet rs, int columnIndex) Get anInputStreamthat corresponds to a specified column index fromResultSet.getNullableResult(ResultSet rs, String columnName) Get anInputStreamthat corresponds to a specified column name fromResultSet.voidsetNonNullParameter(PreparedStatement ps, int i, InputStream parameter, JdbcType jdbcType) Set anInputStreamintoPreparedStatement.Methods inherited from class org.apache.ibatis.type.BaseTypeHandler
getResult, getResult, getResult, setConfiguration, setParameterMethods inherited from class org.apache.ibatis.type.TypeReference
getRawType, toString
-
Constructor Details
-
BlobInputStreamTypeHandler
public BlobInputStreamTypeHandler()
-
-
Method Details
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, InputStream parameter, JdbcType jdbcType) throws SQLException Set anInputStreamintoPreparedStatement.- Specified by:
setNonNullParameterin classBaseTypeHandler<InputStream>- Throws:
SQLException- See Also:
-
getNullableResult
Get anInputStreamthat corresponds to a specified column name fromResultSet.- Specified by:
getNullableResultin classBaseTypeHandler<InputStream>- Parameters:
rs- the rscolumnName- Column name, when configurationuseColumnLabelisfalse- Returns:
- the nullable result
- Throws:
SQLException- the SQL exception- See Also:
-
getNullableResult
Get anInputStreamthat corresponds to a specified column index fromResultSet.- Specified by:
getNullableResultin classBaseTypeHandler<InputStream>- Throws:
SQLException- See Also:
-
getNullableResult
Get anInputStreamthat corresponds to a specified column index fromCallableStatement.- Specified by:
getNullableResultin classBaseTypeHandler<InputStream>- Throws:
SQLException- See Also:
-