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

Method retrieve

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

对指定的数据库连接执行sql语句,返回结果构成的序列 @param sql String sql语句 @param params Object[] 参数值列表 @param types byte[] 参数类型列表,可空,参数类型参见com.scudata.common.Types,可用数组如字符串组等类型 当参数类型空时,认为等同于“默认”类型,此时注意参数值不能为null @param dbs DBSession @return Sequence

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

queryMethod · 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
populateMethod · 0.95
getMetaDataMethod · 0.95
getColumnCountMethod · 0.95
getTableNameMethod · 0.95

Tested by

no test coverage detected