|
identity_start
character_data
-
Applies to a feature not available in PostgreSQL>
+
+ If the column is an identity column, then the start value of the
+ internal sequence, else null.
+
|
identity_increment
character_data
-
Applies to a feature not available in PostgreSQL>
+
+ If the column is an identity column, then the increment of the internal
+ sequence, else null.
+
|
identity_maximum
character_data
-
Applies to a feature not available in PostgreSQL>
+
+ If the column is an identity column, then the maximum value of the
+ internal sequence, else null.
+
|
identity_minimum
character_data
-
Applies to a feature not available in PostgreSQL>
+
+ If the column is an identity column, then the minimum value of the
+ internal sequence, else null.
+
|
identity_cycle
yes_or_no
-
Applies to a feature not available in PostgreSQL>
+
+ If the column is an identity column, then YES if the
+ internal sequence cycles or NO if it does not;
+ otherwise null.
+
|