JP2002132551A - Database system - Google Patents

Database system

Info

Publication number
JP2002132551A
JP2002132551A JP2000318329A JP2000318329A JP2002132551A JP 2002132551 A JP2002132551 A JP 2002132551A JP 2000318329 A JP2000318329 A JP 2000318329A JP 2000318329 A JP2000318329 A JP 2000318329A JP 2002132551 A JP2002132551 A JP 2002132551A
Authority
JP
Japan
Prior art keywords
data
xml
definition information
command
storage area
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2000318329A
Other languages
Japanese (ja)
Inventor
Yasutaka Wada
康孝 和田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2000318329A priority Critical patent/JP2002132551A/en
Publication of JP2002132551A publication Critical patent/JP2002132551A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a database system capable of treating XML data without new designing and creating of data definition command and capable of operating the XML data with SQL language. SOLUTION: In the system, an analysis control means 1 of XML defining information creates XML defining information to define a storage format and data storage space from defining information of inputted the XML data. A SQL conversion means 9 of data define command converts the XML defining information and a space creating command created by the means 1 into data configuration defining information of SQL and a space creating command of SQL. A SQL converting means 10 of data operating command converts XML data operating commands outputted from a storage control means 4 of the XML data, an update control means 5 of the XML data, a searching control means 6 of the XML data and a deletion control means 7 of the XML data into SQL data operating commands.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、大量のデータの保
管スペースの節約や、データの検索の高速化を目的とし
て用いられるデータベースシステムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a database system used to save a large amount of data storage space and to speed up data retrieval.

【0002】[0002]

【従来の技術】図11は、従来のデータベースシステム
の構成を示すブロック図である。図11に示すように、
データベースシステムは、データベース管理部201
と、定義情報記憶領域2と、データ格納記憶領域8とか
ら構成されている。
2. Description of the Related Art FIG. 11 is a block diagram showing the configuration of a conventional database system. As shown in FIG.
The database system includes a database management unit 201
, A definition information storage area 2, and a data storage storage area 8.

【0003】データ定義命令14がアプリケーション1
1からデータベース管理部201へ送信されると、デー
タベース管理部201は、そのデータ定義命令14を解
析し、処理可能なデータ形式等の定義情報を定義情報記
憶領域2へ格納する。次に、データベース管理部201
は、格納された定義情報に従ったデータをデータ格納記
憶領域8に格納するための領域作成命令を作成し、その
データを格納するデータ格納領域を決定する。
[0003] The data definition instruction 14 corresponds to the application 1
When the database management unit 201 transmits the data definition command 14 to the database management unit 201, the database management unit 201 stores definition information such as a data format that can be processed in the definition information storage area 2. Next, the database management unit 201
Creates an area creation command for storing data in accordance with the stored definition information in the data storage area 8, and determines a data storage area for storing the data.

【0004】そして、データ操作命令22がアプリケー
ション11から送信されてきた場合、データベース管理
部201は、まず、そのデータ操作命令22が、データ
の格納命令、更新命令、検索命令、削除命令のいずれで
あるかを判断する。
When the data operation command 22 is transmitted from the application 11, the database management unit 201 first determines whether the data operation command 22 is a data storage command, an update command, a search command, or a delete command. Determine if there is.

【0005】データ操作命令22が格納命令である場合
には、データベース管理部201は、定義情報記憶領域
2に格納されている定義情報を確認して、データ格納記
憶領域8に格納対象となっているデータを格納する。
When the data operation command 22 is a storage command, the database management unit 201 checks the definition information stored in the definition information storage area 2 and stores the definition information in the data storage storage area 8. Store the data that

【0006】データ操作命令22が更新命令である場合
には、データベース管理部201は、定義情報記憶領域
2に格納されている定義情報を確認して、データ格納記
憶領域8から更新対象となっているデータを検索し、そ
のデータを更新する。
When the data operation command 22 is an update command, the database management unit 201 checks the definition information stored in the definition information storage area 2 and updates the definition information from the data storage storage area 8 to be updated. Search for existing data and update that data.

【0007】データ操作命令22が検索命令である場合
には、データベース管理部201は、定義情報記憶領域
2に格納されている定義情報を確認して、データ格納記
憶領域8から検索条件を満たすデータを検索し、検索結
果をアプリケーション11へ返却する。
If the data operation command 22 is a search command, the database management unit 201 checks the definition information stored in the definition information storage area 2 and retrieves from the data storage storage area 8 data satisfying the search condition. And returns the search result to the application 11.

【0008】データ操作命令22が削除命令である場合
には、データベース管理部201は、定義情報記憶領域
2に格納されている定義情報を確認して、データ格納記
憶領域8から削除対象となっているデータを検索し、そ
のデータを削除する。
When the data operation command 22 is a delete command, the database management unit 201 checks the definition information stored in the definition information storage area 2 and deletes the definition information from the data storage storage area 8. Search for data that exists and delete that data.

【0009】一方、データをソフトウェアに受け渡すこ
とを容易にするための言語としてXML(eXtensible M
arkup Language)がある。XMLによれば、タグを任意
に定義することにより、記述された情報がどのようなデ
ータであるかを上記タグにより記述することが可能とな
るので、コンピュータ側におけるデータ処理を行うアプ
リケーションは、記述された情報を取り込んで、演算処
理したり、データベース化したりすることができる。な
お、XMLで記述されたデータをXMLデータという。
On the other hand, XML (eXtensible M) is a language for facilitating the transfer of data to software.
arkup Language). According to XML, by arbitrarily defining a tag, it is possible to describe what kind of data the described information is with the tag. Therefore, an application that performs data processing on the computer side can use the description. The obtained information can be taken in, processed for calculation, or made into a database. Note that data described in XML is called XML data.

【0010】しかし、このようなXMLデータをデータ
ベースシステムで取り扱おうとする場合には、XMLデ
ータの属性をデータベースシステムが利用可能なデータ
属性に当てはめなければならないため、データベースシ
ステムに入力するデータ定義命令を新たに設計、作成し
なければならないという問題があった。
However, when such XML data is to be handled by the database system, the attributes of the XML data must be applied to the data attributes that can be used by the database system. Has to be newly designed and created.

