public class StringTypeHandler extends BaseTypeHandler<String>
configuration
Constructor and Description |
---|
StringTypeHandler() |
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,
JdbcType jdbcType) |
getResult, getResult, getResult, setConfiguration, setParameter
getRawType, toString
public void setNonNullParameter(PreparedStatement ps, int i, String parameter, JdbcType jdbcType) throws SQLException
setNonNullParameter
in class BaseTypeHandler<String>
SQLException
public String getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult
in class BaseTypeHandler<String>
SQLException
public String getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<String>
SQLException
public String getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult
in class BaseTypeHandler<String>
SQLException
Copyright © 2010–2015 MyBatis.org. All rights reserved.