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

Method proc

src/main/java/com/scudata/dm/DBObject.java:277–282  ·  view source on GitHub ↗

执行存储过程返回结果序列,如果返回多个数据集,则返回序列的序列 @param sql String sql语句 @param params Object[] 参数值 @param types byte[] 参数类型 @param modes byte[] 输入输出模式 @param outParams String[] 输出参数所到变量的名称 @param ctx Context @return Sequence

(String sql, Object[] params, byte[] types, byte[] modes,
					   String[] outParams, Context ctx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

calculateMethod · 0.45

Calls 2

getDbSessionMethod · 0.95
procMethod · 0.95

Tested by

no test coverage detected