【0011】また、XMLデータを取り扱うことができ
るデータベースシステムでは、XMLデータの格納形式
が一般的にデータベースシステムに用いられているSQ
L(Structured Query Language)の格納形式と異なっ
ているため、SQL言語によってXMLデータを操作す
ることができないという問題があった。
In a database system capable of handling XML data, the storage format of the XML data is SQ which is generally used in the database system.
Since the storage format is different from the storage format of L (Structured Query Language), there is a problem that the XML data cannot be operated by the SQL language.

【0012】[0012]

【発明が解決しようとする課題】以上述べたように、従
来のデータベースシステムでは、XMLデータをデータ
ベースシステムで取り扱おうとする場合には、XMLデ
ータの属性をデータベースシステムが利用可能なデータ
属性に当てはめなければならないため、データベースシ
ステムに入力するデータ定義命令を新たに設計、作成し
なければならないという問題があった。
As described above, in the conventional database system, when the XML data is to be handled by the database system, the attributes of the XML data are applied to the data attributes that can be used by the database system. Therefore, there is a problem that a data definition command to be input to the database system must be newly designed and created.

【0013】また、XMLデータの格納形式がSQLの
格納形式と異なっているため、SQL言語によってXM
Lデータを操作することができないという問題があっ
た。
Further, since the storage format of the XML data is different from the storage format of the SQL, the XML
There is a problem that L data cannot be operated.

【0014】本発明は、データ定義命令を新たに設計、
作成しなくても、XMLデータを取り扱うことができる
データベースシステムを提供することを目的とする。
According to the present invention, a data definition instruction is newly designed,
An object is to provide a database system that can handle XML data without creating it.

【0015】また、本発明は、SQL言語によってXM
Lデータを操作することができるデータベースシステム
を提供することを目的とする。
Further, the present invention provides an XML-based
An object of the present invention is to provide a database system capable of operating L data.

【0016】[0016]

【課題を解決するための手段】上記課題を解決するため
に、本発明のデータベースシステムでは、データを記憶
するデータ格納記憶領域と、該データ格納記憶領域に格
納されるデータの格納形式を規定する定義情報を記憶す
る定義情報記憶領域と、入力されたデータ定義命令を解
析して前記定義情報を定義情報記憶領域へ格納するとと
もに、前記定義情報に従ってデータを格納するためのデ
ータ格納領域を前記データ格納記憶領域に作成するため
の領域作成命令を作成して前記データ格納記憶領域のデ
ータ格納領域を決定し、入力されたデータ操作命令に従
って前記定義情報を確認して、前記データ格納記憶領域
に格納されているデータの格納、更新、検索、削除を行
なうデータベース管理部とを備えるデータベースシステ
ムにおいて、前記データベース管理部は、前記データ定
義命令としてXML定義情報が入力されるとXMLデー
タの格納形式を規定するXML定義情報を解析し、前記
XML定義情報を前記定義情報記憶領域へ格納し、前記
XML定義情報に従ってXMLデータを格納するための
データ格納領域を前記データ格納記憶領域に作成するた
めの領域作成命令を作成するXML定義情報解析管理手
段と、入力されたデータ操作命令がXMLデータの格納
命令、更新命令、検索命令、検索命令、削除命令のいず
れであるかを解析するデータ操作言語解析手段と、前記
データ操作命令がXMLデータ格納命令であった場合、
前記定義情報記憶領域を参照して前記XML定義情報を
確認し、格納対象となっているXMLデータを前記デー
タ格納記憶領域に格納するXML格納管理手段と、前記
データ操作命令がXMLデータ更新命令であった場合、
前記定義情報記憶領域を参照して前記XML定義情報を
確認し、更新対象となっているXMLデータを前記デー
タ格納記憶領域から検索し、該XMLデータの更新を行
なうXML更新管理手段と、前記データ操作命令がXM
Lデータ検索命令であった場合、前記定義情報記憶領域
を参照して前記XML定義情報を確認し、検索対象とな
っているXMLデータを前記データ格納記憶領域から検
索し、検索結果を返却するXML検索管理手段と、前記
データ操作命令がXMLデータ削除命令であった場合、
前記定義情報記憶領域を参照して前記XML定義情報を
確認し、前記データ格納記憶領域において削除対象とな
っているXMLデータを検索し、該XMLデータの削除
を行なうXML削除管理手段とを備えることを特徴とす
る。
In order to solve the above problems, a database system of the present invention specifies a data storage area for storing data and a storage format of data stored in the data storage area. A definition information storage area for storing definition information, and a data storage area for storing data according to the definition information while analyzing the input data definition command and storing the definition information in the definition information storage area. An area creation command for creating a storage area is created, a data storage area of the data storage area is determined, the definition information is confirmed according to an input data operation instruction, and the data is stored in the data storage area. A database management unit for storing, updating, retrieving and deleting data that has been When the XML definition information is input as the data definition command, the database management unit analyzes the XML definition information that specifies the storage format of the XML data, stores the XML definition information in the definition information storage area, and stores the XML definition information in the XML information. XML definition information analysis management means for creating an area creation command for creating a data storage area for storing XML data in the data storage area in accordance with the information, and an input data operation instruction being an XML data storage instruction; A data manipulation language analyzing unit for analyzing whether the command is an update command, a search command, a search command, or a delete command; and if the data manipulation command is an XML data storage command,
An XML storage management unit that checks the XML definition information with reference to the definition information storage area and stores the XML data to be stored in the data storage storage area; and wherein the data manipulation instruction is an XML data update instruction. If there is
XML update management means for checking the XML definition information with reference to the definition information storage area, searching the data storage storage area for XML data to be updated, and updating the XML data; Operation command is XM
If the command is an L data search instruction, the XML definition information is checked with reference to the definition information storage area, XML data to be searched is searched from the data storage storage area, and an XML that returns a search result is returned. A search management unit, wherein the data operation instruction is an XML data deletion instruction;
XML deletion management means for checking the XML definition information with reference to the definition information storage area, searching the data storage storage area for XML data to be deleted, and deleting the XML data. It is characterized by.

【0017】本発明のデータベースシステムでは、XM
L定義情報解析管理手段を備えることによって、XML
定義情報をデータ定義命令として用いることができるた
め、データ定義命令を新たに設計、作成しなくても、X
MLデータを取り扱うことができる。
In the database system of the present invention, XM
By providing the L definition information analysis management means, the XML
Since the definition information can be used as a data definition command, the X data can be used without newly designing and creating a data definition command.
ML data can be handled.

