|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TLanguageRecord | |
|---|---|
| org.jooq.util.maven.example.ase | |
| org.jooq.util.maven.example.ase.tables | |
| org.jooq.util.maven.example.ase.tables.records | |
| Uses of TLanguageRecord in org.jooq.util.maven.example.ase |
|---|
| Fields in org.jooq.util.maven.example.ase with type parameters of type TLanguageRecord | |
|---|---|
static org.jooq.ForeignKey<TBookRecord,TLanguageRecord> |
Keys.T_BOOK__FK_T_BOOK_LANGUAGE_ID
|
static org.jooq.UniqueKey<TLanguageRecord> |
Keys.T_LANGUAGE__PK_T_LANGUAGE
|
| Uses of TLanguageRecord in org.jooq.util.maven.example.ase.tables |
|---|
| Fields in org.jooq.util.maven.example.ase.tables with type parameters of type TLanguageRecord | |
|---|---|
org.jooq.TableField<TLanguageRecord,String> |
TLanguage.CD
An uncommented item |
org.jooq.TableField<TLanguageRecord,String> |
TLanguage.DESCRIPTION
An uncommented item |
org.jooq.TableField<TLanguageRecord,String> |
TLanguage.DESCRIPTION_ENGLISH
An uncommented item |
org.jooq.TableField<TLanguageRecord,Integer> |
TLanguage.ID
An uncommented item PRIMARY KEY |
| Methods in org.jooq.util.maven.example.ase.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.ase.tables.records |
|---|
| Methods in org.jooq.util.maven.example.ase.tables.records that return TLanguageRecord | |
|---|---|
TLanguageRecord |
TBookRecord.fetchTLanguage()
An uncommented item
CONSTRAINT t_book__fk_t_book_language_id
FOREIGN KEY (language_id)
REFERENCES dbo.t_language (id)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||