| Package | Description |
|---|---|
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<VBookRecord,Integer> |
VBook.AUTHOR_ID
The table column
PUBLIC.V_BOOK.AUTHOR_ID |
org.jooq.TableField<VBookRecord,Integer> |
VBook.CO_AUTHOR_ID
The table column
PUBLIC.V_BOOK.CO_AUTHOR_ID |
org.jooq.TableField<VBookRecord,byte[]> |
VBook.CONTENT_PDF
The table column
PUBLIC.V_BOOK.CONTENT_PDF |
org.jooq.TableField<VBookRecord,String> |
VBook.CONTENT_TEXT
The table column
PUBLIC.V_BOOK.CONTENT_TEXT |
org.jooq.TableField<VBookRecord,Integer> |
VBook.DETAILS_ID
The table column
PUBLIC.V_BOOK.DETAILS_ID |
org.jooq.TableField<VBookRecord,Integer> |
VBook.ID
The table column
PUBLIC.V_BOOK.ID |
org.jooq.TableField<VBookRecord,Integer> |
VBook.LANGUAGE_ID
The table column
PUBLIC.V_BOOK.LANGUAGE_ID |
org.jooq.TableField<VBookRecord,Integer> |
VBook.PUBLISHED_IN
The table column
PUBLIC.V_BOOK.PUBLISHED_IN |
org.jooq.TableField<VBookRecord,Timestamp> |
VBook.REC_TIMESTAMP
The table column
PUBLIC.V_BOOK.REC_TIMESTAMP |
org.jooq.TableField<VBookRecord,Integer> |
VBook.REC_VERSION
The table column
PUBLIC.V_BOOK.REC_VERSION |
org.jooq.TableField<VBookRecord,String> |
VBook.TITLE
The table column
PUBLIC.V_BOOK.TITLE |
| Modifier and Type | Method and Description |
|---|---|
Class<VBookRecord> |
VBook.getRecordType()
The class holding records for this type
|
Copyright © 2012. All Rights Reserved.