public class BytesInputStreamTypeHandler extends AbstractTypeHandler<InputStream>
| 构造器和说明 |
|---|
BytesInputStreamTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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,
JDBCType jdbcType) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, InputStream parameter, JDBCType jdbcType) throws SQLException
setNonNullParameter 在类中 AbstractTypeHandler<InputStream>SQLExceptionpublic InputStream getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<InputStream>columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionpublic InputStream getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<InputStream>SQLExceptionpublic InputStream getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<InputStream>SQLExceptionCopyright © 2020–2021. All rights reserved.