()
| 145 | } |
| 146 | |
| 147 | @Override |
| 148 | public final TableField<R, ?> getRecordTimestamp() { |
| 149 | return alias.wrapped().getRecordTimestamp(); |
| 150 | } |
| 151 | |
| 152 | @Override |
| 153 | public final void accept(Context<?> ctx) { |
nothing calls this directly
no test coverage detected