public class SqlXmlTypeHandler extends AbstractTypeHandler<String>
String to/from SQLXML.| 构造器和说明 |
|---|
SqlXmlTypeHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
protected String |
sqlXmlToStream(SQLXML sqlxml) |
getResult, getResult, getResult, setParametergetRawType, toStringpublic void setNonNullParameter(PreparedStatement ps, int i, String parameter, JDBCType jdbcType) throws SQLException
setNonNullParameter 在类中 AbstractTypeHandler<String>SQLExceptionpublic String getNullableResult(ResultSet rs, String columnName) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<String>columnName - Colunm name, when configuration useColumnLabel is falseSQLExceptionpublic String getNullableResult(ResultSet rs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<String>SQLExceptionpublic String getNullableResult(CallableStatement cs, int columnIndex) throws SQLException
getNullableResult 在类中 AbstractTypeHandler<String>SQLExceptionprotected String sqlXmlToStream(SQLXML sqlxml) throws SQLException
SQLExceptionCopyright © 2020–2021. All rights reserved.