|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TLanguageRecord | |
|---|---|
| org.jooq.util.maven.example.postgres | |
| org.jooq.util.maven.example.postgres.tables | |
| org.jooq.util.maven.example.postgres.tables.records | |
| Uses of TLanguageRecord in org.jooq.util.maven.example.postgres |
|---|
| Fields in org.jooq.util.maven.example.postgres with type parameters of type TLanguageRecord | |
|---|---|
static org.jooq.UniqueKey<TLanguageRecord> |
Keys.PK_T_LANGUAGE
|
static org.jooq.ForeignKey<TBookRecord,TLanguageRecord> |
Keys.T_BOOK__FK_T_BOOK_LANGUAGE_ID
|
| Uses of TLanguageRecord in org.jooq.util.maven.example.postgres.tables |
|---|
| Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type TLanguageRecord | |
|---|---|
static org.jooq.TableField<TLanguageRecord,String> |
TLanguage.CD
An uncommented item |
static org.jooq.TableField<TLanguageRecord,String> |
TLanguage.DESCRIPTION
An uncommented item |
static org.jooq.TableField<TLanguageRecord,String> |
TLanguage.DESCRIPTION_ENGLISH
An uncommented item |
static org.jooq.TableField<TLanguageRecord,Integer> |
TLanguage.ID
An uncommented item PRIMARY KEY |
| Methods in org.jooq.util.maven.example.postgres.tables that return types with arguments of type TLanguageRecord | |
|---|---|
List<org.jooq.UniqueKey<TLanguageRecord>> |
TLanguage.getKeys()
|
org.jooq.UniqueKey<TLanguageRecord> |
TLanguage.getMainKey()
|
Class<TLanguageRecord> |
TLanguage.getRecordType()
The class holding records for this type |
| Uses of TLanguageRecord in org.jooq.util.maven.example.postgres.tables.records |
|---|
| Methods in org.jooq.util.maven.example.postgres.tables.records that return TLanguageRecord | |
|---|---|
TLanguageRecord |
TBookRecord.fetchTLanguage()
An uncommented item
CONSTRAINT t_book__fk_t_book_language_id
FOREIGN KEY (language_id)
REFERENCES public.t_language (id)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||