jxq
作者jxq2022-12-13 12:34
其它, gbase

标准数据库技术词汇之ISO/IEC 9075-2(4)

字数 2346阅读 648评论 0赞 0

前言
ISO/IEC 2382(1)
ISO/IEC 2382(2)
ISO/IEC 2382(3)
ISO/IEC 2382(4)
ISO/IEC 2382(5)
ISO/IEC 2382(6)
ISO/IEC 2382(7)
ISO/IEC 2382(8)
ISO/IEC 2382(9)
ISO/IEC 2382(10)
ISO/IEC 2382(11)
ISO/IEC 2382(12)
ISO/IEC 2382(13)
ISO/IEC 9075-1(1)
ISO/IEC 9075-1(2)
ISO/IEC 9075-1(3)
ISO/IEC 9075-2(1)
ISO/IEC 9075-2(2)
ISO/IEC 9075-2(3)

ISO/IEC 9075-2(4)

interface (of a user-defined type)
set comprising every function such that the declared type of at least one of its parameters or its result is that user-defined type
(用户定义类型 的 )接口
由每个函数组成的集合,使得至少一个其参数或其结果的声明类型是该用户定义类型

JSON array
structure represented by a “[”, zero or more elements separated by “,”, and “]”
JSON 数组
由“[” 、 零个或多个 以 “,”分隔的元素 , 以及 “]”表示的结构

JSON Boolean
JSON literal “true” or JSON literal “false”
JSON布尔值
JSON文字“true” 或JSON文字“false”

JSON element
JSON text fragment that is a JSON value in a JSON array
JSON元素
JSON文本片段,为JSON数组中的JSON值

JSON data model
implicit data model associated with JSON
JSON数据模型
与JSON相关的隐式数据模型

JSON member (also known as a “name-value pair”; the name is sometimes called a “key” and the second value is sometimes called a “bound value”)
JSON string followed by a colon followed by a JSON value in a JSON object
JSON成员
名 - 值对
JSON串后跟冒号,后跟JSON对象中的JSON值
注:“名 - 值对”中的名有时称为“键”,第二个值有时称为“绑定值” 。

JSON null
JSON literal “null”; a JSON null is distinct from an SQL null value and from an SQL/JSON null
JSON空
JSON文字“null”;JSON空不同于SQL空值,也不同于SQL/JSON空

JSON number
Unicode character string comprising an integer part, optionally followed by a fractional part and/or an exponent part
JSON数
Unicode字符串,由整数部分、可选后跟小数部分和/或指数部分组成

JSON object
structure represented by a “{”, zero or more members separated by “,”, and “}”
JSON对象
由“{”、零个或多个以“,”分隔的成员,以及“}”表示的结构

JSON string (applies only to JSON tokens in JSON text)
Unicode character string; some characters must be “escaped” by preceding them with a reverse solidus (“\”), while any or all characters can be represented in “Unicode notation” comprising the string “\u” followed by four hexadecimal digits or two such strings representing the UTF-16 surrogate pairs representing characters not on the Basic Multilingual Plane (strings are surrounded by double-quote characters, which are not part of the value of the strings)
JSON串
Unicode字符串;某些字符必须通过在它们前面加上反斜线(“\”)来“转义”,而任何或所有字符都可以“Unicode表示法”表示,包含串“\u”,后跟四个十六进制数字或两个这样的串,表示UTF-16替代 对,表示不在“基本多文种平面”上的字符(由双引号字符括起串,双引号字符不是串值的一部分)
注: 仅适用于JSON文本中的JSON令牌 。

如果觉得我的文章对您有用,请点赞。您的支持将鼓励我继续创作!

0

添加新评论0 条评论

Ctrl+Enter 发表

作者其他文章

相关文章

相关问题

相关资料

X社区推广