【0018】また、本発明の他のデータベースシステム
では、前記XML定義情報解析管理手段によって解析さ
れた前記XML定義情報および領域作成命令を、SQL
のデータ構造定義情報およびSQLの領域作成命令に変
換するデータ定義命令SQL変換手段と、前記XMLデ
ータ格納管理手段と前記XMLデータ更新管理手段と前
記XMLデータ検索管理手段と前記XMLデータ削除管
理手段とから出力されたデータ操作命令をSQLデータ
操作命令に変換して実行するデータ操作命令SQL変換
手段とをさらに備える。
In another database system according to the present invention, the XML definition information and the area creation command analyzed by the XML definition information analysis management means are stored in an SQL
A data definition command SQL conversion means for converting the data structure definition information into an SQL area creation command, the XML data storage management means, the XML data update management means, the XML data search management means, and the XML data deletion management means. And a data manipulation command SQL conversion means for converting the data manipulation command output from the SQL to a SQL data manipulation command and executing the data manipulation command.

【0019】本発明のデータベースシステムでは、デー
タ定義命令SQL変換手段と、データ操作命令SQL変
換手段とを備えることによって、XML定義情報をSQ
L定義情報に変換し、XMLデータ操作命令をSQLデ
ータ操作命令に変換することができるため、SQL言語
によってデータベース内のXMLデータを操作すること
ができる。
In the database system of the present invention, the data definition command SQL conversion means and the data operation command SQL conversion means are provided, so that the XML definition information can be converted to SQL data.
Since it can be converted into L definition information and the XML data operation instruction can be converted into the SQL data operation instruction, the XML data in the database can be operated by the SQL language.

【0020】[0020]

【発明の実施の形態】次に、本発明の実施形態のデータ
ベースシステムについて図面を参照して詳細に説明す
る。なお、全図において同一の符号がつけられている構
成要素はすべて同一のものを示す。
Next, a database system according to an embodiment of the present invention will be described in detail with reference to the drawings. Note that all components denoted by the same reference numerals in all drawings indicate the same components.

【0021】(第1の実施形態)図1は、本発明の第1
の実施形態のデータベースシステムの構成を示すブロッ
ク図である。図1に示すように、本実施形態のデータベ
ースシステムは、データベース管理部101と、定義情
報記憶領域2と、データ格納記憶領域8とから構成され
ている。また、データベース管理部101は、XML定
義情報解析管理手段1と、データ操作言語解析手段3
と、XML格納管理手段4と、XML更新管理手段5
と、XML検索管理手段6と、XML削除管理手段7と
を備えている。
(First Embodiment) FIG. 1 shows a first embodiment of the present invention.
It is a block diagram showing the composition of the database system of an embodiment. As shown in FIG. 1, the database system according to the present embodiment includes a database management unit 101, a definition information storage area 2, and a data storage storage area 8. The database management unit 101 includes an XML definition information analysis management unit 1 and a data operation language analysis unit 3
XML storage management means 4 and XML update management means 5
, An XML search management unit 6 and an XML deletion management unit 7.

【0022】XML定義情報解析管理手段1は、XML
定義情報入力手段1AとXML定義情報解析実行手段1
Bと定義情報出力手段1Cとデータ格納領域作成手段1
Dとを備えている。さらに、XML格納管理手段4はX
MLデータ格納実行手段4Aを備えており、XML更新
管理手段5はXMLデータ更新実行手段5Aを備えてお
り、XML検索管理手段6はXMLデータ検索実行手段
6Aを備えており、XML削除管理手段7はXMLデー
タ削除実行手段7Aを備えている。
The XML definition information analysis management means 1 is an XML
Definition information input means 1A and XML definition information analysis execution means 1
B, definition information output means 1C, and data storage area creation means 1
D. Further, the XML storage management means 4
An XML data storage execution unit 4A is provided, an XML update management unit 5 is provided with an XML data update execution unit 5A, an XML search management unit 6 is provided with an XML data search execution unit 6A, and an XML deletion management unit 7 is provided. Is provided with XML data deletion executing means 7A.

【0023】次に、本実施形態のデータベースシステム
の動作について説明する。図2は、XML定義情報13
が入力される際の本実施形態のデータベースシステムの
動作を示すフローチャートである。
Next, the operation of the database system of this embodiment will be described. FIG. 2 shows the XML definition information 13
5 is a flowchart showing the operation of the database system of the present embodiment when a is input.

【0024】まず、XML定義情報13がXML定義情
報入力手段1Aを通じてXML定義情報解析管理手段1
に入力されると(ステップA1)、XML定義情報解析
実行手段1Bは、XML定義情報13を解析してXML
データの格納形式を規定するXML定義情報を作成す
る。その際には、利用者の指定によりその格納形式をX
MLデータの形式そのものとすることもできる(ステッ
プA2)。次に、XML定義情報解析実行手段1Bによ
って作成されたXML定義情報は、定義情報出力手段1
Cによって出力され、定義情報記憶領域2へ格納される
(ステップA3)。その後、格納されたXML定義情報
に従ったXMLデータをデータ格納記憶領域8に格納す
るための領域作成命令がデータ格納領域作成手段1Dに
よって作成され、そのデータを格納するデータ格納領域
が決定される(ステップA4)。
First, the XML definition information 13 is transmitted to the XML definition information analysis management unit 1 through the XML definition information input unit 1A.
(Step A1), the XML definition information analysis execution unit 1B analyzes the XML definition information 13 and
Create XML definition information that specifies the data storage format. In this case, the storage format is X
The format itself of the ML data can be used (step A2). Next, the XML definition information created by the XML definition information analysis executing means 1B is
C, and is stored in the definition information storage area 2 (step A3). Thereafter, an area creation command for storing the XML data according to the stored XML definition information in the data storage area 8 is created by the data storage area creation means 1D, and the data storage area for storing the data is determined. (Step A4).

【0025】図3は、データの格納、更新、検索、削除
を行なう際の本実施形態のデータベースシステムの動作
を示すフローチャートである。アプリケーション11か
らデータ操作命令22がデータ操作言語解析手段3に入
力されると、データ操作言語解析手段3は、そのデータ
操作命令22を解析し(ステップB1)、データ操作命
令22がXMLデータ格納命令であるか否かチェックす
る(ステップB2)。
FIG. 3 is a flowchart showing the operation of the database system of this embodiment when storing, updating, searching, and deleting data. When the data operation instruction 22 is input from the application 11 to the data operation language analysis means 3, the data operation language analysis means 3 analyzes the data operation instruction 22 (step B1), and the data operation instruction 22 is changed to the XML data storage instruction. Is checked (step B2).

