# Packages

No description provided by the author

# Functions

Wrapper around fmt.Sprintf to properly format queries for Snowflake.
ModifiedObjectByDdlOperationTypeString retrieves an enum value from the enum constants string name.
ModifiedObjectByDdlOperationTypeStrings returns a slice of all String values of the enum.
ModifiedObjectByDdlOperationTypeValues returns all values of the enum.
Parse the fully-qualitied Snowflake resource name in a SnowflakeObject: https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
SnowflakeObject represents (parsed) Snowflake objects.

# Type aliases

go:generate go run github.com/raito-io/enumer -type=ModifiedObjectByDdlOperationType -json -transform=upper -trimprefix=ModifiedObjectByDdlOperationType.