| Constructor and Description |
|---|
BlobToStringTypeHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNullableResult(CallableStatement cs,
int columnIndex) |
String |
getNullableResult(ResultSet rs,
int columnIndex) |
String |
getNullableResult(ResultSet rs,
String columnName) |
void |
setNonNullParameter(PreparedStatement ps,
int i,
String parameter,
org.apache.ibatis.type.JdbcType paramJdbcType) |
public void setNonNullParameter(PreparedStatement ps, int i, String parameter, org.apache.ibatis.type.JdbcType paramJdbcType) throws SQLException
setNonNullParameter in class org.apache.ibatis.type.BaseTypeHandler<String>SQLExceptionpublic String getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<String>SQLExceptionpublic String getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<String>SQLExceptionpublic String getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult in class org.apache.ibatis.type.BaseTypeHandler<String>SQLExceptionCopyright © 2025. All rights reserved.