Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Identity

The identity properties of a table, if any.

Properties

Optional columnName

columnName: undefined | string

The name of the identity column.

Optional isAlways

isAlways: undefined | false | true

True if the identity value is GENERATED ALWAYS.

Optional isNull

isNull: undefined | false | true

True if the identity value is GENERATED BY DEFAULT ON NULL.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Identity): object

getJsonObj