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.
NameName of the Snowflake Sequence. DATATYPE: String.
OwnerOwner of the Snowflake Sequence. DATATYPE: String.
PostSQLPostSQL of the Snowflake Sequence. DATATYPE: String.
PreSQLPreSQL of the Snowflake Sequence. DATATYPE: String.
StartWithValue with which the Snowflake Sequence starts. DATATYPE: String.

...