You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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.

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.
  • No labels