このプロシージャは、カンマで区切られたキーと値のペアのリストを等号 (' = ') で区切ってキーと値のテーブルに変換します。

Parameters

Parameter

Description

properties

A comma-separated string of properties in a key-value format; mandatory

Attributes

Attribute

Type

Description

name

string

Property name

value

string

Property value

Example

CALL UTILS.parsePropertiesString(
properties => 'item1=10,item2=20'
);;

この呼び出しは以下を返します:

UTILS.parsePropertiesString procedure available since v4.5