public class Insert extends Locator
| 构造器和说明 |
|---|
Insert() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doAction(Object item) |
Object |
insert(Map<String,Object> ndb,
String path,
OperationAction action)
在ndb中插入数据
|
Object |
insert(Map<String,Object> ndb,
String path,
String insertValue)
在ndb中插入数据
|
convertValueMap, locate, locatepublic Object insert(Map<String,Object> ndb, String path, String insertValue)
ndb - 需要插入数据的ndbpath - 数据插入路径insertValue - 需要插入的值public Object insert(Map<String,Object> ndb, String path, OperationAction action)
ndb - 需要插入数据的ndbpath - 数据插入路径action - 值插入动作Copyright © 2016 PinaeOS. All rights reserved.