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