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

Method retrieveOne

src/main/java/com/scudata/util/DatabaseUtil.java:374–560  ·  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, Context ctx,
			String opt)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

queryMethod · 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
populateOneMethod · 0.95
closeMethod · 0.95
getDBCharsetMethod · 0.80
getNeedTranSentenceMethod · 0.80

Tested by

no test coverage detected