MCPcopy Create free account
hub / github.com/SPLWare/esProc / populate2

Method populate2

src/main/java/com/scudata/util/DatabaseUtil.java:3096–3156  ·  view source on GitHub ↗

对指定的数据库连接执行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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

retrieve2Method · 0.95

Calls 10

getColumnCountMethod · 0.95
getMethod · 0.95
getMessageMethod · 0.95
getColumnTypeMethod · 0.95
tranDataMethod · 0.95
addMethod · 0.95
getMetaDataMethod · 0.45
lengthMethod · 0.45
trimMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected