|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TLanguageRecord | |
|---|---|
| org.jooq.util.maven.example.mysql | |
| org.jooq.util.maven.example.mysql.tables | |
| org.jooq.util.maven.example.mysql.tables.records | |
| Uses of TLanguageRecord in org.jooq.util.maven.example.mysql |
|---|
| Fields in org.jooq.util.maven.example.mysql with type parameters of type TLanguageRecord | |
|---|---|
static org.jooq.ForeignKey<TBookRecord,TLanguageRecord> |
Keys.fk_t_book_language_id
|
static org.jooq.UniqueKey<TLanguageRecord> |
Keys.KEY_t_language_PRIMARY
|
| Uses of TLanguageRecord in org.jooq.util.maven.example.mysql.tables |
|---|
| Fields in org.jooq.util.maven.example.mysql.tables with type parameters of type TLanguageRecord | |
|---|---|
org.jooq.TableField<TLanguageRecord,String> |
TLanguage.CD
The language ISO code |
org.jooq.TableField<TLanguageRecord,String> |
TLanguage.DESCRIPTION
The language description |
org.jooq.TableField<TLanguageRecord,String> |
TLanguage.DESCRIPTION_ENGLISH
An uncommented item |
org.jooq.TableField<TLanguageRecord,Integer> |
TLanguage.ID
The language ID PRIMARY KEY |
| Methods in org.jooq.util.maven.example.mysql.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.mysql.tables.records |
|---|
| Methods in org.jooq.util.maven.example.mysql.tables.records that return TLanguageRecord | |
|---|---|
TLanguageRecord |
TBookRecord.fetchTLanguage()
The language of the book
FOREIGN KEY [test.t_book.LANGUAGE_ID]
REFERENCES t_language [test.t_language.ID]
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||