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