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