JP3565117B2 - Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program - Google Patents

Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program Download PDF

Info

Publication number
JP3565117B2
JP3565117B2 JP31688699A JP31688699A JP3565117B2 JP 3565117 B2 JP3565117 B2 JP 3565117B2 JP 31688699 A JP31688699 A JP 31688699A JP 31688699 A JP31688699 A JP 31688699A JP 3565117 B2 JP3565117 B2 JP 3565117B2
Authority
JP
Japan
Prior art keywords
information
search
view
dbsena
definition information
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.)
Expired - Lifetime
Application number
JP31688699A
Other languages
Japanese (ja)
Other versions
JP2001134597A (en
Inventor
史朗 春日
源吾 鈴木
紳一郎 瀬尾
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP31688699A priority Critical patent/JP3565117B2/en
Publication of JP2001134597A publication Critical patent/JP2001134597A/en
Application granted granted Critical
Publication of JP3565117B2 publication Critical patent/JP3565117B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、複数異種情報源アクセス方法及びクライアント装置及び複数異種情報源アクセスプログラムを格納した記憶媒体に係、特に、ネットワーク上に存在する情報源を、エンドユーザがそれらの構造をらなくても、それらを統合した仮想的なデータベースを作成するための複数異種情報源アクセス方法及びクライアント装置及び複数異種情報源アクセスプログラムを格納した記憶媒体に関する。
【0002】
【従来の技術】
データベース、文書中の箇条書き、CSV形式のように、定型的なデータ構造を持つデータに対する検索の要求が高まっている。これに対して、マルチデータベース管理システム、メディエータ等が提案されている。
これらのシステムでは、複数の情報源を一つの統合スキーマにマッピングすることで、複数異種情報源検索を実現しており、統合スキーマの設計は、システム設計者やシステム管理者が行う。
【0003】
【発明が解決しようとする課題】
しかしながら、上記従来のマルチデータベース管理システムや、メディエータには、以下のような問題がある。
・予め統合スキーマの設計が必要である。
・エンドユーザは統合スキーマによるアクセスに制限される。
・さまざまなエンドユーザの要求に単一統合スキーマでは応えきれない。
【0004】
本発明は、上記の点に鑑みなされたもので、エンドユーザがキーワード・条件値を指定することで、ネットワーク上に存在する複数の情報源を統合する仮想的なテーブルを容易に作成でき、一度作成した仮想的なテーブルを蓄積し、再利用することで、エンドユーザが仮想的なテーブルの集合である仮想的なデータベースを持つことが可能な複数異種情報源アクセス方法及びクライアント装置及び複数異種情報源アクセスプログラムを格納した記憶媒体を提供することを目的とする。
【0005】
【課題を解決するための手段】
図1は、本発明の原理を説明するための図である。
本発明(請求項1)は、複数の異種情報源にアクセスするためのクライアント部における複数異種情報源アクセス方法において、
エンドユーザからキーワード・条件値が入力されると(ステップ1)、該キーワード・条件値をサーバ部の異種情報源検索装置として用いられるDBSENAへ転送し、該DBSENAから情報源の検索実行情報の候補群が返却されると(ステップ2)、必要な検索実行情報の候補をビュー定義情報として、ビュー定義情報辞書に登録する(ステップ3)ビュー作成ステップと、
検索実行時には、エンドユーザから入力された検索式に基づいて、ビュー定義辞書に登録されているビュー定義情報を検索して(ステップ4)、取得したビュー定義情報をサーバ部のDBSENAに転送し、該DBSENAからビューのインスタンスを取得する(ステップ5,6検索式実行ステップと、を行う
【0006】
本発明(請求項2)は、ビュー作成ステップにおいて、ビュー定義情報をビュー定義情報辞書に複数定義する。
本発明(請求項3)は、検索式実行ステップにおいて、
複数のビューのインスタンスが必要な場合には、サーバ部のDBSENAから複数のビューのインスタンスを取得し、検索式に従って結合する結合ステップを更に行う。
図2は、本発明の原理構成図である。
本発明(請求項4)は、複数の異種情報源にアクセスするためのクライアント装置であって、
エンドユーザからキーワード・条件値が入力されると、該キーワード・条件値をサーバ部の異種情報源検索装置として用いられるDBSENAへ転送し、該DBSENAから情報源の検索実行情報の候補群が返却されると、必要な検索実行情報の候補をビュー定義情報として、ビュー定義情報辞書123に登録するビュー作成手段121と、
検索実行時に、エンドユーザから入力された検索式に基づいて、ビュー定義辞書123に登録されているビュー定義情報を検索して、取得したビュー定義情報をサーバ部のDBSENAに転送し、該DBSENAからビューのインスタンスを取得する検索式実行手段124と、を有する。
【0007】
本発明(請求項5)は、ビュー作成手段121において、ビュー定義情報をビュー定義情報辞書123に複数定義する。
本発明(請求項6)は、複数のビューのインスタンスが必要な場合には、サーバ部のDBSENAから複数のビューのインスタンスを取得し、検索式に従って結合する手段を含む。
【0008】
本発明(請求項7)は、複数の異種情報源にアクセスするための該クライアント部に実行させる複数異種情報源アクセスプログラムを格納した記憶媒体であって、
エンドユーザからキーワード・条件値が入力されると、該キーワード・条件値をサーバ部の異種情報源検索装置として用いられるDBSENAへ転送し、該DBSENAから情報源の検索実行情報の候補群が返却されると、必要な検索実行情報の候補をビュー定義情報として、ビュー定義情報辞書に登録するビュー作成ステップと、
検索実行時には、エンドユーザから入力された検索式に基づいて、ビュー定義辞書に登録されているビュー定義情報を検索して、取得したビュー定義情報をサーバ部のDBSENAに転送し、該DBSENAからビューのインスタンスを取得する検索式実行ステップと、を実行させるプログラムを格納した記憶媒体である。
【0009】
本発明(請求項8)は、ビュー作成ステップにおいて、ビュー定義情報をビュー定義情報辞書に複数定義するステップを実行させる
本発明(請求項9)は、検索式実行ステップにおいて、複数のビューのインスタンスが必要な場合には、サーバ部のDBSENAから複数のビューのインスタンスを取得し、検索式に従って結合する結合ステップを更に実行させる。
【0010】
上記により、異種情報源検索装置の検索実行情報を、仮想的なテーブルの定義情報として利用することで、エンドユーザが情報源の構造を知らなくても、独自の仮想的なテーブルとして検索することが可能となる。
また、仮想的なテーブルを複数定義することで、エンドユーザが独自の仮想的なデータベースを構築することが可能となる。
【0011】
【発明の実施の形態】
以下では、特願平8−240857に開示されている情報検索方法及びシステム(以下、DBSENA)を異種情報源検索装置として用いた場合について説明する。
DBSENAは、エンドユーザが複数異種情報源の構造を知らなくても、エンドユーザが入力した「キーワード・条件値」を元に、複数異種情報源に対する検索実行情報を自動的に生成し、この検索実行情報を用いて複数異種情報源を一括検索し、「インスタンス」を得るシステムである。
【0012】
本発明では、DBSENAの入力である「キーワード・条件値」と、出力である「インスタンス」の組を、リレーションデータモデルにおけるテーブルと見立てることで、複数異種情報源の統合検索を、仮想的なテーブルへのアクセスとして実現する。ここで、仮想的とは、テーブルが物理的なインスタンスを持っておらず、テーブルのアクセス時に動的にインスタンスが収集されることを意味する。
【0013】
また、本発明では、ビューを複数個集めた集合を、仮想的なデータベースに見立てることで、複数異種情報源への統合検索を、標準データベース検索言語(SQL言語)で行うことが可能となる。
本発明では、DBSENAに対する入力である「キーワード・条件値」と、出力である「インスタンス」の組を「ビュー」と呼び、ビューの集合である仮想的なデータベースを「仮想データベース」と呼ぶ。
【0014】
図3は、本発明の異種情報源アクセス装置の構成を示す。
同図に示す異種情報源アクセス装置は、クライアント部100とサーバ部200よりなる、クライアント−サーバ・アーキテクチャで構成される。
クライアント部100は、アプリケーションプログラム110とビュー定義情報を管理する仮想データベース管理部120から構成される。
【0015】
サーバ部200は、DBSENA210よりなる。
図4は、本発明のクライアント部の仮想データベース管理部の構成を示す。
同図に示す仮想データベース管理部120は、ビュー作成部121、ビュー作成画面表示部122、ビュー定義情報辞書123、検索式実行部124、及び通信部125から構成される。
【0016】
ビュー作成部121は、アプリケーションプログラム110からのキーワード・条件値の入力により、DBSENAに対してビュー作成を依頼し、作成されたビュー定義情報をビュー定義情報辞書123に登録する。
ビュー作成画面表示部122は、ビュー作成時にエンドユーザが、キーワード・条件値を入力する画面と検索実行情報の候補を選択する画面である。
【0017】
ビュー定義情報辞書123は、エンドユーザの作成した統合スキーマのビュー定義情報を蓄積する辞書である。
検索式実行部124は、アプリケーションプログラム110からのSQL検索式を解釈し、ビュー定義情報辞書123に登録されているビュー定義情報を元に、DBSENA210に検索実行を依頼し、得られた検索結果をアプリケーションプログラム110に返却する。
【0018】
通信部125は、サーバ200で動作するDBSENA210と通信する。
サーバ部200のDBSENA210は、仮想データベース管理部120からの要求で以下の処理を行う。
・キーワード・条件値から、検索実行情報の候補群を生成し、返却する。
・検索実行情報から、実際に情報源の検索を行い、検索結果を返す。
【0019】
次に、上記の構成におけるビュー定義情報の作成について説明する。
エンドユーザの要求により、ビューの作成が行われる。ビューは、ビュー定義情報を定義することで作成される。ビュー定義情報は、以下の項目からなる。
・ビュー名:
検索文でビューを特定するためのビューの名称
・検索実行情報:
DBSENA210が特定の情報検索を行うために必要な情報
図5は、本発明のビュー作成の手順を示すフローチャートである。
【0020】
ステップ101) エンドユーザは、ビュー作成画面表示部122を起動する。
ステップ102) エンドユーザは、ビュー作成画面表示部122に、キーワード・条件値を入力する。
ステップ103) ビュー作成画面表示部122に渡された、上記のキーワード・条件値は、通信部125を介してサーバ部200にあるDBSENA210に渡される。
【0021】
ステップ104) DBSENA210は、指定の情報を得ることが可能な情報源の検索実行情報の候補群をクライアント部100に返す。
ステップ105) 検索実行情報の候補群は、ビュー作成部121を通して、ビュー作成画面表示部122に返される。
ステップ106) ビュー作成画面表示部122は、エンドユーザに検索実行情報を提示する。
【0022】
ステップ107) エンドユーザは、提示された検索事項情報の候補群の中から、必要なものを選択する。また、同時にビュー名を指定する。
ステップ108) ビュー作成部121は、選択された検索実行情報の候補を、ビューとしてビュー定義情報辞書123に登録する。
次に、検索実施時における動作を説明する。アプリケーションプログラム110から、検索式実行部124に対して、検索式が渡されると、検索実行部124は、以下の処理を実行する。
【0023】
図6は、本発明の検索式実行部の動作を示すフローチャートである。
ステップ201) アプリケーションプログラム110から渡された検索式は、検索式実行部124に渡される。
ステップ202) 検索式実行部124は、検索式の構文解析を行い、検索に必要なビューと、その操作を決定する。
【0024】
ステップ203) 検索式実行部124は、ビュー定義情報辞書123から、必要となるビュー定義情報を得て、通信部125を介してDBSENA210と通信を行い、ビューのインスタンスを取得する。このとき、複数のビューのインスタンスが必要な場合は、複数のビューのインスタンスを取得する。
ステップ204) 検索式実行部124は、取得したビューのインスタンスを、検索式に従って結合し、結果をアプリケーションプログラム110に返却する。
【0025】
【実施例】
以下、図面と共に本発明の実施例を説明する。
まず、サーバ部200のDBSENA210には、RDB、Webページなどから、自動車の車種名、排気量、価格、メーカ名、電話番号、住所の情報検索が可能な設定が行われている。検索可能な情報源の例を図7に示す。
【0026】
ここで、ビュー作成部121において、第1のビューを作成する。
エンドユーザがビュー作成画面表示部122より、「価格が¥2,000,000未満の自動車の車種名、排気量、価格、メーカ名」のデータの集合であるビューを入力し、これにより、ビュー作成部121では、ビューを作成する。ビューには、ビュー名「自動車」を付ける。ビューの例を図8に示す。
【0027】
このようにして作成されたビューを通信部125を介してサーバ部200のDBSENA210に転送される。これにより、DBSENA210では、図9に示す検索実行の候補の例を生成して、仮想データベース管理部120に返却する。
エンドユーザは、これらの候補のうち必要なものをビュー作成画面表示部122上で選択することで、ビューが定義される(例えば、マツデDB以外の全て)。これにより、ビュー作成部121で生成されるビューは図10に示すようになる。
【0028】
また、第2のビューの作成について説明する。
エンドユーザがビュー作成画面表示部122より、「メーカ名、電話番号、住所」を入力すると、ビュー作成部121では、これらのデータの集合であるビューを作成し、そのビューには、ビュー名「メーカ」を付ける。その例を図11示す。生成されたビューを通信部125を介してDBSENA210に転送し、返却される検索実行情報の候補として図12に示す候補が返却される。
【0029】
エンドユーザが、これらの候補のうち必要なものを選択することで、ビューが定義される(例では、全ての候補)。そして、ビュー作成部121で生成されるビューの例は、図13に示すようになる。
上記のようにビューが設定された後、検索を実施する。
上記の第1のビューと第2のビューを持つ統合スキーマに対して、アプリケーションプログラム110から以下の検索式の実行が可能である。
【0030】
SELECT 車種名,価格,メーカ名,電話番号
FROM 自動車,メーカ名
WHERE 自動車,メーカ名 = メーカ,メーカ名
AND 価格<¥1,000,000
検索式実行部124は、上記の検索式により検索を実行すると、検索結果の例として、図14に示すインスタンスが得られる。
【0031】
また、上記の実施例では、図3に示す構成に基づいて説明しているが、図3の構成を要素をプログラムとして構築し、複数異種情報源アクセス装置として利用されるコンピュータに接続されるディスク装置や、フロッピーディスク、CD−ROM等の可搬記憶媒体に格納しておき、本発明を実施する際にインストールすることにより、容易に本発明を実現することが可能である。
【0032】
なお、本発明は、上記の実施例に限定されることなく、特許請求の範囲内において、種々変更・応用が可能である。
【0033】
【発明の効果】
上述のように、本発明によれば、情報源の構造を知らないユーザでも、統合スキーマを構築可能であり、また、この統合スキーマを用いることで、独自のアプリケーションプログラムを容易に開発することができる。
【図面の簡単な説明】
【図1】本発明の原理を説明するための図である。
【図2】本発明の原理構成図である。
【図3】本発明の異種情報源アクセス装置の構成図である。
【図4】本発明の仮想データベース管理部の構成図である。
【図5】本発明のビュー作成の手順を示すフローチャートである。
【図6】本発明の検索式実行部の動作を示すフローチャートである。
【図7】本発明の一実施例の検索可能な情報源の例である。
【図8】本発明の一実施例の第1のビューの設定例である。
【図9】本発明の一実施例の検索実行の候補の例(その1)である。
【図10】本発明の一実施例の生成される第1のビューの例である。
【図11】本発明の一実施例の第2のビューの設定例である。
【図12】本発明の一実施例の検索実行の候補の例(その2)である。
【図13】本発明の一実施例の生成される第2のビューの例である。
【図14】本発明の一実施例の検索結果として得られたインスタンスの例である。
【符号の説明】
100 クライアント、クライアント部
110 アプリケーションプログラム
120 仮想データベース管理部
121 ビュー作成手段、ビュー作成部
122 ビュー作成画面表示部
123 ビュー定義情報辞書
124 検索式実行手段、検索式実行部
125 通信部
200 サーバ、サーバ部
210 DBSENA
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a storage medium which stores a plurality heterogeneous information sources access method and the client device and a plurality heterogeneous information sources access program, in particular, the information source on the network, the end user Te knowledge Ranaku their structure The present invention also relates to a method for accessing a plurality of different information sources for creating a virtual database integrating them, a client device, and a storage medium storing a plurality of different information source access programs.
[0002]
[Prior art]
There is an increasing demand for retrieval of data having a fixed data structure, such as a database, bullet points in a document, and CSV format. On the other hand, a multi-database management system, a mediator and the like have been proposed.
In these systems, a plurality of information sources are searched for by mapping a plurality of information sources to one integrated schema, and a system designer or a system administrator designs the integrated schema.
[0003]
[Problems to be solved by the invention]
However, the above-mentioned conventional multi-database management system and mediator have the following problems.
-It is necessary to design an integrated schema in advance.
-End users are restricted to access through the integrated schema.
-A single integrated schema cannot meet the needs of various end users.
[0004]
The present invention has been made in view of the above points, and a virtual table that integrates a plurality of information sources existing on a network can be easily created by specifying a keyword and a condition value by an end user. A method for accessing a plurality of different types of information sources, a client device, and a plurality of different types of information that enable an end user to have a virtual database which is a set of virtual tables by accumulating and reusing created virtual tables. It is an object of the present invention to provide a storage medium storing a source access program.
[0005]
[Means for Solving the Problems]
FIG. 1 is a diagram for explaining the principle of the present invention.
The present invention (claim 1) provides a method for accessing a plurality of different information sources in a client unit for accessing a plurality of different information sources.
When a keyword / condition value is input from the end user (step 1), the keyword / condition value is transferred to DBSENA used as a heterogeneous information source search device in the server unit , and a search execution information candidate for the information source is obtained from DBSENA When the group is returned (step 2), a candidate for necessary search execution information is registered as view definition information in a view definition information dictionary (step 3), a view creation step,
When performing a search, based on the search expression input from the end user, by searching the view definition information registered in the view definition dictionary (Step 4), transfers the acquired view definition information DBSENA the server unit Then, an instance of the view is acquired from the DBSENA (steps 5 and 6 ), and a search expression execution step is performed .
[0006]
According to the present invention (claim 2), in the view creation step, a plurality of view definition information is defined in the view definition information dictionary .
In the present invention (claim 3), in the search formula execution step,
When instances of a plurality of views are required, a combining step of acquiring the instances of the plurality of views from DBSENA of the server unit and combining the instances according to the search formula is further performed.
FIG. 2 is a diagram illustrating the principle of the present invention.
The present invention (claim 4) is a client device for accessing a plurality of different information sources,
When a keyword / condition value is input from the end user, the keyword / condition value is transferred to DBSENA used as a heterogeneous information source search device of the server unit , and a candidate group of information execution search information of the information source is returned from DBSENA. that when, as a candidate view definition information of search execution information needed, a view creation unit 121 for registering the bi-menu definition information dictionary 123,
When performing a search based on the search expression input from the end user, by searching the view definition information registered in the view definition dictionary 123, and transfers the acquired view definition information DBSENA the server unit, from the DBSENA having a retrieval equation execution means 124 for obtaining an instance of a view, a.
[0007]
According to the present invention (claim 5), the view creation unit 121 defines a plurality of view definition information in the view definition information dictionary 123 .
The present invention (claim 6), when an instance of the multiple views is needed, obtains an instance of a plurality of views from DBSENA the server unit, including means for binding in accordance with the search expression.
[0008]
The present invention (claim 7) is a storage medium storing a plurality of different information source access programs to be executed by the client unit for accessing a plurality of different information sources,
When a keyword / condition value is input from the end user, the keyword / condition value is transferred to DBSENA used as a heterogeneous information source search device of the server unit , and a candidate group of information execution search information of the information source is returned from DBSENA. When that, as a search candidate view definition information of the execution information needed, the view creation step of registering the bi-menu definition information dictionary,
When performing a search, based on the search expression input from the end user, by searching the view definition information registered in the view definition dictionary, and transfers the acquired view definition information DBSENA the server unit, the DBSENA A retrieval formula execution step of acquiring an instance of a view from the storage medium.
[0009]
According to the present invention (claim 8), in the view creation step, a step of defining a plurality of view definition information in the view definition information dictionary is executed .
The present invention (Claim 9), in the search formula executing step, when multiple instances of views is needed to obtain an instance of a plurality of views from DBSENA the server unit, for binding in accordance with the search expression bond Cause the steps to be performed further.
[0010]
As described above, by using the search execution information of the heterogeneous information source search device as the definition information of the virtual table, the end user can search as a unique virtual table without knowing the structure of the information source. Becomes possible.
In addition, by defining a plurality of virtual tables, it becomes possible for the end user to construct an original virtual database.
[0011]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, a case will be described in which the information search method and system (hereinafter, DBSENA) disclosed in Japanese Patent Application No. 8-240857 is used as a heterogeneous information source search device.
Even if the end user does not know the structure of multiple heterogeneous information sources, DBSENA automatically generates search execution information for multiple heterogeneous information sources based on “keywords / condition values” input by the end user, and performs this search. This is a system that collectively searches a plurality of different information sources using execution information and obtains an “instance”.
[0012]
According to the present invention, a set of “keyword / condition value” which is an input of DBSENA and “instance” which is an output of DBSENA are regarded as a table in a relation data model. It is realized as access to. Here, “virtual” means that the table does not have a physical instance and instances are dynamically collected when the table is accessed.
[0013]
Further, in the present invention, an integrated search for a plurality of different types of information sources can be performed in a standard database search language (SQL language) by regarding a set of a plurality of views as a virtual database.
In the present invention, a set of “keyword / condition value” as input to DBSENA and “instance” as output is referred to as “view”, and a virtual database as a set of views is referred to as “virtual database”.
[0014]
FIG. 3 shows the configuration of the heterogeneous information source access device of the present invention.
The heterogeneous information source access device shown in FIG. 1 has a client-server architecture including a client unit 100 and a server unit 200.
The client unit 100 includes an application program 110 and a virtual database management unit 120 that manages view definition information.
[0015]
The server unit 200 includes a DBSENA 210.
FIG. 4 shows the configuration of the virtual database management unit of the client unit of the present invention.
The virtual database management unit 120 shown in FIG. 2 includes a view creation unit 121, a view creation screen display unit 122, a view definition information dictionary 123, a search formula execution unit 124, and a communication unit 125.
[0016]
The view creation unit 121 requests DBSENA to create a view in response to input of a keyword and a condition value from the application program 110, and registers the created view definition information in the view definition information dictionary 123.
The view creation screen display unit 122 is a screen on which an end user inputs a keyword / condition value and a screen for selecting a candidate for search execution information when a view is created.
[0017]
The view definition information dictionary 123 is a dictionary that stores view definition information of an integrated schema created by an end user.
The search expression execution unit 124 interprets the SQL search expression from the application program 110, requests the DBSENA 210 to execute a search based on the view definition information registered in the view definition information dictionary 123, and obtains the obtained search result. Return to application program 110.
[0018]
The communication unit 125 communicates with the DBSENA 210 operating on the server 200.
The DBSENA 210 of the server unit 200 performs the following processing in response to a request from the virtual database management unit 120.
-Generate and return a set of search execution information candidates from keywords and condition values.
・ The information source is actually searched from the search execution information, and the search result is returned.
[0019]
Next, creation of view definition information in the above configuration will be described.
The view is created at the request of the end user. A view is created by defining view definition information. View definition information consists of the following items.
-View name:
View name and search execution information for specifying the view with the search statement:
Information Required for DBSENA 210 to Search for Specific Information FIG. 5 is a flowchart showing the procedure for creating a view according to the present invention.
[0020]
Step 101) The end user activates the view creation screen display unit 122.
Step 102) The end user inputs a keyword / condition value to the view creation screen display unit 122.
Step 103) The above keyword / condition value passed to the view creation screen display unit 122 is passed to the DBSENA 210 in the server unit 200 via the communication unit 125.
[0021]
Step 104) The DBSENA 210 returns to the client unit 100 a group of search execution information candidates for information sources from which the specified information can be obtained.
Step 105) The search execution information candidate group is returned to the view creation screen display unit 122 through the view creation unit 121.
Step 106) The view creation screen display unit 122 presents the search execution information to the end user.
[0022]
Step 107) The end user selects necessary items from the presented search item information candidate group. Also specify the view name at the same time.
Step 108) The view creation unit 121 registers the selected search execution information candidate as a view in the view definition information dictionary 123.
Next, an operation at the time of performing a search will be described. When a search expression is passed from the application program 110 to the search expression execution unit 124, the search execution unit 124 executes the following processing.
[0023]
FIG. 6 is a flowchart showing the operation of the search formula execution unit of the present invention.
Step 201) The search formula passed from the application program 110 is passed to the search formula execution unit 124.
Step 202) The search formula execution unit 124 analyzes the syntax of the search formula, and determines a view necessary for the search and its operation.
[0024]
Step 203) The search formula execution unit 124 obtains necessary view definition information from the view definition information dictionary 123, communicates with the DBSENA 210 via the communication unit 125, and obtains a view instance. At this time, if instances of a plurality of views are required, the instances of the plurality of views are acquired.
Step 204) The search formula execution unit 124 combines the acquired instances of the view according to the search formula, and returns the result to the application program 110.
[0025]
【Example】
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
First, the DBSENA 210 of the server unit 200 is set so that information such as vehicle type name, displacement, price, maker name, telephone number, and address can be searched from the RDB, Web page, and the like. FIG. 7 shows an example of a searchable information source.
[0026]
Here, the view creation unit 121 creates a first view.
The end user inputs a view, which is a set of data of “vehicle type name, displacement, price, and manufacturer name of a car whose price is less than $ 2,000,000”, from the view creation screen display unit 122, and the view The creation unit 121 creates a view. The view is given the view name "car". FIG. 8 shows an example of the view.
[0027]
The view created in this way is transferred to the DBSENA 210 of the server unit 200 via the communication unit 125. As a result, the DBSENA 210 generates an example of a search execution candidate shown in FIG. 9 and returns it to the virtual database management unit 120.
The end user selects a necessary one of these candidates on the view creation screen display unit 122 to define a view (for example, all but the Mazde DB). Thus, the view generated by the view creation unit 121 is as shown in FIG.
[0028]
The creation of the second view will be described.
When the end user inputs “manufacturer name, telephone number, and address” from the view creation screen display unit 122, the view creation unit 121 creates a view that is a set of these data, and assigns the view name “ "Maker". An example is shown in FIG. The generated view is transferred to DBSENA 210 via communication unit 125, and the candidates shown in FIG. 12 are returned as candidates for the search execution information to be returned.
[0029]
The view is defined by the end user selecting the required one of these candidates (in the example, all candidates). An example of a view generated by the view creation unit 121 is as shown in FIG.
After the view is set as described above, a search is performed.
With respect to the integrated schema having the first view and the second view, the application program 110 can execute the following retrieval formula.
[0030]
SELECT Model name, price, maker name, phone number FROM car, maker name WHERE car, maker name = maker, maker name AND Price <$ 1,000,000
When the search formula execution unit 124 executes a search using the above search formula, an instance shown in FIG. 14 is obtained as an example of a search result.
[0031]
Although the above embodiment has been described based on the configuration shown in FIG. 3, the configuration shown in FIG. 3 is constructed as a program, and a disk connected to a computer used as a multiple heterogeneous information source access device. The present invention can be easily realized by storing it in a portable storage medium such as an apparatus, a floppy disk, or a CD-ROM, and installing it when implementing the present invention.
[0032]
It should be noted that the present invention is not limited to the above-described embodiment, and various modifications and applications are possible within the scope of the claims.
[0033]
【The invention's effect】
As described above, according to the present invention, even a user who does not know the structure of an information source can construct an integrated schema, and by using this integrated schema, an original application program can be easily developed. it can.
[Brief description of the drawings]
FIG. 1 is a diagram for explaining the principle of the present invention.
FIG. 2 is a principle configuration diagram of the present invention.
FIG. 3 is a configuration diagram of a heterogeneous information source access device of the present invention.
FIG. 4 is a configuration diagram of a virtual database management unit of the present invention.
FIG. 5 is a flowchart showing a procedure for creating a view according to the present invention.
FIG. 6 is a flowchart showing the operation of the search expression execution unit of the present invention.
FIG. 7 is an example of a searchable information source according to an embodiment of the present invention.
FIG. 8 is a setting example of a first view according to an embodiment of the present invention.
FIG. 9 is an example (part 1) of a search execution candidate according to an embodiment of the present invention.
FIG. 10 is an example of a first view generated according to an embodiment of the present invention;
FIG. 11 is a setting example of a second view according to an embodiment of the present invention.
FIG. 12 is an example (No. 2) of search execution candidates according to an embodiment of the present invention.
FIG. 13 is an example of a generated second view according to an embodiment of the present invention;
FIG. 14 is an example of an instance obtained as a search result according to an embodiment of the present invention.
[Explanation of symbols]
Reference Signs List 100 client, client unit 110 application program 120 virtual database management unit 121 view creation unit, view creation unit 122 view creation screen display unit 123 view definition information dictionary 124 search expression execution unit, search expression execution unit 125 communication unit 200 server, server unit 210 DBSENA