【0026】データ操作命令22がXMLデータ格納命
令であった場合には、処理がXML格納管理手段4に移
行し、XMLデータ格納実行手段4Aは定義情報記憶領
域2を参照してその格納領域、格納形式を確認し、格納
対象となっているXMLデータをデータ格納記憶領域8
に格納する(ステップB3)。
If the data operation instruction 22 is an XML data storage instruction, the processing shifts to the XML storage management means 4, and the XML data storage execution means 4A refers to the definition information storage area 2 and The storage format is checked, and the XML data to be stored is stored in the data storage area 8.
(Step B3).

【0027】ステップB2において、データ操作命令2
2がXMLデータ格納命令でなかった場合、データ操作
言語解析手段3は、データ操作命令22がXMLデータ
更新命令であるか否かをチェックする(ステップB
4)。データ操作命令22がXMLデータ更新命令であ
った場合、処理がXML更新管理手段5に移行し、XM
Lデータ更新実行手段5Aは、定義情報記憶領域2を参
照してデータの格納領域、格納形式を確認し、更新対象
となっているXMLデータをデータ格納記憶領域8から
検索し、そのXMLデータの更新を行なう(ステップB
5)。
In step B2, the data operation instruction 2
2 is not an XML data storage command, the data manipulation language analysis means 3 checks whether the data manipulation command 22 is an XML data update command (step B).
4). If the data operation instruction 22 is an XML data update instruction, the processing shifts to the XML update management means 5, and the
The L data update execution unit 5A checks the data storage area and storage format with reference to the definition information storage area 2, searches the data storage storage area 8 for the XML data to be updated, and Update (Step B
5).

【0028】ステップB4において、データ操作命令2
2がXMLデータ更新命令でなかった場合には、データ
操作言語解析手段3は、データ操作命令22がXMLデ
ータ検索命令であるか否かをチェックする(ステップB
6)。
In step B4, the data operation instruction 2
2 is not an XML data update command, the data manipulation language analysis unit 3 checks whether the data manipulation command 22 is an XML data search command (step B).
6).

【0029】データ操作命令22がXMLデータ検索命
令であった場合には、処理がXML検索管理手段6に移
行し、データ検索実行手段6Aは、XMLデータ検索実
行手段6Aによって定義情報記憶領域2を参照してデー
タの格納領域、格納形式を確認し、検索対象となってい
るXMLデータをデータ格納記憶領域8から検索し、X
MLデータの検索結果をアプリケーション11に返却す
る(ステップB7)。
If the data operation command 22 is an XML data search command, the processing shifts to the XML search management means 6, and the data search execution means 6A stores the definition information storage area 2 by the XML data search execution means 6A. The storage area and storage format of the data are confirmed by referring to the data, the XML data to be searched is searched from the data storage storage area 8, and X
The search result of the ML data is returned to the application 11 (step B7).

【0030】ステップB6において、データ操作命令2
2がXMLデータ検索命令でなかった場合には、データ
操作命令22がXMLデータ削除命令であるので、処理
がXML削除管理手段7に移行し、XMLデータ削除実
行手段7Aは、定義情報記憶領域2を参照して格納領
域、格納形式を確認し、データ格納記憶領域8において
削除対象となっているXMLデータを検索し、そのXM
Lデータの削除を行なう(ステップB8)。
In step B6, the data operation instruction 2
2 is not an XML data search command, since the data operation command 22 is an XML data deletion command, the processing shifts to the XML deletion management means 7, and the XML data deletion execution means 7A To check the storage area and storage format, search the data storage storage area 8 for XML data to be deleted, and
The L data is deleted (step B8).

【0031】例えば、図4に示すようなXML定義文書
が規定されているとする。本実施形態のデータベースシ
ステムは、このXML定義文書をそのままXML定義情
報13として入力し、図2のフローチャートの動作に従
って、図1の定義情報記憶領域2へXML定義情報を格
納する。そして、図5に示すような格納命令、更新命
令、検索命令、削除命令が、それぞれ図1のデータ操作
言語解析手段3へ入力されると、図3のフローチャート
の動作にしたがってそれらの命令に基づいて格納操作、
更新操作、検索操作が行われ、図6に示すようなXML
文書のデータがデータ格納記憶領域8に格納される。
For example, assume that an XML definition document as shown in FIG. 4 is defined. The database system of the present embodiment inputs the XML definition document as it is as XML definition information 13 and stores the XML definition information in the definition information storage area 2 of FIG. 1 according to the operation of the flowchart of FIG. Then, when a storage command, an update command, a search command, and a delete command as shown in FIG. 5 are input to the data manipulation language analysis means 3 in FIG. 1, respectively, based on the commands according to the operation of the flowchart in FIG. Store operation,
An update operation and a search operation are performed, and an XML as shown in FIG.
Document data is stored in the data storage area 8.

【0032】以上述べたように、本実施形態のデータベ
ースシステムでは、データベースの定義情報としてXM
L定義情報をそのまま入力できるため、予めXMLデー
タを利用するためにデータベースを設計、作成しておか
なくてもXMLデータに対するデータベース操作を行な
うことができる。
As described above, in the database system of the present embodiment, XM is used as the definition information of the database.
Since the L definition information can be input as it is, the database operation can be performed on the XML data without having to design and create a database in advance to use the XML data.

【0033】(第2の実施形態)次に、本発明の第2の
実施形態のデータベースシステムについて図面を参照し
て説明する。図7は、本実施形態のデータベースシステ
ムの構成を示すブロック図である。図7に示すように、
本実施形態のデータベースシステムでは、図1のデータ
ベースシステムの構成要素の他に、新たにデータ定義命
令SQL変換手段9と、データ操作命令SQL変換手段
10と、SQLインターフェース操作手段11とが加え
られている。
(Second Embodiment) Next, a database system according to a second embodiment of the present invention will be described with reference to the drawings. FIG. 7 is a block diagram illustrating a configuration of the database system according to the present embodiment. As shown in FIG.
In the database system of the present embodiment, in addition to the components of the database system of FIG. 1, a data definition command SQL conversion unit 9, a data operation command SQL conversion unit 10, and a SQL interface operation unit 11 are newly added. I have.

