MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / getRecordTimestamp

Method getRecordTimestamp

jOOQ/src/main/java/org/jooq/impl/TableAlias.java:147–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 2

getRecordTimestampMethod · 0.65
wrappedMethod · 0.45

Tested by

no test coverage detected