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

Method tranData

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

结果集数据转换 @param type 数据类型 @param dbType 数据库类型 @param rs 结果集 @param index 数据序号 @param needTranContent 是否需要转换字符 @param dbCharset 数据库字符集 @param toCharset 终端字符集 @param bb 字符集是否一致 @param typeErrIgn 数据无法识别时仅警示,added by bd, 2024.8.29 @return @throws Exception

(int type, int dbType, ResultSet rs, int index, boolean needTranContent,
			String dbCharset, String toCharset, boolean bb, boolean typeErrIgn)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

getMethod · 0.95
populateMethod · 0.95
populateGroupMethod · 0.95
populateOneMethod · 0.95
populate2Method · 0.95

Calls 15

getCharacterStreamMethod · 0.95
getMethod · 0.95
getMessageMethod · 0.95
getBinaryStreamMethod · 0.95
lengthMethod · 0.95
tranMethod · 0.95
tranMethod · 0.95
debugMethod · 0.95
intValueMethod · 0.80
readMethod · 0.65
appendMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected