Public Methods

MethodDescription
BoundAttachmentsReturns the BoundAttachments collection of this Object.
ObjectPermissionsReturns the collection of Object Permissions for this object.
UserCommentsReturns the user comments collection associated with this Object.

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.