R
- The IDENTITY
's owner table recordT
- The IDENTITY
's field typepublic interface Identity<R extends Record,T> extends Serializable
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.Modifier and Type | Method and Description |
---|---|
TableField<R,T> |
getField()
The
IDENTITY column. |
Table<R> |
getTable()
The
IDENTITY 's owner table |
TableField<R,T> getField()
IDENTITY
column.Copyright © 2014. All Rights Reserved.