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

Method execute

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

在dbName中执行sql语句 @param sql String sql语句 @param params Object[] 参数列表,可空 @param types byte[] 参数类型列表,可空,参数类型参见com.scudata.common.Types,可用数组如字符串组等类型 当参数类型空时,认为等同于“默认”类型,此时注意参数值不能为null @param dbs DBSession edited by bdl, 2012.9.18, 增加返回值 @return 运行结果 更新语句返回Integer,普通sql返回Boolean

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

executeMethod · 0.95
executeBatchSqlMethod · 0.95

Calls 15

runSQLMethod · 0.95
pushMethod · 0.95
setCurrentMethod · 0.95
popMethod · 0.95
execute2Method · 0.95
executeBatchMethod · 0.95
getNameMethod · 0.95
getMethod · 0.95
getMessageMethod · 0.95
lengthMethod · 0.95
executePstMethod · 0.95
getComputeStackMethod · 0.80

Tested by

no test coverage detected