| Package | Description |
|---|---|
| org.jooq.scala.example.h2 | |
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<TBooleansRecord> |
Keys.PK_T_BOOLEANS |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<TBooleansRecord,String> |
TBooleans.C_BOOLEAN
The table column
PUBLIC.T_BOOLEANS.C_BOOLEAN |
org.jooq.TableField<TBooleansRecord,Integer> |
TBooleans.ID
The table column
PUBLIC.T_BOOLEANS.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<TBooleansRecord,Integer> |
TBooleans.N_BOOLEAN
The table column
PUBLIC.T_BOOLEANS.N_BOOLEAN |
org.jooq.TableField<TBooleansRecord,Integer> |
TBooleans.ONE_ZERO
The table column
PUBLIC.T_BOOLEANS.ONE_ZERO |
org.jooq.TableField<TBooleansRecord,String> |
TBooleans.TRUE_FALSE_LC
The table column
PUBLIC.T_BOOLEANS.TRUE_FALSE_LC |
org.jooq.TableField<TBooleansRecord,String> |
TBooleans.TRUE_FALSE_UC
The table column
PUBLIC.T_BOOLEANS.TRUE_FALSE_UC |
org.jooq.TableField<TBooleansRecord,String> |
TBooleans.VC_BOOLEAN
The table column
PUBLIC.T_BOOLEANS.VC_BOOLEAN |
org.jooq.TableField<TBooleansRecord,String> |
TBooleans.Y_N_LC
The table column
PUBLIC.T_BOOLEANS.Y_N_LC |
org.jooq.TableField<TBooleansRecord,String> |
TBooleans.Y_N_UC
The table column
PUBLIC.T_BOOLEANS.Y_N_UC |
org.jooq.TableField<TBooleansRecord,String> |
TBooleans.YES_NO_LC
The table column
PUBLIC.T_BOOLEANS.YES_NO_LC |
org.jooq.TableField<TBooleansRecord,String> |
TBooleans.YES_NO_UC
The table column
PUBLIC.T_BOOLEANS.YES_NO_UC |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<TBooleansRecord>> |
TBooleans.getKeys() |
org.jooq.UniqueKey<TBooleansRecord> |
TBooleans.getMainKey() |
Class<TBooleansRecord> |
TBooleans.getRecordType()
The class holding records for this type
|
Copyright © 2012. All Rights Reserved.