You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The DECFLOAT_FORMAT function returns a DECFLOAT(34) value that is based on the interpretation of the input string using the specified format."
1085
+
},
1086
+
"get_xml_file": {
1087
+
"prefix": "get_xml_file",
1088
+
"body": "get_xml_file(${1:string-expression})",
1089
+
"description": "The GET_XML_FILE function returns the data from a source stream file or a source physical file."
"description": "The INSTR function returns the starting position of a string (called the search-string) within another string (called the source-string)."
1130
+
},
1131
+
"json_array": {
1132
+
"prefix": "json_array",
1133
+
"body": "json_array(${1:json-expression})",
1134
+
"description": "The JSON_ARRAY function generates a JSON array either by explicitly listing the array elements or by using a query."
1135
+
},
1136
+
"json_object": {
1137
+
"prefix": "json_object",
1138
+
"body": "json_object( KEY ${1:key-name-expression+} VALUE ${2:json-expression+})",
1139
+
"description": "The JSON_OBJECT function generates a JSON object using the specified key:value pairs."
0 commit comments