JP2006235840A - データベース・アクセス・システム、データベース・アクセス方法 - Google Patents
データベース・アクセス・システム、データベース・アクセス方法 Download PDFInfo
- Publication number
- JP2006235840A JP2006235840A JP2005047421A JP2005047421A JP2006235840A JP 2006235840 A JP2006235840 A JP 2006235840A JP 2005047421 A JP2005047421 A JP 2005047421A JP 2005047421 A JP2005047421 A JP 2005047421A JP 2006235840 A JP2006235840 A JP 2006235840A
- Authority
- JP
- Japan
- Prior art keywords
- database
- access
- tree structure
- data
- hierarchical
- 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.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 29
- 238000000547 structure data Methods 0.000 claims abstract description 59
- 238000004590 computer program Methods 0.000 claims 3
- 238000006243 chemical reaction Methods 0.000 description 18
- 230000006870 function Effects 0.000 description 15
- 230000008859 change Effects 0.000 description 7
- 230000009471 action Effects 0.000 description 5
- 230000000694 effects Effects 0.000 description 4
- 230000010365 information processing Effects 0.000 description 4
- 102100023431 E3 ubiquitin-protein ligase TRIM21 Human genes 0.000 description 3
- 101000685877 Homo sapiens E3 ubiquitin-protein ligase TRIM21 Proteins 0.000 description 3
- 101100502336 Komagataella pastoris FLD1 gene Proteins 0.000 description 3
- 101100421128 Saccharomyces cerevisiae (strain ATCC 204508 / S288c) SEI1 gene Proteins 0.000 description 3
- 239000000284 extract Substances 0.000 description 3
- 230000008569 process Effects 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000013523 data management Methods 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000003203 everyday effect Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 101150018813 ssa1 gene Proteins 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/972—Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
【解決手段】 階層型データベースへのアクセスを提供するシステムであって、木構造データに変換した前記階層型データベースに関連するスキーマ情報を記憶する記憶部と、第1のアクセス要求に対応する前記木構造データに変換されたスキーマ情報に基づき、前記階層型データベースに対する第2のアクセス要求を生成するアクセス要求生成部と、を備えることを特徴とするシステム。
【選択図】 図1
Description
情報処理学会編 情報処理ハンドブック オーム社 第1版 コンパクト版 902頁 岩城貴雅 他2名、群馬大学、オブジェクトデータベースによるXMLデータの管理、[平成17年1月11日検索]、インターネット(URL:http://www.dbms.cs.gunma-u.ac.jp/~iwaki/dews2001/5A-4-P.ppt)
"GUbb" Get
Unique
"GHUb" Get
Hold Unique
"GNbb" Get
Next
"GHNb" Get
Hold Next
"GNPb" Get
Next in Parent
"GHNP" Get
Hold Next in Parent
"ISRT" Insert
"REPL" Replace
"DLET" Delete
10 解読部
11 木構造データアクセス部
12 展開部
13 アクセス要求生成部
14 階層型データアクセス部
15 データ変換部
16 制御部
20 木構造データベース記憶部
21 第2スキーマ情報ライブラリ
22 第1スキーマ情報ライブラリ
23 階層型データベース
Claims (16)
- 階層型データベースへのアクセスを提供するシステムであって、
木構造データに変換した前記階層型データベースに関連するスキーマ情報を記憶する記憶部と、
第1のアクセス要求に対応する前記木構造データに変換されたスキーマ情報に基づき、前記階層型データベースに対する第2のアクセス要求を生成するアクセス要求生成部と、
を備えることを特徴とするシステム。 - 前記第1のアクセス要求から、データベース論理仕様の識別情報、前記要求の探索引数、及び前記要求の実行内容である機能コードを解読する解読部を備えることを特徴とする、請求項1に記載のシステム。
- 前記記憶された木構造データから所定の木構造データを前記識別情報により特定し、前記所定の木構造データのノードを前記探索引数により特定し、前記特定したノードから前記階層型データベースへのアクセスに必要な情報を取得する木構造データアクセス部を備えることを特徴とする、請求項2に記載のシステム。
- 前記アクセス要求生成部が生成した前記第2のアクセス要求を前記階層型データベースに送信し、前記階層型データベースへアクセスを行う階層型データアクセス部を備えることを特徴とする、請求項1に記載のシステム。
- 前記木構造データがXMLデータである、請求項1に記載のシステム。
- 前記記憶部が、前記木構造データを記憶する際に、DOMで展開してアクセス可能にした木構造データを記憶することを特徴とする、請求項5に記載のシステム。
- 前記解読部は、XMLパーサにより解読することを特徴とする、請求項2に記載のシステム。
- 階層型データベースへのアクセスを提供するデータベース・アクセス方法であって、
木構造データに変換した前記階層型データベースに関連するスキーマ情報を記憶する記憶ステップと、
第1のアクセス要求に対応する前記木構造データに変換されたスキーマ情報に基づき、前記階層型データベースに対する第2のアクセス要求を生成するアクセス要求生成ステップと、
を備えることを特徴とするデータベース・アクセス方法。 - 前記第1のアクセス要求から、データベース論理仕様の識別情報、前記要求の探索引数、及び前記要求の実行内容である機能コードを解読する解読ステップを備えることを特徴とする、請求項8に記載のデータベース・アクセス方法。
- 前記記憶された木構造データから所定の木構造データを前記識別情報により特定し、前記所定の木構造データのノードを前記探索引数により特定し、前記特定したノードから前記階層型データベースへのアクセスに必要な情報を取得する木構造データアクセスステップを備えることを特徴とする、請求項9に記載のデータベース・アクセス方法。
- 前記アクセス要求生成ステップで生成された前記第2のアクセス要求を前記階層型データベースに送信することで前記階層型データベースへアクセスするステップを備えることを特徴とする、請求項8に記載のデータベース・アクセス方法。
- 前記木構造データがXMLデータである、請求項8に記載のデータベース・アクセス方法。
- 前記記憶ステップが、前記木構造データを記憶する際に、DOMで展開してアクセス可能にした木構造データを記憶することを特徴とする、請求項12に記載のデータベース・アクセス方法。
- 前記解読ステップでは、XMLパーサにより解読することを特徴とする、請求項9に記載のデータベース・アクセス方法。
- 階層型データベースへのアクセスを提供する機能を実現するコンピュータ・プログラムであって、
木構造データに変換した前記階層型データベースに関連するスキーマ情報を記憶する記憶機能と、
第1のアクセス要求に対応する前記木構造データに変換されたスキーマ情報に基づき、前記階層型データベースに対する第2のアクセス要求を生成するアクセス要求生成機能と、
を実現することを特徴とするコンピュータ・プログラム。 - 請求項15に記載のコンピュータ・プログラムを記憶した記憶媒体。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005047421A JP4755427B2 (ja) | 2005-02-23 | 2005-02-23 | データベース・アクセス・システム、データベース・アクセス方法 |
US11/350,611 US7778955B2 (en) | 2005-02-23 | 2006-02-09 | Database access system and database access method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005047421A JP4755427B2 (ja) | 2005-02-23 | 2005-02-23 | データベース・アクセス・システム、データベース・アクセス方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006235840A true JP2006235840A (ja) | 2006-09-07 |
JP4755427B2 JP4755427B2 (ja) | 2011-08-24 |
Family
ID=36914074
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005047421A Expired - Fee Related JP4755427B2 (ja) | 2005-02-23 | 2005-02-23 | データベース・アクセス・システム、データベース・アクセス方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US7778955B2 (ja) |
JP (1) | JP4755427B2 (ja) |
Families Citing this family (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8051105B1 (en) | 2007-01-10 | 2011-11-01 | The Mathworks, Inc. | Directing searches on tree data structures |
US9390128B1 (en) | 2010-03-25 | 2016-07-12 | Symantec Corporation | Datastore for storing file access event data |
JP5594120B2 (ja) * | 2010-12-17 | 2014-09-24 | 富士通株式会社 | データ変換プログラム、データ変換装置およびデータ変換方法 |
US8799269B2 (en) | 2012-01-03 | 2014-08-05 | International Business Machines Corporation | Optimizing map/reduce searches by using synthetic events |
US8898165B2 (en) | 2012-07-02 | 2014-11-25 | International Business Machines Corporation | Identification of null sets in a context-based electronic document search |
US8903813B2 (en) | 2012-07-02 | 2014-12-02 | International Business Machines Corporation | Context-based electronic document search using a synthetic event |
US9460200B2 (en) | 2012-07-02 | 2016-10-04 | International Business Machines Corporation | Activity recommendation based on a context-based electronic files search |
US9262499B2 (en) | 2012-08-08 | 2016-02-16 | International Business Machines Corporation | Context-based graphical database |
US8676857B1 (en) | 2012-08-23 | 2014-03-18 | International Business Machines Corporation | Context-based search for a data store related to a graph node |
US8959119B2 (en) | 2012-08-27 | 2015-02-17 | International Business Machines Corporation | Context-based graph-relational intersect derived database |
US8620958B1 (en) | 2012-09-11 | 2013-12-31 | International Business Machines Corporation | Dimensionally constrained synthetic context objects database |
US9619580B2 (en) | 2012-09-11 | 2017-04-11 | International Business Machines Corporation | Generation of synthetic context objects |
US9251237B2 (en) | 2012-09-11 | 2016-02-02 | International Business Machines Corporation | User-specific synthetic context object matching |
US9223846B2 (en) | 2012-09-18 | 2015-12-29 | International Business Machines Corporation | Context-based navigation through a database |
US8782777B2 (en) | 2012-09-27 | 2014-07-15 | International Business Machines Corporation | Use of synthetic context-based objects to secure data stores |
US9741138B2 (en) | 2012-10-10 | 2017-08-22 | International Business Machines Corporation | Node cluster relationships in a graph database |
US8931109B2 (en) | 2012-11-19 | 2015-01-06 | International Business Machines Corporation | Context-based security screening for accessing data |
US8914413B2 (en) | 2013-01-02 | 2014-12-16 | International Business Machines Corporation | Context-based data gravity wells |
US9229932B2 (en) | 2013-01-02 | 2016-01-05 | International Business Machines Corporation | Conformed dimensional data gravity wells |
US8983981B2 (en) | 2013-01-02 | 2015-03-17 | International Business Machines Corporation | Conformed dimensional and context-based data gravity wells |
US9053102B2 (en) | 2013-01-31 | 2015-06-09 | International Business Machines Corporation | Generation of synthetic context frameworks for dimensionally constrained hierarchical synthetic context-based objects |
US8856946B2 (en) | 2013-01-31 | 2014-10-07 | International Business Machines Corporation | Security filter for context-based data gravity wells |
US9069752B2 (en) | 2013-01-31 | 2015-06-30 | International Business Machines Corporation | Measuring and displaying facets in context-based conformed dimensional data gravity wells |
US9292506B2 (en) | 2013-02-28 | 2016-03-22 | International Business Machines Corporation | Dynamic generation of demonstrative aids for a meeting |
US9110722B2 (en) | 2013-02-28 | 2015-08-18 | International Business Machines Corporation | Data processing work allocation |
US10152526B2 (en) | 2013-04-11 | 2018-12-11 | International Business Machines Corporation | Generation of synthetic context objects using bounded context objects |
US9348794B2 (en) | 2013-05-17 | 2016-05-24 | International Business Machines Corporation | Population of context-based data gravity wells |
US9195608B2 (en) | 2013-05-17 | 2015-11-24 | International Business Machines Corporation | Stored data analysis |
US9176998B2 (en) | 2013-05-28 | 2015-11-03 | International Business Machines Corporation | Minimization of surprisal context data through application of a hierarchy of reference artifacts |
US9053192B2 (en) | 2013-05-28 | 2015-06-09 | International Business Machines Corporation | Minimization of surprisal context data through application of customized surprisal context filters |
US10452660B2 (en) | 2013-05-31 | 2019-10-22 | International Business Machines Corporation | Generation and maintenance of synthetic context events from synthetic context objects |
US9697240B2 (en) | 2013-10-11 | 2017-07-04 | International Business Machines Corporation | Contextual state of changed data structures |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63269224A (ja) | 1987-04-27 | 1988-11-07 | Nec Corp | デ−タベ−スアクセス方式 |
US5806062A (en) * | 1995-10-17 | 1998-09-08 | Lucent Technologies Inc. | Data analysis system using virtual databases |
US6356920B1 (en) * | 1998-03-09 | 2002-03-12 | X-Aware, Inc | Dynamic, hierarchical data exchange system |
CA2347467A1 (en) | 1998-10-16 | 2000-04-27 | Computer Associates Think, Inc. | Impact analysis of a model |
US6502086B2 (en) * | 1999-01-04 | 2002-12-31 | International Business Machines Corporation | Mapping binary objects in extended relational database management systems with relational registry |
US6721727B2 (en) * | 1999-12-02 | 2004-04-13 | International Business Machines Corporation | XML documents stored as column data |
US6418448B1 (en) * | 1999-12-06 | 2002-07-09 | Shyam Sundar Sarkar | Method and apparatus for processing markup language specifications for data and metadata used inside multiple related internet documents to navigate, query and manipulate information from a plurality of object relational databases over the web |
US6810429B1 (en) | 2000-02-03 | 2004-10-26 | Mitsubishi Electric Research Laboratories, Inc. | Enterprise integration system |
US20020069192A1 (en) * | 2000-12-04 | 2002-06-06 | Aegerter William Charles | Modular distributed mobile data applications |
US6950866B1 (en) * | 2000-12-19 | 2005-09-27 | Novell, Inc. | XML-based integrated services parsing |
JP3880504B2 (ja) * | 2002-10-28 | 2007-02-14 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 構造化・階層化コンテンツ用処理装置、構造化・階層化コンテンツ用処理方法、及びプログラム |
JP2004151850A (ja) | 2002-10-29 | 2004-05-27 | Toppan Printing Co Ltd | 文書作成管理方法および文書作成管理装置 |
US7290003B1 (en) * | 2004-08-19 | 2007-10-30 | Sun Microsystems, Inc. | Migrating data using an intermediate self-describing format |
US9449047B2 (en) * | 2007-06-19 | 2016-09-20 | Sybase, Inc. | Dynamic modification of schemas in streaming databases |
-
2005
- 2005-02-23 JP JP2005047421A patent/JP4755427B2/ja not_active Expired - Fee Related
-
2006
- 2006-02-09 US US11/350,611 patent/US7778955B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US7778955B2 (en) | 2010-08-17 |
US20060190491A1 (en) | 2006-08-24 |
JP4755427B2 (ja) | 2011-08-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4755427B2 (ja) | データベース・アクセス・システム、データベース・アクセス方法 | |
US6119079A (en) | Method and structure for tokenized message logging system | |
JP4822889B2 (ja) | データベース統合参照プログラム、データベース統合参照方法及びデータベース統合参照装置 | |
US6662342B1 (en) | Method, system, and program for providing access to objects in a document | |
US7197512B2 (en) | Type bridges | |
JP4227033B2 (ja) | データベース統合参照装置、データベース統合参照方法およびデータベース統合参照プログラム | |
US20010039540A1 (en) | Method and structure for dynamic conversion of data | |
JP4782017B2 (ja) | 拡張可能なファイルシステムメタデータの作成及びファイルシステムコンテンツ処理のためのシステムと方法 | |
US7703009B2 (en) | Extensible stylesheet designs using meta-tag information | |
US6836890B1 (en) | Methods and systems for message translation and parsing of data structures in a distributed component architecture | |
US7559052B2 (en) | Meta-model for associating multiple physical representations of logically equivalent entities in messaging and other applications | |
US20070136362A1 (en) | Systems and methods for report design and generation | |
US7730099B2 (en) | Storage and retrieval of richly typed hierarchical network models | |
US7089533B2 (en) | Method and system for mapping between markup language document and an object model | |
US20060282452A1 (en) | System and method for mapping structured document to structured data of program language and program for executing its method | |
US20050091249A1 (en) | Single file serialization for physical and logical meta-model information | |
CN101271390A (zh) | 修改xml数据结构的软件、系统和方法 | |
US20050193331A1 (en) | System and method for generating optimized binary representation of an object tree | |
US11392765B2 (en) | Interpreting HL7 segment hierarchy dynamically | |
US20120084306A1 (en) | Systems, methods, and apparatus for accessing object representations of data sets | |
US20030088829A1 (en) | Structured document processing system, method, program and recording medium | |
US20110078552A1 (en) | Transclusion Process | |
JP2006512633A (ja) | 中央XML構成ファイルにより分散Javaアプリケーションを生成させる方法と装置 | |
JP2017126185A (ja) | 符号化プログラム、符号化方法、符号化装置、復号化プログラム、復号化方法および復号化装置 | |
US7299230B2 (en) | Method, apparatus and system for transforming, converting and processing messages between multiple systems |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A711 Effective date: 20071029 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20071204 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20071221 |
|
RD12 | Notification of acceptance of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7432 Effective date: 20071221 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20071221 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20080129 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20080212 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080314 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20080520 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080813 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20080926 |
|
A912 | Re-examination (zenchi) completed and case transferred to appeal board |
Free format text: JAPANESE INTERMEDIATE CODE: A912 Effective date: 20081114 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110415 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
RD14 | Notification of resignation of power of sub attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7434 Effective date: 20110519 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110527 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140603 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |