public class BlobInputStreamTypeHandler extends BaseTypeHandler<InputStream>
| 构造器和说明 |
|---|
BlobInputStreamTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected JdbcType |
getJdbcTypeMapper() |
InputStream |
getNullableResult(CallableStatement cs,
int columnIndex) |
InputStream |
getNullableResult(ResultSet rs,
int columnIndex) |
InputStream |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
InputStream parameter) |
getResult, getResult, getResult, setParameterprotected JdbcType getJdbcTypeMapper()
getJdbcTypeMapper 在类中 BaseTypeHandler<InputStream>public void setNonNullParameter(PreparedStatement ps, int i, InputStream parameter) throws SQLException
setNonNullParameter 在类中 BaseTypeHandler<InputStream>SQLExceptionpublic InputStream getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 BaseTypeHandler<InputStream>SQLExceptionpublic InputStream getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<InputStream>SQLExceptionpublic InputStream getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 BaseTypeHandler<InputStream>SQLExceptionCopyright © 2023. All rights reserved.