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

Method runSQL

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

对指定的数据库连接执行sql语句,不返回结果集 @param sql String sql语句 @param params Object[] 参数值列表 @param types byte[] @param dbs DBSession 上下文 edited by bdl, 2012.9.21, 添加@s选项,设定之后使用固化sql @param opt String 选项 edited by bdl, 2012.9.18, 增加返回值 @return 运行结果 更新语句返回Integer,普通sql返回Boolean

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

executeMethod · 0.95
updateMethod · 0.95

Calls 15

getMethod · 0.95
getNameMethod · 0.95
getMessageMethod · 0.95
indexOfMethod · 0.95
lengthMethod · 0.95
getMethod · 0.95
setMethod · 0.95
setObjectMethod · 0.95
getDBCharsetMethod · 0.80
getNeedTranSentenceMethod · 0.80
getNeedTranContentMethod · 0.80
getClientCharsetMethod · 0.80

Tested by

no test coverage detected