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

Method update

src/main/java/com/scudata/vdb/Section.java:838–847  ·  view source on GitHub ↗

更新指定表单里的字段值 @param vdb 数据库对象 @param dirNames 路径名数组 @param dirValues 路径值数组 @param valueSigns true:对目录提条件,此时如果传入的目录值是null,则会选值是null的目录,false:省略目录值,即不对此目录提条件 @param fvals 表单里要修改的字段值数组 @param fields 表单里要修改的字段名数组 @param exp 条件表达式 @param isRecursion true:归去找子路径,缺省将读到参数所涉及层即停止 @param ctx 计算上下文 @return 0:成功

(VDB vdb, String []dirNames, Object []dirValues, boolean []valueSigns, 
			Object []fvals, String []fields, Expression exp, boolean isRecursion, Context ctx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

lockForWriteMethod · 0.95
getDataMethod · 0.95
writeDataBlockMethod · 0.95
isLockVDBMethod · 0.95
getSectionForWriteMethod · 0.95
isDirMatchMethod · 0.80
getFileZoneMethod · 0.80
createFileZoneMethod · 0.80
getSubDirsMethod · 0.80
getZoneMethod · 0.80
pushDirMethod · 0.80
popDirMethod · 0.80

Tested by

no test coverage detected