| Package | Description |
|---|---|
| org.jooq.scala.example.h2 | |
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<TDatesRecord> |
Keys.PK_T_DATES |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<TDatesRecord,Timestamp> |
TDates.D
The table column
PUBLIC.T_DATES.D |
org.jooq.TableField<TDatesRecord,Integer> |
TDates.D_INT
The table column
PUBLIC.T_DATES.D_INT |
org.jooq.TableField<TDatesRecord,Integer> |
TDates.ID
The table column
PUBLIC.T_DATES.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<TDatesRecord,Time> |
TDates.T
The table column
PUBLIC.T_DATES.T |
org.jooq.TableField<TDatesRecord,Timestamp> |
TDates.TS
The table column
PUBLIC.T_DATES.TS |
org.jooq.TableField<TDatesRecord,Long> |
TDates.TS_BIGINT
The table column
PUBLIC.T_DATES.TS_BIGINT |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<TDatesRecord>> |
TDates.getKeys() |
org.jooq.UniqueKey<TDatesRecord> |
TDates.getMainKey() |
Class<TDatesRecord> |
TDates.getRecordType()
The class holding records for this type
|
Copyright © 2012. All Rights Reserved.