このプロシージャは、カンマで区切られたキーと値のペアのリストを等号 (' = ') で区切ってキーと値のテーブルに変換します。
Parameters
Parameter | Description |
|---|---|
| Comma-separated string of properties; mandatory |
Attributes
Attribute | Type | Description |
|---|---|---|
| string | Parameter key |
| string | Parameter value |
Example
CALL UTILS.internal_expandProperties( properties => 'item1=10,item2=20');; この呼び出しは以下を返します:
