| Package | Description |
|---|---|
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<VAuthorRecord,String> |
VAuthor.ADDRESS
The table column
PUBLIC.V_AUTHOR.ADDRESS |
org.jooq.TableField<VAuthorRecord,Timestamp> |
VAuthor.DATE_OF_BIRTH
The table column
PUBLIC.V_AUTHOR.DATE_OF_BIRTH |
org.jooq.TableField<VAuthorRecord,String> |
VAuthor.FIRST_NAME
The table column
PUBLIC.V_AUTHOR.FIRST_NAME |
org.jooq.TableField<VAuthorRecord,Integer> |
VAuthor.ID
The table column
PUBLIC.V_AUTHOR.ID |
org.jooq.TableField<VAuthorRecord,String> |
VAuthor.LAST_NAME
The table column
PUBLIC.V_AUTHOR.LAST_NAME |
org.jooq.TableField<VAuthorRecord,Integer> |
VAuthor.YEAR_OF_BIRTH
The table column
PUBLIC.V_AUTHOR.YEAR_OF_BIRTH |
| Modifier and Type | Method and Description |
|---|---|
Class<VAuthorRecord> |
VAuthor.getRecordType()
The class holding records for this type
|
Copyright © 2012. All Rights Reserved.