【0034】データ定義命令SQL変換手段9は、定義
情報出力手段1Cが出力するXML定義情報を標準的な
データベース言語であるSQLのデータ構造定義情報に
変換し、データ格納領域作成手段1Dが作成した領域作
成命令をSQLの領域作成命令に変換する。
The data definition command SQL conversion means 9 converts the XML definition information output from the definition information output means 1C into SQL data structure definition information which is a standard database language, and is created by the data storage area creation means 1D. The area creation instruction is converted into an SQL area creation instruction.

【0035】データ操作命令SQL変換手段10は、X
MLデータ格納実行手段4A、XMLデータ更新実行手
段5A、XMLデータ検索実行手段6A、XMLデータ
削除実行手段7Aが実行するXMLデータ操作命令をS
QLデータ操作命令に変換して実行する。
The data manipulation command SQL conversion means 10
The XML data storage execution unit 4A, the XML data update execution unit 5A, the XML data search execution unit 6A, and the XML data deletion execution unit 7A execute XML data operation instructions executed by
It is converted into a QL data operation instruction and executed.

【0036】次に、図8及び図9のフローチャートを参
照して本実施形態のデータベースシステムの全体の動作
について詳細に説明する。図8は、XML定義情報が入
力される際の本実施形態のデータベースシステムの動作
を示すフローチャートである。
Next, the overall operation of the database system of the present embodiment will be described in detail with reference to the flowcharts of FIGS. FIG. 8 is a flowchart illustrating the operation of the database system according to the present embodiment when XML definition information is input.

【0037】まず、XML定義情報13がXML定義情
報入力手段1Aを通じてXML定義情報解析管理手段1
に入力されると(ステップC1)、XML定義情報解析
実行手段1BによってXML定義情報が解析され、XM
Lデータの格納形式を規定するXML定義情報が作成さ
れる(ステップC2)。
First, the XML definition information 13 is transmitted to the XML definition information analysis management unit 1 through the XML definition information input unit 1A.
(Step C1), the XML definition information is analyzed by the XML definition information analysis execution unit 1B.
XML definition information that defines the storage format of the L data is created (step C2).

【0038】そして、定義情報出力手段1Cから出力さ
れたXML定義情報は、データ定義命令SQL変換手段
9によってSQLデータ定義情報に変換されて定義情報
記憶領域2へ格納される(ステップC3)。
Then, the XML definition information output from the definition information output means 1C is converted into SQL data definition information by the data definition command SQL conversion means 9 and stored in the definition information storage area 2 (step C3).

【0039】その後、データ定義命令SQL変換手段9
は、データ格納領域作成手段1Dによって作成された領
域作成指令をSQLデータ定義命令に変換し、SQLデ
ータを格納するためのデータ格納記憶領域8の格納領域
を決定する(ステップC4)。
Thereafter, the data definition command SQL conversion means 9
Converts the area creation command created by the data storage area creation means 1D into an SQL data definition command, and determines the storage area of the data storage storage area 8 for storing the SQL data (step C4).

【0040】図9は、データの格納、更新、検索、削除
を行なう際の本実施形態のデータベースシステムの動作
を示すフローチャートである。まず、データ操作命令2
2がアプリケーション11からデータ操作言語解析手段
3に入力されると、データ操作言語解析手段3は、その
データ操作命令22を解析し(ステップD1)、データ
操作命令22がXMLデータ格納命令であるか否かをチ
ェックする(ステップD2)。
FIG. 9 is a flowchart showing the operation of the database system of this embodiment when storing, updating, searching, and deleting data. First, data manipulation instruction 2
2 is input from the application 11 to the data manipulation language analysis means 3, the data manipulation language analysis means 3 analyzes the data manipulation instruction 22 (step D1) and determines whether the data manipulation instruction 22 is an XML data storage instruction. It is checked whether or not it is (step D2).

【0041】データ操作命令22がXMLデータ格納命
令であった場合、処理はXML格納管理手段4に移行す
る。XMLデータ格納実行手段4Aは、定義情報記憶領
域2に格納されている格納領域、格納形式を確認して、
そのXMLデータ格納命令をデータ操作命令SQL変換
手段10に出力する。データ操作命令SQL変換手段1
0は、そのXMLデータ格納命令をSQL命令に変換
し、そのSQL命令に含まれるSQLデータをデータ格
納記憶領域8へ格納する(ステップD3)。
If the data operation instruction 22 is an XML data storage instruction, the processing shifts to the XML storage management means 4. The XML data storage execution unit 4A checks the storage area and storage format stored in the definition information storage area 2,
The XML data storage command is output to the data manipulation command SQL conversion means 10. Data manipulation instruction SQL conversion means 1
0 converts the XML data storage instruction into an SQL instruction, and stores the SQL data included in the SQL instruction in the data storage area 8 (step D3).

【0042】ステップD2において、データ操作命令2
2がXMLデータ格納命令でなかった場合には、データ
操作言語解析手段3は、データ操作命令22がXMLデ
ータ更新命令であるか否かチェックする(ステップD
4)。
In step D2, data operation instruction 2
2 is not an XML data storage command, the data manipulation language analysis unit 3 checks whether the data manipulation command 22 is an XML data update command (step D).
4).

【0043】データ操作命令22がXMLデータ更新命
令であった場合、処理はXML更新管理手段5に移行す
る。XMLデータ更新実行手段5Aは、定義情報記憶領
域2を参照して格納領域、格納形式を確認し、そのXM
Lデータ更新命令をデータ操作命令SQL変換手段10
に出力する。データ操作命令SQL変換手段10は、そ
のXMLデータ更新命令をSQL命令に変換し、そのS
QL命令に含まれるSQLデータをデータ格納記憶領域
8から検索し、更新対象となっているSQLデータの更
新を行なう(ステップD5)。
If the data operation instruction 22 is an XML data update instruction, the processing shifts to the XML update management means 5. The XML data update execution unit 5A checks the storage area and storage format with reference to the definition information storage area 2, and checks the XML
The L data update command is converted to a data manipulation command SQL conversion means 10
Output to The data manipulation command SQL conversion means 10 converts the XML data update command into an SQL command,
SQL data included in the QL instruction is retrieved from the data storage area 8, and the SQL data to be updated is updated (step D5).

