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