Uses of Interface
cn.cloudself.query.config.IOnlyGlobalConfig.ResultSetParserEx
-
Packages that use IOnlyGlobalConfig.ResultSetParserEx Package Description cn.cloudself.query.config cn.cloudself.query.config.impl -
-
Uses of IOnlyGlobalConfig.ResultSetParserEx in cn.cloudself.query.config
Methods in cn.cloudself.query.config that return types with arguments of type IOnlyGlobalConfig.ResultSetParserEx Modifier and Type Method Description List<IOnlyGlobalConfig.ResultSetParserEx>IOnlyGlobalConfig. resultSetParserEx() -
Uses of IOnlyGlobalConfig.ResultSetParserEx in cn.cloudself.query.config.impl
Methods in cn.cloudself.query.config.impl that return types with arguments of type IOnlyGlobalConfig.ResultSetParserEx Modifier and Type Method Description List<IOnlyGlobalConfig.ResultSetParserEx>FinalQueryProConfigImpl. resultSetParserEx()List<IOnlyGlobalConfig.ResultSetParserEx>GlobalQueryProConfigImpl. resultSetParserEx()Methods in cn.cloudself.query.config.impl with parameters of type IOnlyGlobalConfig.ResultSetParserEx Modifier and Type Method Description GlobalQueryProConfigImplGlobalQueryProConfigImpl. addResultSetParserEx(IOnlyGlobalConfig.ResultSetParserEx parser)添加一个ResultSet解析器,与addResultSetParser功能相似,但更推荐使用addResultSetParser,因为性能略好
-