Claims (9)

複数の異種情報源にアクセスするためのクライアント部における複数異種情報源アクセス方法において、
エンドユーザからキーワード・条件値が入力されると、該キーワード・条件値をサーバ部の異種情報源検索装置として用いられるDBSENAへ転送し、該DBSENAから情報源の検索実行情報の候補群が返却されると、必要な検索実行情報の候補をビュー定義情報として、ビュー定義情報辞書に登録するビュー作成ステップと、
検索実行時には、前記エンドユーザから入力された検索式に基づいて、前記ビュー定義情報辞書に登録されているビュー定義情報を検索して、取得したビュー定義情報を前記サーバ部の前記DBSENAに転送し、該DBSENAからビューのインスタンスを取得する検索式実行ステップと、を行うことを特徴とする複数異種情報源アクセス方法。
A method for accessing a plurality of different information sources in a client unit for accessing a plurality of different information sources,
When a keyword / condition value is input from the end user, the keyword / condition value is transferred to DBSENA used as a heterogeneous information source search device of the server unit , and a candidate group of information execution search information of the information source is returned from DBSENA. When that, as a search candidate view definition information of the execution information needed, the view creation step of registering the bi-menu definition information dictionary,
When performing a search is based on said search expression input from the end user, the search for the view definition information registered in the view definition information dictionary, the obtained view definition information to the DBSENA of the server unit Performing a search expression execution step of transferring and acquiring an instance of a view from the DBSENA .
前記ビュー作成ステップにおいて、
前記ビュー定義情報を前記ビュー定義情報辞書に複数定義する請求項1記載の複数異種情報源アクセス方法。
In the view creation step,
2. The method according to claim 1, wherein a plurality of the view definition information are defined in the view definition information dictionary .
前記検索式実行ステップにおいて、
複数のビューのインスタンスが必要な場合には、前記サーバ部のDBSENAから複数のビューのインスタンスを取得し、前記検索式に従って結合する結合ステップを更に行う請求項1記載の複数異種情報源アクセス方法。
In the search expression execution step,
If necessary instances of multiple views, the obtains an instance of a plurality of views from DBSENA server unit, further more heterogeneous information sources according to claim 1, wherein performing the binding step of binding in accordance with the search expression how to access.
複数の異種情報源にアクセスするためのクライアント装置であって、
エンドユーザからキーワード・条件値が入力されると、該キーワード・条件値をサーバ部の異種情報源検索装置として用いられるDBSENAへ転送し、該DBSENAから情報源の検索実行情報の候補群が返却されると、必要な検索実行情報の候補をビュー定義情報として、ビュー定義情報辞書に登録するビュー作成手段と、
検索実行時に、前記エンドユーザから入力された検索式に基づいて、前記ビュー定義辞書に登録されているビュー定義情報を検索して、取得したビュー定義情報を前記サーバ部の前記DBSENAに転送し、該DBSENAからビューのインスタンスを取得する検索式実行手段と、を有することを特徴とするクライアント装置
A client device for accessing a plurality of different information sources,
When a keyword / condition value is input from the end user, the keyword / condition value is transferred to DBSENA used as a heterogeneous information source search device of the server unit , and a candidate group of information execution search information of the information source is returned from DBSENA. When that, as a search candidate view definition information of the execution information needed, a view creation unit for registering the bi-menu definition information dictionary,
At the time of performing a search, based on a search formula input from the end user , search for view definition information registered in the view definition dictionary, and transfer the obtained view definition information to the DBSENA of the server unit; client apparatus characterized by having a search equation execution means for obtaining an instance of a view from the DBSENA.
前記ビュー作成手段は、
前記ビュー定義情報を前記ビュー定義情報辞書に複数定義する請求項4記載のクライアント装置
The view creation means,
5. The client device according to claim 4, wherein a plurality of the view definition information are defined in the view definition information dictionary .
複数のビューのインスタンスが必要な場合には、前記サーバ部のDBSENAから複数のビューのインスタンスを取得し、前記検索式に従って結合する手段を含む請求項4記載のクライアント装置Multiple If an instance of view is required, the Get an instance of a plurality of views from DBSENA the server unit, the client apparatus of claim 4 further comprising means for binding in accordance with the search expression. 複数の異種情報源にアクセスするための該クライアント部に実行させる複数異種情報源アクセスプログラムを格納した記憶媒体であって、
エンドユーザからキーワード・条件値が入力されると、該キーワード・条件値をサーバ部の異種情報源検索装置として用いられるDBSENAへ転送し、該DBSENAから情報源の検索実行情報の候補群が返却されると、必要な検索実行情報の候補をビュー定義情報として、ビュー定義情報辞書に登録するビュー作成ステップと、
検索実行時には、前記エンドユーザから入力された検索式に基づいて、前記ビュー定義辞書に登録されているビュー定義情報を検索して、取得したビュー定義情報を前記サーバ部の前記DBSENAに転送し、該DBSENAからビューのインスタンスを取得する検索式実行ステップと、を実行させるプログラムを格納したことを特徴とする複数異種情報源アクセスプログラムを格納した記憶媒体。
A storage medium storing a plurality of heterogeneous information source access programs to be executed by the client unit for accessing a plurality of heterogeneous information sources,
When a keyword / condition value is input from the end user, the keyword / condition value is transferred to DBSENA used as a heterogeneous information source search device of the server unit , and a candidate group of information execution search information of the information source is returned from DBSENA. When that, as a search candidate view definition information of the execution information needed, the view creation step of registering the bi-menu definition information dictionary,
When performing a search is based on said search expression input from the end user, forwarding the search view definition information registered in the view definition dictionary, the obtained view definition information to the DBSENA of the server unit And a search expression execution step of acquiring an instance of a view from the DBSENA; and a storage medium storing a program for accessing a plurality of different types of information sources, characterized by storing a program for executing the search expression execution step .
前記ビュー作成ステップにおいて、
前記ビュー定義情報を前記ビュー定義情報辞書に複数定義するステップを実行させる請求項7記載の複数異種情報源アクセスプログラムを格納した記憶媒体。
In the view creation step,
A storage medium storing a plurality of heterogeneous information source access programs according to claim 7, wherein a step of defining a plurality of said view definition information in said view definition information dictionary is executed .
前記検索式実行ステップにおいて、
複数のビューのインスタンスが必要な場合には、前記サーバ部のDBSENAから複数のビューのインスタンスを取得し、前記検索式に従って結合する結合ステップを更に実行させる請求項7記載の複数異種情報源アクセスプログラムを格納した記憶媒体。
In the search expression execution step,
If necessary instances of multiple views, the obtains an instance of a plurality of views from DBSENA the server unit, a plurality heterogeneous information according to claim 7, wherein for the search expression further perform the binding step of binding in accordance with Storage medium storing a source access program.
JP31688699A 1999-11-08 1999-11-08 Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program Expired - Lifetime JP3565117B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP31688699A JP3565117B2 (en) 1999-11-08 1999-11-08 Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP31688699A JP3565117B2 (en) 1999-11-08 1999-11-08 Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program