【0044】ステップD4が実行されなかった場合に
は、データ操作言語解析手段3は、データ操作命令22
がXMLデータ検索命令であるかどうかをチェックする
(ステップD6)。データ操作命令22がXMLデータ
検索命令であった場合には、処理はXML検索管理手段
6に移行する。XMLデータ検索実行手段6Aは、定義
情報記憶領域2を参照して格納領域、格納形式を確認
し、そのXMLデータ検索命令をデータ操作命令SQL
変換手段10に出力する。データ操作命令SQL変換手
段10は、XMLデータ検索命令をSQL命令に変換
し、SQLデータをデータ格納記憶領域8から検索し、
SQLデータの検索結果を定義情報記憶領域2を参照し
てXMLデータの検索結果に変換してアプリケーション
11に返却する(ステップD7)。
If step D4 has not been executed, the data manipulation language analysis means 3 sends the data manipulation instruction 22
Is an XML data search command (step D6). If the data operation command 22 is an XML data search command, the processing shifts to the XML search management means 6. The XML data search execution means 6A checks the storage area and storage format with reference to the definition information storage area 2, and converts the XML data search instruction into the data operation instruction SQL.
Output to the conversion means 10. The data manipulation command SQL conversion means 10 converts the XML data search command into an SQL command, searches the data storage area 8 for SQL data,
The search result of the SQL data is converted into the search result of the XML data with reference to the definition information storage area 2 and returned to the application 11 (step D7).

【0045】ステップD6においてデータ操作命令22
がXMLデータ検索命令でなかった場合には、データ操
作命令22がXMLデータ削除命令であるので、処理が
XML削除管理手段7に移行する。XMLデータ削除実
行手段7Aは、定義情報記憶領域2を参照して格納領
域、格納形式を確認し、そのXMLデータ削除命令をデ
ータ操作命令SQL変換手段10に出力する。データ操
作命令SQL変換手段10は、そのXMLデータ削除命
令をSQL命令に変換し、SQLデータをデータ格納記
憶領域8から削除する(ステップD8)。
In step D6, the data operation instruction 22
Is not an XML data search command, the data operation command 22 is an XML data deletion command, and the process shifts to the XML deletion management means 7. The XML data deletion execution means 7A refers to the definition information storage area 2 to check the storage area and storage format, and outputs the XML data deletion command to the data manipulation command SQL conversion means 10. The data manipulation command SQL conversion means 10 converts the XML data deletion command into an SQL command, and deletes the SQL data from the data storage area 8 (step D8).

【0046】例えば、図4に示すようなXML定義文書
が規定されているとする。本実施形態のデータベースシ
ステムは、このXML定義文書をそのままXML定義情
報13として入力し、図8のフローチャートの動作に従
ってXML定義情報を図10に示すようなSQL定義情
報へ変換し、図7の定義情報記憶領域2へSQL定義情
報を格納する。
For example, assume that an XML definition document as shown in FIG. 4 is defined. The database system according to the present embodiment inputs the XML definition document as it is as the XML definition information 13 and converts the XML definition information into SQL definition information as shown in FIG. 10 according to the operation of the flowchart in FIG. SQL definition information is stored in the information storage area 2.

【0047】そして、図5に示すようなXMLデータに
対する格納命令、更新命令、検索命令、削除命令が図7
のデータ操作言語解析手段3に入力されると、図9のフ
ローチャートの動作により、それらの命令がSQL命令
に変換され、図7のデータ格納記憶領域8に対して格納
操作、更新操作、検索操作、削除操作が実施される。
The storage command, update command, search command, and delete command for the XML data as shown in FIG.
9 are converted into SQL instructions by the operation of the flowchart of FIG. 9 and stored, updated, and searched for in the data storage area 8 of FIG. , A delete operation is performed.

【0048】また、図7のSQLインタフェース操作手
段12にアプリケーション11からSQL命令が入力さ
れると、標準的なSQLインタフェースによってデータ
の格納操作、更新操作、検索操作、削除操作が実施され
る。
When an SQL command is input from the application 11 to the SQL interface operating means 12 shown in FIG. 7, data storage operation, update operation, search operation, and delete operation are performed by a standard SQL interface.

【0049】また、本実施形態のデータベースシステム
では、SQLインターフェース操作手段12をアプリケ
ーション11との標準的なSQLインターフェースとす
ることによって、データ格納記憶領域内のデータにアク
セスすることもできる。
Further, in the database system of the present embodiment, by using the SQL interface operating means 12 as a standard SQL interface with the application 11, data in the data storage area can be accessed.

【0050】以上述べたように、本実施形態のデータベ
ースシステムでは、第1の実施形態のデータベースシス
テムの有する効果に加えて、データ格納記憶領域2に格
納されているデータを、通常のSQLインタフェースを
介してアクセスできるため、SQLインタフェースを有
する既存のアプリケーション11からデータ格納記憶領
域2のデータにアクセスすることができる。
As described above, in the database system of the present embodiment, in addition to the effects of the database system of the first embodiment, the data stored in the data storage area 2 can be transferred to the ordinary SQL interface. Therefore, the data in the data storage area 2 can be accessed from the existing application 11 having the SQL interface.

【0051】[0051]

【発明の効果】以上述べたように、本発明のデータベー
スシステムでは、XML定義情報を解析して、データベ
ースシステムに適合した格納形式を規定する定義情報に
変換することができるため、XML定義情報からデータ
ベースを構築することができる。
As described above, in the database system of the present invention, the XML definition information can be analyzed and converted into the definition information defining the storage format suitable for the database system. You can build a database.

【0052】また、本発明のデータベースシステムで
は、データ定義命令SQL変換手段と、データ操作命令
SQL変換手段と、SQLインターフェース操作手段と
を備えることによって、XML定義情報をSQL定義情
報に変換することができるため、標準的なSQLインタ
フェースを有するアプリケーションからデータベースに
アクセスすることができる。
Further, in the database system of the present invention, by providing the data definition command SQL conversion means, the data operation command SQL conversion means, and the SQL interface operation means, it is possible to convert the XML definition information into the SQL definition information. As a result, the database can be accessed from an application having a standard SQL interface.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施形態のデータベースシステ
ムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a database system according to a first embodiment of the present invention.

【図2】XML定義情報が入力される際の本発明の第1
の実施形態のデータベースシステムの動作を示すフロー
チャートである。
FIG. 2 shows a first example of the present invention when XML definition information is input.
9 is a flowchart showing the operation of the database system according to the embodiment.

【図3】データの格納、更新、検索、削除を行なう際の
本発明の第1の実施形態のデータベースシステムの動作
を示すフローチャートである。
FIG. 3 is a flowchart showing the operation of the database system according to the first embodiment of the present invention when storing, updating, searching, and deleting data.

