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.TableField<R,T> getField()
IDENTITY
column.Copyright © 2014. All Rights Reserved.