Publications (2)

Publication Number Publication Date
JP2001134597A JP2001134597A (en) 2001-05-18
JP3565117B2 true JP3565117B2 (en) 2004-09-15

Family

ID=18082017

Family Applications (1)

Application Number Title Priority Date Filing Date
JP31688699A Expired - Lifetime JP3565117B2 (en) 1999-11-08 1999-11-08 Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program

Country Status (1)

Country Link
JP (1) JP3565117B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007179493A (en) * 2005-12-28 2007-07-12 Nippon Digital Kenkyusho:Kk Business form preparation device, business form preparation system, business form preparation method and business form preparation program
JP2007179495A (en) * 2005-12-28 2007-07-12 Nippon Digital Kenkyusho:Kk Business form preparation method, business form preparation device, business form preparation system and business form preparation program
JP4977536B2 (en) * 2006-08-11 2012-07-18 株式会社リコー Information processing apparatus, information acquisition method, and information acquisition program
CN105138526B (en) 2014-05-30 2019-02-22 国际商业机器公司 For automatically generating the method and system of Semantic mapping for relevant database
CN111066038A (en) * 2017-09-06 2020-04-24 美国西门子医学诊断股份有限公司 Alarm enabled passive application integration
JP6602500B1 (en) * 2019-04-22 2019-11-06 Dendritik Design株式会社 Database management system, database management method, and database management program

