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