(self, other, **kw)
| 683 | return NullLambdaStatement(statement) |
| 684 | |
| 685 | def add_criteria(self, other, **kw): |
| 686 | statement = other(self._resolved) |
| 687 | |
| 688 | return NullLambdaStatement(statement) |
| 689 | |
| 690 | def _execute_on_connection( |
| 691 | self, connection, distilled_params, execution_options |
nothing calls this directly
no test coverage detected