public class BlobBytesTypeHandler extends AbstractTypeHandler<byte[]>
| 构造器和说明 |
|---|
BlobBytesTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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,
JDBCType jdbcType) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, byte[] parameter, JDBCType 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[]>SQLExceptionCopyright © 2020–2021. All rights reserved.