MCPcopy Index your code
hub / github.com/SPLWare/esProc / queryGroup

Method queryGroup

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

以多组参数来执行同一sql语句,返回结果序列的序列,added by bdl, 2009.1.8 @param sql String sql语句 @param params Object[][] 参数列表,不可空,若为空则返回null,参数列表中的参数不允许是数组,否则有可能会出错 @param types byte[] 参数类型列表,可空,参数类型参见com.scudata.common.Types,可用数组如字符串组等类型 当参数类型空时,认为等同于“默认”类型,此时注意参数值不能为null @param dbs DBSession @return Sequen

(String sql, Object[][] params, byte[] types, DBSession dbs, Context ctx,
			String opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

queryMethod · 0.95

Calls 15

queryMethod · 0.95
getMethod · 0.95
getNameMethod · 0.95
getMessageMethod · 0.95
setObjectMethod · 0.95
getMetaDataMethod · 0.95
getColumnCountMethod · 0.95
tranNameMethod · 0.95
getColumnLabelMethod · 0.95
cleanFieldNameMethod · 0.95
getTableNameMethod · 0.95
getColumnTypeMethod · 0.95

Tested by

no test coverage detected