Toggle navigation
Home
org.jooq.Record to keywhiz.jooq.tables.records.ClientsRecord
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'keywhiz'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
r.getValue(CLIENTS.ID)
to
r.getId()
r.getValue(CLIENTS.NAME)
to
r.getName()
r.getValue(CLIENTS.DESCRIPTION)
to
r.getDescription()
r.getValue(CLIENTS.CREATEDAT)
to
r.getCreatedat()
r.getValue(CLIENTS.CREATEDBY)
to
r.getCreatedby()
r.getValue(CLIENTS.UPDATEDAT)
to
r.getUpdatedat()
r.getValue(CLIENTS.UPDATEDBY)
to
r.getUpdatedby()
r.getValue(CLIENTS.ENABLED)
to
r.getEnabled()
r.getValue(CLIENTS.AUTOMATIONALLOWED)
to
r.getAutomationallowed()