|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TIdentityPkRecord | |
|---|---|
| org.jooq.util.maven.example.ase | |
| org.jooq.util.maven.example.ase.tables | |
| Uses of TIdentityPkRecord in org.jooq.util.maven.example.ase |
|---|
| Fields in org.jooq.util.maven.example.ase with type parameters of type TIdentityPkRecord | |
|---|---|
static org.jooq.Identity<TIdentityPkRecord,Integer> |
Keys.IDENTITY_T_IDENTITY_PK
|
static org.jooq.UniqueKey<TIdentityPkRecord> |
Keys.T_IDENTITY_PK__PK_T_IDENTITY_PK
|
| Uses of TIdentityPkRecord in org.jooq.util.maven.example.ase.tables |
|---|
| Fields in org.jooq.util.maven.example.ase.tables with type parameters of type TIdentityPkRecord | |
|---|---|
org.jooq.TableField<TIdentityPkRecord,Integer> |
TIdentityPk.ID
An uncommented item PRIMARY KEY |
org.jooq.TableField<TIdentityPkRecord,Integer> |
TIdentityPk.VAL
An uncommented item |
| Methods in org.jooq.util.maven.example.ase.tables that return types with arguments of type TIdentityPkRecord | |
|---|---|
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 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||