Public Methods
Method | Description |
---|
BoundAttachments | Returns the BoundAttachments collection of this Object. |
ObjectPermissions | Returns the collection of Object Permissions for this object. |
UserComments | Returns the user comments collection associated with this Object. |
Public Properties
Property | Description |
---|
Datatype | Data type of the Snowflake Sequence. DATATYPE: String. |
DataWidth | Data width of the Snowflake Sequence. DATATYPE: String. |
Description | Description of the Snowflake Sequence. DATATYPE: String. |
GenPostSQL | Generate PostSQL of the Snowflake Sequence. DATATYPE: Boolean. |
GenPreSQL | Generate PreSQL of the Snowflake Sequence. DATATYPE: Boolean. |
GUID | GUID of the Snowflake Sequence. DATATYPE: String. |
ID | Returns the Snowflake Sequence ID. DATATYPE: Integer. |
IncrementBy | 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. |