public class ByteObjectArrayTypeHandler extends BaseTypeHandler<Byte[]>
configuration
Constructor and Description |
---|
ByteObjectArrayTypeHandler() |
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.