(Select<? extends Record1<T>> arg2)
| 742 | } |
| 743 | |
| 744 | @Override |
| 745 | public final Condition notIn(Select<? extends Record1<T>> arg2) { |
| 746 | return new NotIn<>(this, arg2); |
| 747 | } |
| 748 | |
| 749 | @Override |
| 750 | public final LikeEscapeStep notLike(String pattern) { |
nothing calls this directly
no test coverage detected