|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
R - The IDENTITY's owner table recordT - The IDENTITY's field typepublic interface Identity<R extends Record,T>
An Identity is an object representing an IDENTITY
column as understood by the SQL:2003 standard. In most RDBMS, this is
actually called an IDENTITY column. Some RDMBS such as MySQL
call it AUTO_INCREMENT columns.
| Method Summary | |
|---|---|
TableField<R,T> |
getField()
The IDENTITY column. |
Table<R> |
getTable()
The IDENTITY's owner table |
| Method Detail |
|---|
Table<R> getTable()
IDENTITY's owner table
TableField<R,T> getField()
IDENTITY column.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||