Class FlowableStringTypeHandler
java.lang.Object
org.apache.ibatis.type.TypeReference<T>
org.apache.ibatis.type.BaseTypeHandler<String>
org.flowable.common.engine.impl.db.FlowableStringTypeHandler
- All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler<String>
-
Field Summary
FieldsFields inherited from class org.apache.ibatis.type.BaseTypeHandler
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNullableResult(CallableStatement cs, int columnIndex) getNullableResult(ResultSet rs, int columnIndex) getNullableResult(ResultSet rs, String columnName) voidsetNonNullParameter(PreparedStatement ps, int i, String parameter, org.apache.ibatis.type.JdbcType jdbcType) voidsetParameter(PreparedStatement ps, int i, String parameter, org.apache.ibatis.type.JdbcType jdbcType) Methods inherited from class org.apache.ibatis.type.BaseTypeHandler
getResult, getResult, getResult, setConfigurationMethods inherited from class org.apache.ibatis.type.TypeReference
getRawType, toString
-
Field Details
-
useDefaultJdbcType
protected boolean useDefaultJdbcType
-
-
Constructor Details
-
FlowableStringTypeHandler
public FlowableStringTypeHandler(boolean useDefaultJdbcType)
-
-
Method Details
-
setParameter
public void setParameter(PreparedStatement ps, int i, String parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException - Specified by:
setParameterin interfaceorg.apache.ibatis.type.TypeHandler<String>- Overrides:
setParameterin classorg.apache.ibatis.type.BaseTypeHandler<String>- Throws:
SQLException
-
setNonNullParameter
public void setNonNullParameter(PreparedStatement ps, int i, String parameter, org.apache.ibatis.type.JdbcType jdbcType) throws SQLException - Specified by:
setNonNullParameterin classorg.apache.ibatis.type.BaseTypeHandler<String>- Throws:
SQLException
-
getNullableResult
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<String>- Throws:
SQLException
-
getNullableResult
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<String>- Throws:
SQLException
-
getNullableResult
- Specified by:
getNullableResultin classorg.apache.ibatis.type.BaseTypeHandler<String>- Throws:
SQLException
-