Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Public Properties

PropertyDescription
DatatypeData type of the Snowflake Sequence. DATATYPE: String.
DataWidthData width of the Snowflake Sequence. DATATYPE: String.
DescriptionDescription of the Snowflake Sequence. DATATYPE: String.
GenPostSQLGenerate PostSQL of the Snowflake Sequence. DATATYPE: Boolean.
GenPreSQLGenerate PreSQL of the Snowflake Sequence. DATATYPE: Boolean.
GUIDGUID of the Snowflake Sequence. DATATYPE: String.
IDReturns the Snowflake Sequence ID. DATATYPE: Integer.
IncrementByValue 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.

...