Property | Description |
---|
Datatype | Data type of the Snowflake Sequence. DATATYPE: String. |
DataWidth | Data width of the Snowflake Sequence. DATATYPE: String. |
Description | Description of the Snowflake Sequence. DATATYPE: String. |
GenPostSQL | Generate PostSQL of the Snowflake Sequence. DATATYPE: Boolean. |
GenPreSQL | Generate PreSQL of the Snowflake Sequence. DATATYPE: Boolean. |
GUID | GUID of the Snowflake Sequence. DATATYPE: String. |
ID | Returns the Snowflake Sequence ID. DATATYPE: Integer. |
IncrementBy | Value by which the Snowflake Sequence is incremented each time a new number is requested. DATATYPE: String. |
Name | Name of the Snowflake Sequence. DATATYPE: String. |
Owner | Owner of the Snowflake Sequence. DATATYPE: String. |
PostSQL | PostSQL of the Snowflake Sequence. DATATYPE: String. |
PreSQL | PreSQL of the Snowflake Sequence. DATATYPE: String. |
StartWith | Value with which the Snowflake Sequence starts. DATATYPE: String. |