【図4】XML定義文書の一例を示す図である。FIG. 4 is a diagram illustrating an example of an XML definition document.

【図5】XMLデータ操作指令の一例を示す図である。FIG. 5 is a diagram showing an example of an XML data operation command.

【図6】格納されるXML文書の一例を示す図である。FIG. 6 is a diagram illustrating an example of a stored XML document.

【図7】本発明の第2の実施形態のデータベースシステ
ムの構成を示すブロック図である。
FIG. 7 is a block diagram illustrating a configuration of a database system according to a second embodiment of the present invention.

【図8】XML定義情報が入力される際の本発明の第2
の実施形態のデータベースシステムの動作を示すフロー
チャートである。
FIG. 8 illustrates a second example of the present invention when XML definition information is input.
9 is a flowchart showing the operation of the database system according to the embodiment.

【図9】データの格納、更新、検索、削除を行なう際の
本発明の第2の実施形態のデータベースシステムの動作
を示すフローチャートである。
FIG. 9 is a flowchart illustrating the operation of the database system according to the second embodiment of the present invention when storing, updating, searching, and deleting data.

【図10】SQL定義情報の一例を示す図である。FIG. 10 is a diagram illustrating an example of SQL definition information.

【図11】従来のデータベースシステムの構成を示すブ
ロック図である。
FIG. 11 is a block diagram showing a configuration of a conventional database system.

【符号の説明】[Explanation of symbols]

1 XML定義情報解析管理手段 1A XML定義情報入力手段 1B XML定義情報解析実行手段 1C 定義情報出力手段 1D データ格納領域作成手段 2 定義情報記憶領域 3 データ操作言語解析手段 4 XML格納管理手段 4A XMLデータ格納実行手段 5 XML更新管理手段 5A XMLデータ更新実行手段 6 XML検索管理手段 6A XMLデータ検索実行手段 7 XML削除管理手段 7A XMLデータ削除実行手段 8 データ格納記憶領域 9 データ定義命令SQL変換手段 10 データ操作命令SQL変換手段 11 アプリケーション 12 SQLインターフェース操作手段 13 XML定義情報 14 データ定義命令 22 データ操作指令 102、201 データベース管理部 A1〜A4、B1〜B8、C1〜C4、D1〜D8
ステップ
1 XML definition information analysis management means 1A XML definition information input means 1B XML definition information analysis execution means 1C definition information output means 1D data storage area creation means 2 definition information storage area 3 data manipulation language analysis means 4 XML storage management means 4A XML data Storage execution means 5 XML update management means 5A XML data update execution means 6 XML search management means 6A XML data search execution means 7 XML deletion management means 7A XML data deletion execution means 8 Data storage storage area 9 Data definition command SQL conversion means 10 Data Operation command SQL conversion unit 11 Application 12 SQL interface operation unit 13 XML definition information 14 Data definition instruction 22 Data operation command 102, 201 Database management unit A1 to A4, B1 to B8, C1 to C4, D1 to D8
Steps

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 データを記憶するデータ格納記憶領域
と、 該データ格納記憶領域に格納されるデータの格納形式を
規定する定義情報を記憶する定義情報記憶領域と、 入力されたデータ定義命令を解析して前記定義情報を定
義情報記憶領域へ格納するとともに、前記定義情報に従
ってデータを格納するためのデータ格納領域を前記デー
タ格納記憶領域に作成するための領域作成命令を作成し
て前記データ格納記憶領域のデータ格納領域を決定し、
入力されたデータ操作命令に従って前記定義情報を確認
して、前記データ格納記憶領域に格納されているデータ
の格納、更新、検索、削除を行なうデータベース管理部
とを備えるデータベースシステムにおいて、 前記データベース管理部は、 前記データ定義命令としてXML定義情報が入力される
とXMLデータの格納形式を規定するXML定義情報を
解析し、前記XML定義情報を前記定義情報記憶領域へ
格納し、前記XML定義情報に従ってXMLデータを格
納するためのデータ格納領域を前記データ格納記憶領域
に作成するための領域作成命令を作成するXML定義情
報解析管理手段と、 入力されたデータ操作命令がXMLデータの格納命令、
更新命令、検索命令、検索命令、削除命令のいずれであ
るかを解析するデータ操作言語解析手段と、 前記データ操作命令がXMLデータ格納命令であった場
合、前記定義情報記憶領域を参照して前記XML定義情
報を確認し、格納対象となっているXMLデータを前記
データ格納記憶領域に格納するXML格納管理手段と、 前記データ操作命令がXMLデータ更新命令であった場
合、前記定義情報記憶領域を参照して前記XML定義情
報を確認し、更新対象となっているXMLデータを前記
データ格納記憶領域から検索し、該XMLデータの更新
を行なうXML更新管理手段と、 前記データ操作命令がXMLデータ検索命令であった場
合、前記定義情報記憶領域を参照して前記XML定義情
報を確認し、検索対象となっているXMLデータを前記
データ格納記憶領域から検索し、検索結果を返却するX
ML検索管理手段と、 前記データ操作命令がXMLデータ削除命令であった場
合、前記定義情報記憶領域を参照して前記XML定義情
報を確認し、前記データ格納記憶領域において削除対象
となっているXMLデータを検索し、該XMLデータの
削除を行なうXML削除管理手段とを備えることを特徴
とするデータベースシステム。
1. A data storage storage area for storing data, a definition information storage area for storing definition information that defines a storage format of data stored in the data storage storage area, and an input data definition instruction is analyzed. Storing the definition information in a definition information storage area, and creating an area creation command for creating a data storage area in the data storage storage area for storing data in accordance with the definition information, Determine the data storage area of the area,
A database management unit that checks the definition information in accordance with the input data operation instruction, and stores, updates, searches, and deletes data stored in the data storage area; When the XML definition information is input as the data definition command, it analyzes the XML definition information defining the storage format of the XML data, stores the XML definition information in the definition information storage area, and converts the XML according to the XML definition information. XML definition information analysis management means for creating an area creation command for creating a data storage area for storing data in the data storage storage area; an input data manipulation instruction being an XML data storage instruction;
A data manipulation language analysis unit for analyzing whether the command is an update command, a search command, a search command, or a delete command; and if the data manipulation command is an XML data storage command, XML storage management means for checking the XML definition information and storing the XML data to be stored in the data storage storage area; and when the data operation instruction is an XML data update instruction, An XML update management unit that checks the XML definition information with reference to the data storage area to update the XML data to be updated, and updates the XML data; If the command is an instruction, the XML definition information is checked with reference to the definition information storage area, and the XML data to be searched is searched. Retrieved from the data storage memory area, and returns the search results X
ML search management means, when the data manipulation command is an XML data deletion command, checks the XML definition information with reference to the definition information storage area, and deletes the XML data to be deleted in the data storage storage area. A database system comprising: XML deletion management means for retrieving data and deleting the XML data.
【請求項2】 前記XML定義情報解析管理手段によっ
て作成された前記XML定義情報および領域作成命令
を、SQLのデータ構造定義情報およびSQLの前記領
域作成命令に変換するデータ定義命令SQL変換手段
と、 前記XMLデータ格納管理手段と前記XMLデータ更新
管理手段と前記XMLデータ検索管理手段と前記XML
データ削除管理手段とから出力されたデータ操作命令を
SQLデータ操作命令に変換して実行するデータ操作命
令SQL変換手段とをさらに備える請求項1記載のデー
タベースシステム。
2. A data definition command SQL conversion means for converting the XML definition information and the area creation command created by the XML definition information analysis management means into SQL data structure definition information and the SQL area creation command. The XML data storage management means, the XML data update management means, the XML data search management means, and the XML
2. The database system according to claim 1, further comprising: a data operation command SQL conversion unit that converts a data operation instruction output from the data deletion management unit into an SQL data operation instruction and executes the data operation instruction.
【請求項3】 アプリケーションとの間の標準SQLイ
ンタフェースであるSQLインタフェース操作手段をさ
らに備える請求項2記載のデータベースシステム。
3. The database system according to claim 2, further comprising an SQL interface operating means which is a standard SQL interface with an application.
JP2000318329A 2000-10-18 2000-10-18 Database system Pending JP2002132551A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000318329A JP2002132551A (en) 2000-10-18 2000-10-18 Database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000318329A JP2002132551A (en) 2000-10-18 2000-10-18 Database system