Also Published As

Publication number Publication date
JP2001134597A (en) 2001-05-18

Similar Documents

Publication Publication Date Title
US7451136B2 (en) System and method for searching multiple disparate search engines
US6826559B1 (en) Hybrid category mapping for on-line query tool
US6493721B1 (en) Techniques for performing incremental data updates
US7047242B1 (en) Weighted term ranking for on-line query tool
US6393415B1 (en) Adaptive partitioning techniques in performing query requests and request routing
US6484161B1 (en) Method and system for performing online data queries in a distributed computer system
US6408294B1 (en) Common term optimization
US6496843B1 (en) Generic object for rapid integration of data changes
US6578056B1 (en) Efficient data transfer mechanism for synchronization of multi-media databases
US6374241B1 (en) Data merging techniques
JP4318741B2 (en) Database system, database search method and recording medium
US6397228B1 (en) Data enhancement techniques
US7143078B2 (en) System and method for managed database query pre-optimization
JP5129804B2 (en) Search-based application development framework
JP2005524138A (en) Method, computer program, and computer for accessing data in a multi-data repository environment
JP2009205397A (en) Retrieval engine, retrieval system, retrieval method, and program
JP2009110260A (en) File sharing system in cooperation with search engine
JP2002351873A (en) Metadata management system and search method
US8122003B2 (en) Request-based knowledge acquisition
JP2009037501A (en) Information retrieval apparatus, information retrieval method and program
JP5927886B2 (en) Query system and computer program
JPH11213014A (en) Data base system, data base retrieving method and recording medium
US8275661B1 (en) Targeted banner advertisements
JP3565117B2 (en) Access method for multiple different information sources, client device, and storage medium storing multiple different information source access program
US7818337B2 (en) System and method for dynamically exposing SQL statements as web protocols

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040224

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040408

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20040518

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20040531

R150 Certificate of patent or registration of utility model

Ref document number: 3565117

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090618

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090618

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100618

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100618

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110618

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120618

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130618

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140618

Year of fee payment: 10

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term