public class BlobTypeHandler extends BaseTypeHandler<byte[]>
configuration
Constructor and Description |
---|
BlobTypeHandler() |
Modifier and Type | Method and Description |
---|---|
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, setConfiguration, setParameter
getRawType, toString
public void setNonNullParameter(PreparedStatement ps, int i, byte[] parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter
in class BaseTypeHandler<byte[]>
SQLException
public byte[] getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult
in class BaseTypeHandler<byte[]>
SQLException
public byte[] getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<byte[]>
SQLException
public byte[] getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<byte[]>
SQLException
Copyright © 2010–2015 MyBatis.org. All rights reserved.