| Package | Description |
|---|---|
| org.jooq.scala.example.h2 | |
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.Identity<TIdentityPkRecord,Integer> |
Keys.IDENTITY_T_IDENTITY_PK |
static org.jooq.UniqueKey<TIdentityPkRecord> |
Keys.PK_T_IDENTITY_PK |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<TIdentityPkRecord,Integer> |
TIdentityPk.ID
The table column
PUBLIC.T_IDENTITY_PK.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<TIdentityPkRecord,Integer> |
TIdentityPk.VAL
The table column
PUBLIC.T_IDENTITY_PK.VAL |
| Modifier and Type | Method and Description |
|---|---|
org.jooq.Identity<TIdentityPkRecord,Integer> |
TIdentityPk.getIdentity() |
List<org.jooq.UniqueKey<TIdentityPkRecord>> |
TIdentityPk.getKeys() |
org.jooq.UniqueKey<TIdentityPkRecord> |
TIdentityPk.getMainKey() |
Class<TIdentityPkRecord> |
TIdentityPk.getRecordType()
The class holding records for this type
|
Copyright © 2012. All Rights Reserved.