MCPcopy Create free account
hub / github.com/dgraph-io/dgraph4j / query

Method query

src/main/java/io/dgraph/Transaction.java:68–70  ·  view source on GitHub ↗

Calls Transaction#queryWithVars with an empty vars map. @param query query in DQL @return a Response protocol buffer object

(final String query)

Source from the content-addressed store, hash-verified

66 * @return a Response protocol buffer object
67 */
68 public Response query(final String query) {
69 return queryWithVars(query, Collections.emptyMap());
70 }
71
72 /**
73 * Calls {@code Transaction#queryWithVars} with an empty vars map.

Callers 15

testQuery3QuadsMethod · 0.95
runTotalMethod · 0.95
runTxnMethod · 0.95
tryUpsertMethod · 0.95
upsertBlockTestMethod · 0.45
deleteEdgesTestMethod · 0.45
testDeleteMethod · 0.45

Calls 1

queryWithVarsMethod · 0.95

Tested by 15

testQuery3QuadsMethod · 0.76
runTotalMethod · 0.76
runTxnMethod · 0.76
tryUpsertMethod · 0.76
upsertBlockTestMethod · 0.36
deleteEdgesTestMethod · 0.36
testDeleteMethod · 0.36