Associative Array Type Definition
This is a translation reference to convert the Oracle Associative Array Declaration to Snowflake
Description
type_definition := TYPE IS TABLE OF datatype INDEX BY indexing_datatype;
indexing_datatype := { PLS_INTEGER
| BINARY_INTEGER
| string_datatype
}Sample Source Patterns
Varchar-indexed Associative Array
Oracle
Snowflake
Numeric-indexed Associative Array
Oracle
Snowflake
Record-element Numeric-indexed Associative Array
Oracle
Snowflake
Known Issues
1. They are currently not being recognized
Related EWIs
Last updated
