| Package | Description |
|---|---|
| org.jooq.scala.example.h2 | |
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.Identity<TIdentityRecord,Integer> |
Keys.IDENTITY_T_IDENTITY |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<TIdentityRecord,Integer> |
TIdentity.ID
The table column
PUBLIC.T_IDENTITY.ID |
org.jooq.TableField<TIdentityRecord,Integer> |
TIdentity.VAL
The table column
PUBLIC.T_IDENTITY.VAL |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.Identity<TIdentityRecord,Integer> |
TIdentity.getIdentity() |
Class<TIdentityRecord> |
TIdentity.getRecordType()
The class holding records for this type
|
Copyright © 2012. All Rights Reserved.