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

Method getRecordVersion

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

Source from the content-addressed store, hash-verified

140 }
141
142 @Override
143 public final TableField<R, ?> getRecordVersion() {
144 return alias.wrapped().getRecordVersion();
145 }
146
147 @Override
148 public final TableField<R, ?> getRecordTimestamp() {

Callers

nothing calls this directly

Calls 2

getRecordVersionMethod · 0.65
wrappedMethod · 0.45

Tested by

no test coverage detected