Module org.jooq
Package org.jooq

Interface RecordContext

All Superinterfaces:
Scope

public interface RecordContext extends Scope
A context object for Record manipulation passed to registered RecordListener's.

This type is a Scope with independent lifecycle and its own Scope.data() map.

Author:
Lukas Eder