| Package | Description |
|---|---|
| org.jooq.scala.example.h2 | |
| org.jooq.scala.example.h2.tables |
| Modifier and Type | Field and Description |
|---|---|
static org.jooq.UniqueKey<TArraysRecord> |
Keys.PK_T_ARRAYS |
| Modifier and Type | Field and Description |
|---|---|
org.jooq.TableField<TArraysRecord,Object[]> |
TArrays.DATE_ARRAY
The table column
PUBLIC.T_ARRAYS.DATE_ARRAY
The SQL type of this item (ARRAY) could not be mapped. |
org.jooq.TableField<TArraysRecord,Integer> |
TArrays.ID
The table column
PUBLIC.T_ARRAYS.ID
This column is part of the table's PRIMARY KEY |
org.jooq.TableField<TArraysRecord,Object[]> |
TArrays.NUMBER_ARRAY
The table column
PUBLIC.T_ARRAYS.NUMBER_ARRAY
The SQL type of this item (ARRAY) could not be mapped. |
org.jooq.TableField<TArraysRecord,Object[]> |
TArrays.STRING_ARRAY
The table column
PUBLIC.T_ARRAYS.STRING_ARRAY
The SQL type of this item (ARRAY) could not be mapped. |
| Modifier and Type | Method and Description |
|---|---|
List<org.jooq.UniqueKey<TArraysRecord>> |
TArrays.getKeys() |
org.jooq.UniqueKey<TArraysRecord> |
TArrays.getMainKey() |
Class<TArraysRecord> |
TArrays.getRecordType()
The class holding records for this type
|
Copyright © 2012. All Rights Reserved.