翻訳と辞書
Words near each other
・ Xpu Há
・ Xpuhil
・ Xpujil
・ Xputer
・ XPW Arena
・ XPW European Championship
・ XPW King of the Deathmatch Championship
・ XPW Television Championship
・ XPW World Heavyweight Championship
・ XPW World Tag Team Championship
・ XQ
・ Xq28
・ XQD card
・ XQT
・ XQuartz
XQuery
・ XQuery and XPath Data Model
・ XQuery API for Java
・ XQuery Update Facility
・ Xquic
・ XR
・ XR-2
・ XR-3 Hybrid
・ Xrate
・ XRay Magazine
・ Xray Sierra
・ XRC
・ XRCC1
・ XRCC2
・ XRCC3


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

XQuery : ウィキペディア英語版
XQuery

XQuery is a query and functional programming language that queries and transforms collections of structured and unstructured data, usually in the form of XML, text and with vendor-specific extensions for other data formats (JSON, binary, etc.). The language is developed by the XML Query working group of the W3C. The work is closely coordinated with the development of XSLT by the XSL Working Group; the two groups share responsibility for XPath, which is a subset of XQuery.
XQuery 1.0 became a W3C Recommendation on January 23, 2007.〔(【引用サイトリンク】title=XML and Semantic Web W3C Standards Timeline )
XQuery 3.0 became a W3C Recommendation on April 8, 2014.〔(【引用サイトリンク】 title=XQuery 3.0 Recommendation )
==Features==
XQuery is a functional, side effect-free, expression-oriented programming language with a simple type system, summed up by Kilpeläinen:
XQuery provides the means to extract and manipulate data from XML documents or any data source that can be viewed as XML, such as relational databases or office documents.
XQuery contains a superset of XPath expression syntax to address specific parts of an XML document. It supplements this with a SQL-like "FLWOR expression" for performing joins. A FLWOR expression is constructed from the five clauses after which it is named: FOR, LET, WHERE, ORDER BY, RETURN.
The language also provides syntax allowing new XML documents to be constructed. Where the element and attribute names are known in advance, an XML-like syntax can be used; in other cases, expressions referred to as dynamic node constructors are available. All these constructs are defined as expressions within the language, and can be arbitrarily nested.
The language is based on the XQuery and XPath Data Model (XDM) which uses a tree-structured model of the information content of an XML document, containing seven kinds of nodes: document nodes, elements, attributes, text nodes, comments, processing instructions, and namespaces.
XDM also models all values as sequences (a singleton value is considered to be a sequence of length one). The items in a sequence can either be XML nodes or atomic values. Atomic values may be integers, strings, booleans, and so on: the full list of types is based on the primitive types defined in XML Schema.
Features for updating XML documents or databases, and full text search capability, are not part of the core language, but are defined in add-on extension standards: XQuery Update Facility 1.0 supports update feature and XQuery and XPath Full Text 1.0 supports full text search in XML documents.
XQuery 3.0 adds support for full functional programming, in that functions are values that can be manipulated (stored in variables, passed to higher-order functions, and dynamically called).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「XQuery」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.