MCPcopy Create free account
hub / github.com/androrm/androrm / getKeys

Method getKeys

src/src/com/orm/androrm/statement/Statement.java:113–118  ·  view source on GitHub ↗

Get all keys that are used in this statement. @return All keys i.e. the affected database columns.

()

Source from the content-addressed store, hash-verified

111 * @return All keys i.e. the affected database columns.
112 */
113 public Set<String> getKeys() {
114 Set<String> keys = new HashSet<String>();
115 keys.add(mKey);
116
117 return keys;
118 }
119
120 public void setKey(String key) {
121 mKey = key;

Callers 10

testIsMethod · 0.95
testInMethod · 0.95
testContainsMethod · 0.95
testGetKeysMethod · 0.95
testGetKeysMethod · 0.45
testGetKeyMethod · 0.45
testGetKeysMethod · 0.45
andMethod · 0.45
orMethod · 0.45
setStatementMethod · 0.45

Calls 1

addMethod · 0.65

Tested by 7

testIsMethod · 0.76
testInMethod · 0.76
testContainsMethod · 0.76
testGetKeysMethod · 0.76
testGetKeysMethod · 0.36
testGetKeyMethod · 0.36
testGetKeysMethod · 0.36