Publications (1)

Publication Number Publication Date
JP2002132551A true JP2002132551A (en) 2002-05-10

Family

ID=18796974

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000318329A Pending JP2002132551A (en) 2000-10-18 2000-10-18 Database system

Country Status (1)

Country Link
JP (1) JP2002132551A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006085527A (en) * 2004-09-17 2006-03-30 Toppan Printing Co Ltd Specification for database operation description based on xml and execution system
KR100714693B1 (en) 2005-06-07 2007-05-04 삼성전자주식회사 System and method for implementing database application which are guaranteeing independence of software module
JP2007265387A (en) * 2006-01-31 2007-10-11 Victor Co Of Japan Ltd Structured data storage device, structured data storage program, and structured data storage method
CN103810281A (en) * 2014-02-20 2014-05-21 浪潮集团有限公司 Method for achieving data synchronization through timing task based on cloud computing

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
中村正弘: "XML対応進むデータベース", 日経コンピュータ, vol. 第493号, JPNX006013167, 10 April 2000 (2000-04-10), pages 28 - 34, ISSN: 0000726116 *
吉川正俊、外2名: "オブジェクト関係データベースを用いたXML文書の格納と検索", 情報処理学会論文誌, vol. 第40巻,第SIG6(TOD3)号, JPNX006013168, 15 August 1999 (1999-08-15), pages 115 - 131, ISSN: 0000726117 *
吉川正俊: "XMLとデータベース(2)", BIT, vol. 第32巻,第4号, JPNX006013164, 1 April 2000 (2000-04-01), pages 82 - 87, ISSN: 0000726113 *
笠原洋子: "XMLサーバーeXcelon入門 第1回 eXcelonの概要と検索アプリの開発", DB MAGAZINE, vol. 第10巻,第2号, JPNX006013166, 1 June 2000 (2000-06-01), pages 214 - 220, ISSN: 0000726115 *
金政泰彦、外2名: "XML問い合わせ処理システム(xQues)のデータ格納管理", 情報処理学会研究報告99−DBS−119, vol. 第99巻,第61号, JPNX006013165, 23 July 1999 (1999-07-23), pages 243 - 248, ISSN: 0000726114 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006085527A (en) * 2004-09-17 2006-03-30 Toppan Printing Co Ltd Specification for database operation description based on xml and execution system
KR100714693B1 (en) 2005-06-07 2007-05-04 삼성전자주식회사 System and method for implementing database application which are guaranteeing independence of software module
JP2007265387A (en) * 2006-01-31 2007-10-11 Victor Co Of Japan Ltd Structured data storage device, structured data storage program, and structured data storage method
CN103810281A (en) * 2014-02-20 2014-05-21 浪潮集团有限公司 Method for achieving data synchronization through timing task based on cloud computing

Similar Documents

Publication Publication Date Title
JP3437849B2 (en) Database management system and method for supporting object-oriented programming
US7386568B2 (en) Techniques for partial rewrite of XPath queries in a relational database
US20060277170A1 (en) Digital library system
CN108446313B (en) Data format conversion method and device
US8073843B2 (en) Mechanism for deferred rewrite of multiple XPath evaluations over binary XML
KR101899055B1 (en) A database update method based on spreadsheet interface by making queries optimized for updated records
KR20010092348A (en) Multimedia information structuring and application generating method and apparatus
JPH04172542A (en) Function extension system for data base management system
CN100397397C (en) XML data storage and access method based on relational database
JPH06188405A (en) Data analysis support system of vlsi process
JP2002132551A (en) Database system
JPH05204983A (en) Relational data base processor and method therefor
JP2005056085A (en) Data structure conversion program
JP2991142B2 (en) Structured document database system with dynamic componentization function
US7225196B2 (en) Data conversion method and computer system therefor
CN116450609B (en) Method and equipment for modeling on heterogeneous data source based on unified grammar
KR100301688B1 (en) Method for managing time version in temporal geographic information system
Zafeiris et al. An Infrastructure for Manipulating Multidimensional Ėemistructured Data
JPH03248237A (en) Data base management system constructing system
JP2000322295A (en) Method and device for programming support for data base stored sub-program
JPS62115533A (en) Intelligence processing system
JP2001273178A (en) Method and system for controlling database
EP2012242A1 (en) Method and formalism for sending instructions to distributed data bases carried out by means of a computer program
JP3435372B2 (en) Database management method and system
CN115952323A (en) Query method and system for large-scale hypergraph

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20041122

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20041122

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050907

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060314

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060329