public class BlobBytesForWrapTypeHandler extends AbstractTypeHandler<Byte[]>
| 构造器和说明 |
|---|
BlobBytesForWrapTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Byte[] |
convertToObjectArray(byte[] bytes) |
protected byte[] |
convertToPrimitiveArray(Byte[] objects) |
Byte[] |
getNullableResult(CallableStatement cs,
int columnIndex) |
Byte[] |
getNullableResult(ResultSet rs,
int columnIndex) |
Byte[] |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
Byte[] parameter,
Integer jdbcType) |
getResult, getResult, getResult, setParameterpublic void setNonNullParameter(PreparedStatement ps, int i, Byte[] parameter, Integer jdbcType) throws SQLException
setNonNullParameter 在类中 AbstractTypeHandler<Byte[]>SQLExceptionpublic Byte[] getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Byte[]>columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionpublic Byte[] getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Byte[]>SQLExceptionpublic Byte[] getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<Byte[]>SQLExceptionprotected byte[] convertToPrimitiveArray(Byte[] objects)
protected Byte[] convertToObjectArray(byte[] bytes)
Copyright © 2021. All rights reserved.