| Package | Description |
|---|---|
| org.jooq.scala.example.h2 | |
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<T_639NumbersTableRecord> |
Keys.PK_T_639_NUMBERS_TABLE |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<T_639NumbersTableRecord,BigDecimal> |
T_639NumbersTable.BIG_DECIMAL
The table column
PUBLIC.T_639_NUMBERS_TABLE.BIG_DECIMAL |
org.jooq.TableField<T_639NumbersTableRecord,BigInteger> |
T_639NumbersTable.BIG_INTEGER
The table column
PUBLIC.T_639_NUMBERS_TABLE.BIG_INTEGER |
org.jooq.TableField<T_639NumbersTableRecord,Byte> |
T_639NumbersTable.BYTE
The table column
PUBLIC.T_639_NUMBERS_TABLE.BYTE |
org.jooq.TableField<T_639NumbersTableRecord,Byte> |
T_639NumbersTable.BYTE_DECIMAL
The table column
PUBLIC.T_639_NUMBERS_TABLE.BYTE_DECIMAL |
org.jooq.TableField<T_639NumbersTableRecord,Double> |
T_639NumbersTable.DOUBLE
The table column
PUBLIC.T_639_NUMBERS_TABLE.DOUBLE |
org.jooq.TableField<T_639NumbersTableRecord,Float> |
T_639NumbersTable.FLOAT
The table column
PUBLIC.T_639_NUMBERS_TABLE.FLOAT |
org.jooq.TableField<T_639NumbersTableRecord,Integer> |
T_639NumbersTable.ID
The table column
PUBLIC.T_639_NUMBERS_TABLE.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<T_639NumbersTableRecord,Integer> |
T_639NumbersTable.INTEGER
The table column
PUBLIC.T_639_NUMBERS_TABLE.INTEGER |
org.jooq.TableField<T_639NumbersTableRecord,Integer> |
T_639NumbersTable.INTEGER_DECIMAL
The table column
PUBLIC.T_639_NUMBERS_TABLE.INTEGER_DECIMAL |
org.jooq.TableField<T_639NumbersTableRecord,Long> |
T_639NumbersTable.LONG
The table column
PUBLIC.T_639_NUMBERS_TABLE.LONG |
org.jooq.TableField<T_639NumbersTableRecord,Long> |
T_639NumbersTable.LONG_DECIMAL
The table column
PUBLIC.T_639_NUMBERS_TABLE.LONG_DECIMAL |
org.jooq.TableField<T_639NumbersTableRecord,Short> |
T_639NumbersTable.SHORT
The table column
PUBLIC.T_639_NUMBERS_TABLE.SHORT |
org.jooq.TableField<T_639NumbersTableRecord,Short> |
T_639NumbersTable.SHORT_DECIMAL
The table column
PUBLIC.T_639_NUMBERS_TABLE.SHORT_DECIMAL |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<T_639NumbersTableRecord>> |
T_639NumbersTable.getKeys() |
org.jooq.UniqueKey<T_639NumbersTableRecord> |
T_639NumbersTable.getMainKey() |
Class<T_639NumbersTableRecord> |
T_639NumbersTable.getRecordType()
The class holding records for this type
|
Copyright © 2012. All Rights Reserved.