(...args)
| 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); |
no test coverage detected