isIdentity property

bool isIdentity
final

Indicates whether the column is an identity column (e.g., auto-incrementing). For PostgreSQL, this corresponds to is_identity = \'YES\'.

Implementation

final bool isIdentity;