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

Method getString

xutils/src/main/java/org/xutils/db/table/DbModel.java:31–33  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

29 private final HashMap<String, String> dataMap = new HashMap<String, String>();
30
31 public String getString(String columnName) {
32 return dataMap.get(columnName);
33 }
34
35 public int getInt(String columnName, int defaultValue) {
36 String value = dataMap.get(columnName);

Callers 5

getURIsMethod · 0.80
getDbModelMethod · 0.80
dropDbMethod · 0.80
getFieldValueMethod · 0.80
refreshMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected