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

Method addBindArg

xutils/src/main/java/org/xutils/db/sqlite/SqlInfo.java:49–54  ·  view source on GitHub ↗
(KeyValue kv)

Source from the content-addressed store, hash-verified

47 }
48
49 public void addBindArg(KeyValue kv) {
50 if (bindArgs == null) {
51 bindArgs = new ArrayList<KeyValue>();
52 }
53 bindArgs.add(kv);
54 }
55
56 public void addBindArgs(List<KeyValue> bindArgs) {
57 if (this.bindArgs == null) {

Callers 1

buildUpdateSqlInfoMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected