类 SqlxmlTypeHandler
- 所有已实现的接口:
TypeHandler<String>
Convert
String to/from SQLXML.- 从以下版本开始:
- 3.5.0
- 作者:
- Iwao AVE!
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getNullableResult(CallableStatement cs, int columnIndex) getNullableResult(ResultSet rs, int columnIndex) getNullableResult(ResultSet rs, String columnName) Gets the nullable result.voidsetParameter(PreparedStatement ps, int i, Object parameter) protected StringsqlxmlToString(SQLXML sqlxml) 从类继承的方法 cn.myafx.data.type.BaseTypeHandler
getResult, getResult, getResult从类继承的方法 cn.myafx.data.type.TypeReference
getRawType, toString
-
构造器详细资料
-
SqlxmlTypeHandler
public SqlxmlTypeHandler()
-
-
方法详细资料
-
setParameter
- 指定者:
setParameter在接口中TypeHandler<String>- 指定者:
setParameter在类中BaseTypeHandler<String>- 抛出:
SQLException
-
getNullableResult
从类复制的说明:BaseTypeHandlerGets the nullable result.- 指定者:
getNullableResult在类中BaseTypeHandler<String>- 参数:
rs- the rscolumnName- Column name, when configurationuseColumnLabelisfalse- 返回:
- the nullable result
- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<String>- 参数:
rs- the rscolumnIndex- Column ndex- 返回:
- the nullable result
- 抛出:
SQLException
-
getNullableResult
- 指定者:
getNullableResult在类中BaseTypeHandler<String>- 参数:
cs- the rscolumnIndex- Column ndex- 返回:
- the nullable result
- 抛出:
SQLException
-
sqlxmlToString
- 抛出:
SQLException
-