MCPcopy Create free account
hub / github.com/wyouflf/xUtils3 / add

Method add

xutils/src/main/java/org/xutils/db/table/DbModel.java:103–105  ·  view source on GitHub ↗
(String columnName, String valueStr)

Source from the content-addressed store, hash-verified

101 }
102
103 public void add(String columnName, String valueStr) {
104 dataMap.put(columnName, valueStr);
105 }
106
107 /**
108 * @return key: columnName

Callers 15

getDbModelMethod · 0.95
ViewInjectorImplClass · 0.45
findAllMethod · 0.45
findDbModelAllMethod · 0.45
orderByMethod · 0.45
findAllMethod · 0.45
ColumnUtilsClass · 0.45
addBindArgMethod · 0.45
exprMethod · 0.45
appendConditionMethod · 0.45
entity2KeyValueListMethod · 0.45

Calls 1

putMethod · 0.45

Tested by

no test coverage detected