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

Method proc

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

执行存储过程语句,返回结果序列,如果返回多个数据集,则返回序列的序列,如果返回数值,则设入将值设入指定参数 @param proc String 存储过程语句 @param params Object[] 参数值 @param modes byte[] 参数模式,可以选择DatabaseUtil.PROC_MODE_IN, PROC_MODE_OUT, PROC_MODE_INOUT @param types byte[] 参数类型 @param outVariables String[] 输出值时,被赋值的参数名 @param dbs DBSession @param ctx Context

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

procMethod · 0.95

Calls 15

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

Tested by

no test coverage detected