对指定的数据库连接执行sql语句,返回结果集中的记录序列,如果只有一个Field一条记录,直接返回值,否则返回值的序列, 遇到多条Field多条记录,则返回值序列的序列 @param rs ResultSet 结果数据集 @param dbCharset String @param needTranContent boolean @param toCharset String @param dbType int DBTypes中定义的类型 @throws SQLException @t
(ResultSet rs, String dbCharset, boolean needTranContent, String toCharset, int dbType, String opt)
source not stored for this graph (policy: none)
no test coverage detected