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