MCPcopy
hub / github.com/Vincit/objection.js / whereExists

Method whereExists

lib/queryBuilder/QueryBuilderBase.js:224–226  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

222 }
223
224 whereExists(...args) {
225 return this.addOperation(new KnexOperation('whereExists'), args);
226 }
227
228 orWhereExists(...args) {
229 return this.addOperation(new KnexOperation('orWhereExists'), args);

Callers 13

queryExecutorMethod · 0.80
withGraph.jsFile · 0.80
find.jsFile · 0.80
examples.tsFile · 0.80
delete.tsFile · 0.80
find.tsFile · 0.80
delete.tsFile · 0.80
find-methods.tsFile · 0.80
api.tsFile · 0.80

Calls 1

addOperationMethod · 0.80

Tested by

no test coverage detected