public class ByteArrayRefTypeHandler extends org.apache.ibatis.type.TypeReference<ByteArrayRef> implements org.apache.ibatis.type.TypeHandler<ByteArrayRef>
ByteArrayRef.| Constructor and Description |
|---|
ByteArrayRefTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayRef |
getResult(CallableStatement cs,
int columnIndex) |
ByteArrayRef |
getResult(ResultSet rs,
int columnIndex) |
ByteArrayRef |
getResult(ResultSet rs,
String columnName) |
void |
setParameter(PreparedStatement ps,
int i,
ByteArrayRef parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
public void setParameter(PreparedStatement ps, int i, ByteArrayRef parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException
setParameter in interface org.apache.ibatis.type.TypeHandler<ByteArrayRef>SQLExceptionpublic ByteArrayRef getResult(ResultSet rs, String columnName) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<ByteArrayRef>SQLExceptionpublic ByteArrayRef getResult(ResultSet rs, int columnIndex) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<ByteArrayRef>SQLExceptionpublic ByteArrayRef getResult(CallableStatement cs, int columnIndex) throws SQLException
getResult in interface org.apache.ibatis.type.TypeHandler<ByteArrayRef>SQLExceptionCopyright © 2016 Alfresco. All rights reserved.