JPH10154088A - Object-oriented database application generating gui unit - Google Patents

Object-oriented database application generating gui unit

Info

Publication number
JPH10154088A
JPH10154088A JP9253283A JP25328397A JPH10154088A JP H10154088 A JPH10154088 A JP H10154088A JP 9253283 A JP9253283 A JP 9253283A JP 25328397 A JP25328397 A JP 25328397A JP H10154088 A JPH10154088 A JP H10154088A
Authority
JP
Japan
Prior art keywords
link
user
application
query language
screen
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
JP9253283A
Other languages
Japanese (ja)
Inventor
Keiji Kagiwada
圭二 鍵和田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP9253283A priority Critical patent/JPH10154088A/en
Publication of JPH10154088A publication Critical patent/JPH10154088A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To efficiently generate an application which performs navigation among objects in object-oriented database by using a GUI. SOLUTION: An application information extracting part 103 extracts application information in response to a screen operation by a user who uses a real screen 101 that expands a link. A query language generating part 104 generates a query language that includes an operation which tracks a link between objects in accordance with the application information and issues it to an ODBMS 106. A retrieval result display controlling part 108 receives the retrieval result of an ODB 107 from the ODBMS 106 and updates the screen 101 which expands a link. Link meta information management parts 105 and 105' correspond to a screen operation in which a user designates registration and register and manage a query language that is generated by the part 104 as link meta information that corresponds to a database application the user designates. An application executing part 110 carries out the application based on the link meta information and displays a user use screen 111.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、オブジェクト指向
データベース内のオブジェクト間のナビゲーションを行
うアプリケーションを効率的に生成するための技術に関
する。
The present invention relates to a technique for efficiently generating an application for performing navigation between objects in an object-oriented database.

【0002】[0002]

【従来の技術及び発明が解決しようとする課題】オブジ
ェクト指向データベース(ODB)の特徴の1つに、ナ
ビゲーション機能がある。この機能は、データベース内
のオブジェクト間で関係付けを行い、その関係付けによ
って生成されるリンク(関係属性)を辿ることのできる
機能である。例えばオブジェクトAの各インスタンスの
特定の項目(アイテム)にオブジェクトBの各インスタ
ンスのオブジェクト識別子が予め格納されることによ
り、オブジェクトAにアクセスしたときに、それに続い
てオブジェクトBにアクセスすることができる。より具
体的には、例えばオブジェクトAに商品番号情報と商品
の価格情報が格納され、オブジェクトBに商品の写真情
報が格納されている場合に、オブジェクトA内の特定の
商品に対応するインスタンスにアクセスしたときに、そ
れに続いてオブジェクトBにアクセスすることによっ
て、その商品の写真を簡単に引き出すことができる。
2. Description of the Related Art One of the features of an object-oriented database (ODB) is a navigation function. This function is a function that makes a relationship between objects in a database and can follow a link (relation attribute) generated by the relationship. For example, when the object identifier of each instance of the object B is stored in advance in a specific item (item) of each instance of the object A, when the object A is accessed, the object B can be accessed subsequently. More specifically, for example, when the product number information and the price information of the product are stored in the object A and the photograph information of the product is stored in the object B, the instance corresponding to the specific product in the object A is accessed. Then, by accessing the object B subsequently, the photograph of the product can be easily extracted.

【0003】従来、データベース内のオブジェクト間の
ナビゲーションを実現するために、特別な能力を有する
システム管理者が、SQL(構造化問合せ言語)のよう
な特定のデータベース問合せ言語を用いて、目的とする
ナビゲーション操作を直接に記述しプログラムしてい
た。
Conventionally, in order to achieve navigation between objects in a database, a system administrator with special capabilities uses a specific database query language, such as SQL (Structured Query Language), to achieve a target. The navigation operation was directly described and programmed.

【0004】しかし、このような従来手法を使用するた
めにはデータベース問合せ言語の使用方法を修得しなけ
ればならないため、一般のエンドユーザが上述のような
従来手法を使用することは困難であり、エンドユーザは
データベース内のオブジェクト間のナビゲーションを容
易に実現することはできなかった。
However, in order to use such a conventional method, it is necessary to learn how to use a database query language, so that it is difficult for general end users to use the above-described conventional method. End users have not been able to easily navigate between objects in the database.

【0005】このような問題点に対して、データベース
内のオブジェクト間のナビゲーションを、GUI(グラ
フィカルユーザインタフェース)を用いて実現する技術
が提案されている。この技術を用いることにより、エン
ドユーザは、画面上にグラフィカルに表示されるオブジ
ェクトのリンクを、例えばマウスを用いて順次クリック
しながら辿ってゆくことができ、データベース内のオブ
ジェクトに対するインタラクティブなナビゲーションを
実現することができる。
[0005] In order to solve such a problem, a technique for realizing navigation between objects in a database by using a GUI (graphical user interface) has been proposed. By using this technology, the end user can follow the links of the objects graphically displayed on the screen while sequentially clicking, for example, using a mouse, thereby realizing interactive navigation for the objects in the database. can do.

【0006】しかし、このようなGUIによるナビゲー
ションでは、リンクがひとつずつ辿られることが一般的
である。なぜなら、複数のオブジェクト間でリンクが多
段階に設定されている場合、 −リンクが何処まで続いているのか? −GUIのユーザがリンク先のどこのオブジェクトまで
辿り付きたいのか? −リンク自体が無限ループ(再帰的(リカーシブ)なル
ープ)になっていた場合に、何処でナビゲーションを中
止するのか? といった情報は、ユーザ又はアプリケーションに依存す
るからである。
However, in such GUI navigation, it is common that links are followed one by one. Because, when links are set in multiple stages between multiple objects:-How long does the link continue? -Where does the GUI user want to reach the linked object? -Where does the navigation stop if the link itself is in an infinite loop (recursive loop)? This is because such information depends on the user or the application.

【0007】このようにデータベース内のオブジェクト
に対して、インタラクティブに1つずつリンクを辿るこ
とは、試行錯誤的にアプリケーションを開発する場合
や、データベースの構造と内容を知るうえでは、大変に
有効である。しかし、データベースに対するアクセス性
能やデータベース資源の有効利用を考えた効率的なアプ
リケーション、特に固定業務アプリケーションを開発す
るために、GUIを用いたナビゲーション機能を利用す
ることを考えた場合、そのナビゲーション結果が直接ア
プリケーションのプログラム内容に反映される訳ではな
いため、GUIを用いたナビゲーション機能はアプリケ
ーション開発のための有効なツールとはなり得ないとい
う問題点を有していた。
[0007] As described above, it is very effective to interactively follow links one by one with respect to objects in a database when developing an application by trial and error or to know the structure and contents of the database. is there. However, when considering the use of a navigation function using a GUI to develop an efficient application that considers database access performance and effective use of database resources, especially fixed business applications, the navigation results are directly There is a problem that the navigation function using the GUI cannot be an effective tool for application development because it is not reflected in the program content of the application.

【0008】本発明の課題は、GUIを用いたナビゲー
ションの結果に基づいてデータベースアプリケーション
を効率的に開発可能とすることにある。
An object of the present invention is to make it possible to efficiently develop a database application based on a result of navigation using a GUI.

【0009】[0009]

【課題を解決するための手段】本発明の第1の態様は、
以下の構成を有する。まず、アプリケーション情報抽出
手段(アプリケーション情報抽出部103)は、オブジ
ェクト指向データベース(ODB107)内のオブジェ
クト間のリンクを辿る操作を含むユーザによる画面操作
に応答して、オブジェクト指向データベースに対するア
クセスに必要なアプリケーション情報を抽出する。
According to a first aspect of the present invention, there is provided:
It has the following configuration. First, the application information extraction unit (application information extraction unit 103) responds to a screen operation by a user including an operation of following a link between objects in the object-oriented database (ODB 107), and responds to a screen operation by a user. Extract information.

【0010】問合せ言語生成手段(問合せ言語生成部1
04)は、アプリケーション情報を受け取り、それに対
応しリンクを辿る操作を含む問合せ言語を生成し、その
問合せ言語をオブジェクト指向データベースを管理する
オブジェクト指向データベースマネージメントシステム
(ODBMS106)に対して発行する。
Query language generating means (query language generating unit 1)
04) receives the application information, generates a query language corresponding to the operation following the link, and issues the query language to the object-oriented database management system (ODBMS 106) that manages the object-oriented database.

【0011】検索結果表示制御手段(検索結果表示制御
部108)は、オブジェクト指向データベースマネージ
メントシステムから検索結果を受け取り、その検索結果
に応じてオブジェクト指向データベース内のオブジェク
ト間のリンク関係を含む画面(リンクを展開した実画面
101)を、ユーザに対して画面操作を行わせるために
表示する。
The search result display control means (search result display control unit 108) receives a search result from the object-oriented database management system, and displays a screen (link) including a link relationship between objects in the object-oriented database according to the search result. Is displayed to allow the user to perform a screen operation.

【0012】リンクメタ情報管理手段(リンクメタ情報
管理部105、105′)は、問合せ言語生成手段が生
成する問合せ言語のうち、ユーザが登録を指示した画面
操作に対応して生成されている問合せ言語を、ユーザが
指示したデータベースアプリケーションに対応するリン
クメタ情報として登録し管理する。
[0012] The link meta information management means (link meta information management units 105 and 105 ') includes, among the query languages generated by the query language generation means, a query generated in response to a screen operation instructed by the user to register. The language is registered and managed as link meta information corresponding to the database application specified by the user.

【0013】アプリケーション実行手段(アプリケーシ
ョン実行部110)は、リンクメタ情報に基づき、ユー
ザが指示したデータベースアプリケーションを実行す
る。以上の本発明の第1の態様の構成により、ユーザ
は、オブジェクト指向データベース上のオブジェクト間
のリンクを辿るナビゲーションのための画面操作をマウ
ス等を用いて行うだけで、そのようなナビゲーション機
能を有する適切なデータベースアプリケーションを自動
的に作成することができる。
An application executing means (application executing unit 110) executes a database application designated by a user based on the link meta information. With the configuration of the first aspect of the present invention described above, the user has such a navigation function simply by performing a screen operation for navigation following a link between objects on the object-oriented database using a mouse or the like. Appropriate database applications can be created automatically.

【0014】上述の本発明の第1の態様において、ユー
ザが直接指定した問合せ言語を入力し、それに対応する
画面であってオブジェクト指向データベース内のオブジ
ェクト間のリンク関係を含む画面をユーザに対して画面
操作を行わせるために表示するユーザ定義画面表示手段
(ユーザによる直接言語定義部109、アプリケーショ
ン情報抽出部103)を更に含むように構成することが
できる。この場合に、ユーザは、ユーザ定義画面表示手
段が表示させた画面上で、オブジェクト指向データベー
ス内のオブジェクト間のリンクを辿る操作を含む画面操
作を行う。
In the first aspect of the present invention, the user inputs a query language directly specified by the user, and displays a screen corresponding to the query language including a link relationship between objects in the object-oriented database to the user. It can be configured so as to further include a user-defined screen display unit (a direct language definition unit 109 by the user and an application information extraction unit 103) for performing a screen operation. In this case, the user performs a screen operation including an operation of following a link between objects in the object-oriented database on the screen displayed by the user-defined screen display unit.

【0015】このようなユーザによる直接の言語定義を
許容することにより、パワーユーザ等は、より効率的に
データベースアプリケーションを開発することができ
る。本発明の第2の態様は、以下の構成を有する。
By allowing such a direct language definition by a user, a power user or the like can more efficiently develop a database application. A second aspect of the present invention has the following configuration.

【0016】まず、アプリケーション情報抽出手段(ア
プリケーション情報抽出部103)は、オブジェクト指
向データベース(ODB107)内のユーザが指示した
オブジェクトに関する情報と、そのオブジェクトにリン
クするオブジェクト指向データベース内の他のオブジェ
クトの再帰的な検索を指示するための情報を含むアプリ
ケーション情報を抽出する。
First, the application information extraction means (application information extraction unit 103) performs a recursive search of information on an object designated by the user in the object-oriented database (ODB 107) and other objects in the object-oriented database linked to the object. Application information including information for instructing a general search.

【0017】問合せ言語生成手段(問合せ言語生成部1
04)は、アプリケーション情報を受け取り、それに対
応しユーザが指示したオブジェクトにリンクする他のオ
ブジェクトの再帰的な検索を指示する問合せ言語を生成
し、その問合せ言語をオブジェクト指向データベースを
管理するオブジェクト指向データベースマネージメント
システム(ODBMS106)に対して発行する。
Query language generating means (query language generating unit 1)
04) is an object-oriented database that receives application information, generates a query language that instructs a recursive search for other objects linked to the user-specified object corresponding to the application information, and manages the query language in an object-oriented database Issued to the management system (ODBMS 106).

【0018】リンクビューア画面表示手段(検索結果表
示制御部108)は、オブジェクト指向データベースマ
ネージメントシステムから検索結果を受け取り、その検
索結果に応じてユーザが指示したオブジェクトとそれに
リンクする他のオブジェクトとのリンク関係の全体をリ
ンクビューア画面(リンクビューア画面102)として
表示する。
The link viewer screen display means (search result display control unit 108) receives a search result from the object-oriented database management system, and links the object designated by the user with another object linked to the object according to the search result. The entire relationship is displayed as a link viewer screen (link viewer screen 102).

【0019】リンクメタ情報管理手段(リンクメタ情報
管理部105、105′)は、問合せ言語生成手段がリ
ンクビューア画面を生成するために発行した問合せ言語
のうち、リンクビューア画面上でユーザが指示したリン
ク関係に対応する問合せ言語を、ユーザが指示したデー
タベースアプリケーションに対応するリンクメタ情報と
して登録し管理する。
The link meta information management means (link meta information management units 105 and 105 ') specifies, among the query languages issued by the query language generation means for generating the link viewer screen, the user instructed on the link viewer screen. The query language corresponding to the link relationship is registered and managed as link meta information corresponding to the database application specified by the user.

【0020】アプリケーション実行手段(アプリケーシ
ョン実行部110)は、リンクメタ情報に基づき、ユー
ザが指示したデータベースアプリケーションを実行す
る。このようなリンクビューア画面を用いた操作によ
り、ユーザは、オブジェクト指向データベース内のオブ
ジェクト間のリンク関係の全体を見渡すことができ、更
に効率的なデータベースアプリケーションの開発ができ
る。
The application executing means (application executing unit 110) executes a database application designated by the user based on the link meta information. Through such an operation using the link viewer screen, the user can view the entire link relationship between objects in the object-oriented database, and can develop a more efficient database application.

【0021】上述の本発明の第2の態様において、ユー
ザが直接指定した問合せ言語を入力し、それに対応する
画面であってオブジェクト指向データベース内のオブジ
ェクト間のリンク関係を含むリンクビューア画面を表示
するユーザ定義画面表示手段(ユーザによる直接言語定
義部109、アプリケーション情報抽出部103)を更
に含むように構成することができる。この場合に、ユー
ザは、ユーザ定義画面表示手段が表示させたリンクビュ
ーア画面上でリンク関係を指示する。
In the above-mentioned second aspect of the present invention, a query language specified directly by a user is input, and a link viewer screen including a link relationship between objects in an object-oriented database is displayed corresponding to the query language. It can be configured to further include a user-defined screen display means (user-directed language definition unit 109, application information extraction unit 103). In this case, the user indicates a link relationship on the link viewer screen displayed by the user-defined screen display means.

【0022】この場合も、本発明の第1の態様の場合と
同様に、パワーユーザ等は、より効率的にデータベース
アプリケーションを開発することができる。なお、本発
明は、コンピュータにより使用されたときに、上述の本
発明の第1又は第2の態様の構成によって実現される機
能と同様の機能をコンピュータに行わせるためのコンピ
ュータ読出し可能記録媒体として構成することもでき
る。
In this case, as in the case of the first embodiment of the present invention, the power user and the like can develop the database application more efficiently. The present invention provides a computer-readable recording medium that, when used by a computer, causes the computer to perform the same functions as the functions realized by the above-described configuration of the first or second aspect of the present invention. It can also be configured.

【0023】[0023]

【発明の実施の形態】以下、図面を参照しながら本発明
の実施の形態について詳細に説明する。図1は、本発明
の実施の形態のブロック図である。リンクを展開した実
画面101、リンクビューア画面102、アプリケーシ
ョン情報抽出部103、問合せ言語生成部104、リン
クメタ情報管理部105、毛検索結果表示制御部10
8、ユーザによる直接言語定義部109、アプリケーシ
ョン実行部110、及びユーザ利用画面111は、クラ
イアントコンピュータ上(クライアント側)に構成さ
れ、リンクメタ情報管理部105′、ODBMS10
6、及びODB107は、サーバコンピュータ上(サー
バ側)に構成される。
Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a block diagram of an embodiment of the present invention. Real screen 101 with links expanded, link viewer screen 102, application information extraction unit 103, query language generation unit 104, link meta information management unit 105, hair search result display control unit 10
8. The user direct language definition unit 109, the application execution unit 110, and the user use screen 111 are configured on the client computer (client side), and the link meta information management unit 105 ', the ODBCMS 10
6 and the ODB 107 are configured on a server computer (server side).

【0024】本実施の形態では、ユーザは、データベー
スアプリケーションの開発時に、下記の何れかの場合を
選択できる。 (1) GUI(リンクを展開した実画面101)を出発点
としてナビゲーション機能を有するアプリケーションを
開発する場合 (2) GUI(リンクビューア画面102)を出発点とし
てナビゲーション機能を有するアプリケーションを開発
する場合 (3) アプリケーションのスケルトンをデータベース問合
せ言語を用いて直接に定義し、その定義内容をGUIを
用いて表示させながらアプリケーションの詳細を開発し
てゆく場合 以下に、それぞれの場合の構成及び動作について説明す
る。(1) GUI(リンクを展開した実画面101)を出発点
としてナビゲーション機能を有するアプリケーションを
開発する場合 この場合には、図1において、クライアント側のユーザ
は、オブジェクト指向データベース(ODB)107内
のオブジェクトの各インスタンスの内容を直接表示する
ことのできる画面であるリンクを展開した実画面101
上で、マウスを用いて順次オブジェクト間のリンクを辿
ることができる。この場合、例えば図2に示されるよう
に、画面上にオブジェクトのインスタンスに対応するウ
インドウが表示され、そのウインドウ内の特定箇所にマ
ウスのカーソルを合わせてマウスをクリックすると、そ
のウインドウに対応するオブジェクトにリンクされてい
る他のオブジェクトのウインドウが画面上に現れる。そ
して、更にそのウインドウ内の特定箇所にマウスのカー
ソルを合わせてマウスをクリックすると、そのウインド
ウに対応するオブジェクトにリンクされている更に他の
オブジェクトのウインドウが画面上に現れる。具体的に
は、製品の価格情報が格納されているオブジェクトから
順次リンクを辿って、その製品の機種情報が格納されて
いるオブジェクトまで到達することができる。
In this embodiment, the user can select one of the following cases when developing a database application. (1) When developing an application having a navigation function starting from the GUI (real screen 101 with links expanded) (2) When developing an application having a navigation function starting from the GUI (link viewer screen 102) ( 3) When the application skeleton is directly defined using the database query language and the details of the application are developed while displaying the definition using the GUI. The configuration and operation of each case will be described below. . (1) Starting point from GUI (real screen 101 with links expanded)
Application with navigation function as
In the case of development In this case, in FIG. 1, the user on the client side expands a link which is a screen on which the contents of each instance of an object in the object-oriented database (ODB) 107 can be directly displayed.
Above, links between objects can be sequentially traced using a mouse. In this case, for example, as shown in FIG. 2, a window corresponding to the object instance is displayed on the screen, and when the mouse cursor is placed on a specific position in the window and the mouse is clicked, the object corresponding to the window is displayed. A window of another object linked to appears on the screen. Then, when the mouse cursor is placed on a specific position in the window and the mouse is clicked, a window of another object linked to the object corresponding to the window appears on the screen. Specifically, it is possible to sequentially follow the link from the object storing the price information of the product to the object storing the model information of the product.

【0025】ユーザがリンクを展開した実画面101上
で上述のGUI操作を行う毎に、クライアント側のアプ
リケーション情報抽出部103は、現在の画面に対応す
るアプリケーションに必要な情報を順次抽出し、その情
報を問合せ言語生成部104に伝達する。この情報は、
例えば、リンクを展開した実画面101上の各画面オブ
ジェクトの各リソースと、データベース内の各オブジェ
クトの各アイテム(項目)とを対応付けるための情報、
各画面オブジェクトの生成において必要なデータベース
操作を指示するための情報等である。今、アプリケーシ
ョンの開発時には、ユーザは、リンクを展開した実画面
101上で、オブジェクト間のリンクを辿るGUI操作
を行う。この場合には、アプリケーション情報抽出部1
03は、ユーザが指示したリンクに対応するオブジェク
ト情報等を抽出し、それを問合せ言語生成部104に伝
達する。
Each time the user performs the above-described GUI operation on the actual screen 101 on which the link is developed, the application information extraction unit 103 on the client side sequentially extracts information necessary for the application corresponding to the current screen, and The information is transmitted to the query language generation unit 104. This information
For example, information for associating each resource of each screen object on the real screen 101 on which the link is developed with each item (item) of each object in the database;
This is information or the like for instructing a database operation required for generating each screen object. At the time of developing an application, the user performs a GUI operation for following a link between objects on the actual screen 101 on which the link is developed. In this case, the application information extraction unit 1
In step 03, object information and the like corresponding to the link designated by the user are extracted and transmitted to the query language generation unit 104.

【0026】図3は、アプリケーションに必要な情報の
具体例を示す図である。図3において、例えば“object
x11(listBox) ”は、リンクを展開した実画面101上
のリストボックスと呼ばれる画面リソースを表示するた
めの画面オブジェクト“x11”の定義の開始を宣言して
いる。“location(135 63) ”は、画面オブジェクト
“x11 ”のリンクを展開した実画面101上での表示位
置を指示している。“size(20,30) ”は、画面オブジェ
クト“x11 ”の大きさ(縦横のサイズ)を指示してい
る。“color green ”は、画面オブジェクト“x11 ”の
色を指示している。“access-object obj12,obj35,obj1
08”は、画面オブジェクト“x11 ”を表示させるため
に、ODB107上のオブジェクト“obj12 ”,“obj3
5 ”,及び“obj108”にアクセスすることを示すリンク
情報である。“projection item54,item23”は、画面オ
ブジェクト“x11 ”を表示させるために、ODB107
上のオブジェクトに含まれる項目“item54”及び“item
23”にアクセスすることを示すプロジェクション情報で
ある。“join obj76 bj34 bj11”は、画面オブジェク
ト“x11 ”を表示させるために、ODB107上のオブ
ジェクト“obj76 ”と“obj34 ”と“obj11 ”の結合を
指示する。“related-object x87(parent) 256(chil
d)”は、画面オブジェクト“x11 ”の親(表示元)であ
る画面オブジェクトが“x87 ”で、画面オブジェクト
“x11 ”の子(次の表示先)である画面オブジェクトが
“x256”であることを示している。図3において、画面
オブジェクト“x31 ”の定義についても、画面オブジェ
クト“x11 ”の場合と同様である。
FIG. 3 is a diagram showing a specific example of information necessary for an application. In FIG. 3, for example, “object
“x11 (listBox)” declares the start of the definition of a screen object “x11” for displaying a screen resource called a list box on the real screen 101 in which the link is expanded. Indicates the display position on the real screen 101 in which the link of the screen object “x11” is expanded, and “size (20, 30)” indicates the size (vertical and horizontal size) of the screen object “x11”. “Color green” indicates the color of the screen object “x11”: “access-object obj12, obj35, obj1
08 ”are objects“ obj12 ”and“ obj3 ”on the ODB 107 to display the screen object“ x11 ”.
5 ”and link information indicating that“ obj108 ”is to be accessed.The“ projection item54, item23 ”contains the ODB 107 to display the screen object“ x11 ”.
The items “item54” and “item” contained in the above object
The projection information indicates that the object “23” is to be accessed.The “join obj76 bj34 bj11” is a combination of the objects “obj76”, “obj34” and “obj11” on the ODB 107 to display the screen object “x11”. Instruct: “related-object x87 (parent) 256 (chil
“d)” means that the screen object that is the parent (display source) of the screen object “x11” is “x87” and the screen object that is a child (next display destination) of the screen object “x11” is “x256” In FIG. 3, the definition of the screen object “x31” is the same as that of the screen object “x11”.

【0027】次に、図1のクライアント側の問合せ言語
生成部104は、アプリケーション情報抽出部103か
ら伝達されたアプリケーションに必要な情報に基づき、
オブジェクト指向データベースマネージメントシステム
(ODBMS)106に対する問合せ言語を生成して、
その生成された問合せ言語をサーバ側のODBMS10
6に対して発行する。また、問合せ言語生成部104
は、生成した問合せ言語を、リンクメタ情報管理部10
5に一時的に保持させる。今、アプリケーションの開発
時には、ユーザは、リンクを展開した実画面101上
で、オブジェクト間のリンクを辿るGUI操作を行う。
この場合には、問合せ言語生成部104は、オブジェク
ト間のリンクを辿るための問合せ言語を生成する。
Next, the client-side query language generating unit 104 shown in FIG. 1 performs the following based on the information necessary for the application transmitted from the application information extracting unit 103.
A query language for the object-oriented database management system (ODDBMS) 106 is generated,
The generated query language is stored in the ODBCMS 10 on the server side.
6 In addition, the query language generation unit 104
Stores the generated query language in the link meta information management unit 10
5 is temporarily held. At the time of developing an application, the user performs a GUI operation for following a link between objects on the actual screen 101 on which the link is developed.
In this case, the query language generation unit 104 generates a query language for following links between objects.

【0028】図4は、問合せ言語生成部104が生成す
る問合せ言語の具体例を示す図である。図4で、“obj2
1 set os,o;”は、ODB107内のオブジェクト“ob
j21”のインスタンスの集合を格納するための集合変数
“os”と、オブジェクト“obj21 ”の単一のインスタン
スを格納するための変数“o ”を宣言する。“obj763o7
63 ”は、ODB107上のオブジェクト“obj763”の
単一のインスタンスを格納するための変数“o763”を宣
言する。“defaultOB ODB-model;”は、ODB107で
あるデータベース“ODB-model ”の使用を宣言する。
“Transaction.start();”は、ODBMS106に対し
て、トランザクションの開始を指示する。“os = obj21
from obj21 ”は、ODBMS106に対して、ODB
107上のオブジェクト“obj21 ”のインスタンスの集
合を検索して集合変数“os”に格納することを指示す
る。なお、この場合に、“where ”句を付加することに
より、検索条件を指示することもできる。“scan(os,o)
o.obj763.item211.get(); ;”は、集合変数“os”に
格納されたODB107上のオブジェクト“obj21 ”の
インスタンスの集合からインスタンスを順次1つずつ抽
出して変数“o ”に格納した後、ODBMS106に対
して、その変数“o ”に格納されたインスタンスにリン
クしているODB107上のオブジェクト“obj763”内
の項目“item211”の内容をメソッド“get() ”を用い
て取得することを指示する。これは、オブジェクト間の
リンクを辿る操作に対応する。“Transaction.end();”
は、ODBMS106に対して、トランザクションの開
始を指示する。
FIG. 4 is a diagram showing a specific example of the query language generated by the query language generation unit 104. In FIG. 4, "obj2
1 set os, o; ”is the object“ ob
Declares a set variable “os” for storing a set of instances of “j21” and a variable “o” for storing a single instance of the object “obj21”.
63 "declares a variable" o763 "for storing a single instance of the object" obj763 "on the ODB 107." defaultOB ODB-model; "uses the database" ODB-model "which is the ODB 107. declare.
“Transaction.start ();” instructs the ODBCMS 106 to start a transaction. “Os = obj21
from obj21 "is the ODBMS 106
It is instructed to retrieve a set of instances of the object “obj21” on 107 and store it in the set variable “os”. In this case, a search condition can be specified by adding a “where” clause. “Scan (os, o)
o.obj763.item211.get ();; ”extracts instances one by one from the set of instances of the object“ obj21 ”on the ODB 107 stored in the set variable“ os ”and stores them in the variable“ o ”. Then, the content of the item “item211” in the object “obj763” on the ODB 107 linked to the instance stored in the variable “o” is obtained using the method “get ()” for the ODBCMS 106. This corresponds to the operation of following the link between the objects: “Transaction.end ();”
Instructs the ODBCMS 106 to start a transaction.

【0029】図1に戻り、サーバ側のODBMS106
は、クライアント側の問合せ言語生成部104から指示
されたオブジェクトのインスタンスをデータベース上で
検索し、検索結果をクライアント側に返送する。
Returning to FIG. 1, the ODBCMS 106 on the server side
Searches the database for an instance of the object specified by the query language generation unit 104 on the client side, and returns the search result to the client side.

【0030】クライアント側の検索結果表示制御部10
8は、サーバ側のODBMS106から検索結果を受信
すると、リンクを展開した実画面101の表示内容を更
新する。これにより、クライアント側のユーザは、リン
クを展開した実画面101上で、マウスを用いて順次オ
ブジェクト間のリンクを辿る毎に、例えば図2に示され
るように画面上にオブジェクトのインスタンスに対応す
るウインドウを次々に表示させることができる。
Search result display control unit 10 on the client side
8 receives the search result from the ODBCMS 106 on the server side, and updates the display content of the real screen 101 in which the link is expanded. Thus, every time the user on the client side follows the link between the objects using the mouse on the real screen 101 where the link is developed, the user corresponds to the instance of the object on the screen as shown in FIG. 2, for example. Windows can be displayed one after another.

【0031】ユーザが、リンクを展開した実画面101
を用いた操作の過程において、所定の一連のリンクの登
録を指示すると、クライアント側のリンクメタ情報管理
部105は、自身が保持していた問合せ言語生成部10
4が生成した一連の問合せ言語のうち、上記所定の一連
のリンクに対応するもののみを、リンクメタ情報として
正式に登録する。このリンクメタ情報は、ユーザ名、ア
プリケーション名、データベース名、一連のリンクを示
す問合せ言語、マッピング情報(クラス名、項目名のユ
ーザによる再定義)、更新日付/時間等を1組とする情
報である。なお、リンクメタ情報管理部105に記憶さ
れるリンクメタ情報のうち、クライアント単位で固有の
リンクメタ情報のみクライアント側のリンクメタ情報管
理部105に記憶され、サーバ側において複数のクライ
アント間で共通に保持することのできるリンクメタ情報
は、サーバ側のリンクメタ情報管理部105′に転送さ
れて記憶されるように構成することができる。この場合
に、サーバ側のリンクメタ情報は、ファイルシステム内
の指示されたディレクトリに管理情報ファイルとして保
持することができる。又は、そのリンクメタ情報は、O
DB107のシステムクラスの1つとして保持すること
ができる。
An actual screen 101 on which a user has developed a link
When an instruction to register a predetermined series of links is given in the course of operation using, the link meta information management unit 105 on the client side stores the query language generation unit 10 held by itself.
Only the language corresponding to the above-mentioned predetermined series of links out of the series of query languages generated by 4 is formally registered as link meta information. The link meta information is a set of a user name, an application name, a database name, a query language indicating a series of links, mapping information (redefinition of a class name and an item name by a user), an update date / time, and the like. is there. Note that, of the link meta information stored in the link meta information management unit 105, only the link meta information unique to each client is stored in the link meta information management unit 105 on the client side, and is shared by a plurality of clients on the server side. The link meta information that can be held can be configured to be transferred to and stored in the link meta information management unit 105 'on the server side. In this case, the link meta information on the server side can be held as a management information file in a designated directory in the file system. Or, the link meta information is O
It can be held as one of the system classes of the DB 107.

【0032】図5は、リンクメタ情報の具体例を示す図
である。図5で、“user-name:yamada”は、ユーザ名
“ヤマダ”を指示する。“appli-name:appl123”は、ア
プリケーション名“appl123 ”を指示する。“db-name:
ODB-model ”は、データベース名“ODB-model ”を指示
する。“short-cut:obj21.obj763.item54 ”は、アプリ
ケーション“appl123 ”において、ODB107内のオ
ブジェクト“obj21 ”から、オブジェクト“obj763”の
項目“item54”への、リンクを辿ることを指示する。
“ mapping:(obj22,製品クラス), (obj62,価格クラス),
(item211,日付) ”は、アプリケーション“appl123 ”
において、ODB107内のオブジェクト“obj22 ”に
“製品クラス”という名前を割り当て、オブジェクト
“obj62 ”に“価格クラス”という名前を割り当て、項
目“item211 ”に“日付”という名前を割り当てること
を指示する。
FIG. 5 is a diagram showing a specific example of link meta information. In FIG. 5, “user-name: yamada” indicates the user name “Yamada”. “Appli-name: appl123” indicates the application name “appl123”. “Db-name:
“ODB-model” indicates the database name “ODB-model.” “Short-cut: obj21.obj763.item54” is the application “appl123” from the object “obj21” in the ODB 107 to the object “obj763”. Instructs to follow the link to item "item54".
“Mapping: (obj22, product class), (obj62, price class),
(item211, date) ”is the application“ appl123 ”
, An object "obj22" in the ODB 107 is assigned a name "product class", an object "obj62" is assigned a name "price class", and an item "item211" is assigned a name "date".

【0033】以上のようにして、ユーザが、所定のアプ
リケーションのためのリンクメタ情報が登録した後、ユ
ーザが、上記アプリケーションの実行を指示すると、図
1のアプリケーション実行部110は、図2に示される
ように、クライアント側のリンクメタ情報管理部105
が管理するリンクメタ情報201又はサーバ側のリンク
メタ情報管理部105′が管理するリンクメタ情報20
1′にアクセスし、そのアプリケーションに対応して登
録されている、前述した一連のリンクを示す問合せ言語
を取り出し、その問合せ言語をサーバ側のODBMS1
06に対して発行する。
As described above, after the link meta information for a predetermined application is registered by the user and the user instructs to execute the application, the application execution unit 110 of FIG. The link meta information management unit 105 on the client side
Link meta information 201 managed by the server or link meta information 20 managed by the server side link meta information management unit 105 '.
1 ', and retrieves the query language indicating the above-described series of links registered corresponding to the application, and changes the query language to the ODBCMS1 on the server side.
06.

【0034】この結果、ODBMS106が、ODB1
07から指示された一連のリンクに対応する検索結果を
取り出し、それをクライアント側のアプリケーション実
行部110に返送する。
As a result, the ODBCMS 106
07, retrieves the search results corresponding to the designated series of links, and returns them to the application execution unit 110 on the client side.

【0035】アプリケーション実行部110は、その検
索結果をユーザ利用画面111に表示する。例えば、図
2の例では、ユーザは、予めリンクを展開した実画面1
01を用いて、製品の価格情報が格納されているオブジ
ェクトからその製品の機種情報が格納されているオブジ
ェクトまでの一連のリンクを辿ること、及び製品の価格
情報に対応する項目と製品の機種情報に対応する項目を
表示させることを、リンクメタ情報として、所定のアプ
リケーションに対応させて登録している。この結果、ユ
ーザは、そのアプリケーションの実行を指示すると、図
2に示されるようなユーザ利用画面111を自動的に表
示させることができる。即ち、ユーザは、リンクを展開
した実画面101を用いたGUI操作によって、適切な
アプリケーションを自動的に作成できたことになる。(2) GUI(リンクビューア画面102)を出発点とし
てナビゲーション機能を有するアプリケーションを開発
する場合 この場合には、図1において、クライアント側のユーザ
は、まず、指示したオブジェクトが含まれるリンクビュ
ーア画面102の表示を指示する。
The application execution unit 110 displays the search result on the user use screen 111. For example, in the example of FIG.
01, tracing a series of links from the object storing the price information of the product to the object storing the model information of the product, and the items corresponding to the price information of the product and the model information of the product Displaying an item corresponding to a predetermined application is registered as link meta information. As a result, when the user gives an instruction to execute the application, the user use screen 111 as shown in FIG. 2 can be automatically displayed. That is, the user has automatically created an appropriate application by performing a GUI operation using the real screen 101 in which the links have been developed. (2) Starting from the GUI (link viewer screen 102)
To develop applications with navigation functions
In this case, in FIG. 1, the user on the client side first instructs to display the link viewer screen 102 including the designated object.

【0036】これに対して、クライアント側のアプリケ
ーション情報抽出部103は、アプリケーションに必要
な情報として、ユーザが指示したオブジェクトに関する
情報と、そのオブジェクトにリンクする他のオブジェク
トの再帰的な検索を指示するための情報等を抽出し、そ
れらを問合せ言語生成部104に伝達する。
On the other hand, the application information extraction unit 103 on the client side instructs, as information necessary for the application, information on the object designated by the user and a recursive search for another object linked to the object. And the like are transmitted to the query language generation unit 104.

【0037】クライアント側の問合せ言語生成部104
は、前述のケース(1) の場合と同様にして、アプリケー
ション情報抽出部103から伝達されたアプリケーショ
ンに必要な情報に基づき、ODBMS106に対する問
合せ言語を生成して、その生成された問合せ言語をサー
バ側のODBMS106に対して発行する。この場合に
おける問合せ言語は、ユーザが指示したオブジェクトに
リンクする他のオブジェクトの再帰的な検索を指示する
ものである。
The query language generator 104 on the client side
Generates a query language for the ODBCMS 106 based on the information necessary for the application transmitted from the application information extraction unit 103 and converts the generated query language into the server side in the same manner as in the case (1) described above. Issued to the ODBCMS 106. The query language in this case indicates a recursive search for another object linked to the object specified by the user.

【0038】サーバ側のODBMS106は、クライア
ント側の問合せ言語生成部104から指示された互いに
リンクするオブジェクトのインスタンスをデータベース
上で再帰的に検索し、検索結果をクライアント側に返送
する。
The ODBCMS 106 on the server side recursively searches the database for instances of mutually linked objects specified by the query language generation unit 104 on the client side, and returns the search results to the client side.

【0039】クライアント側の検索結果表示制御部10
8は、サーバ側のODBMS106から互いにリンクす
るオブジェクトの検索結果を受信すると、それをリンク
ビューア画面102として表示する。
Search result display controller 10 on the client side
8 receives the search result of the object linked from each other from the ODBCMS 106 on the server side, and displays it as the link viewer screen 102.

【0040】図6は、リンクビューア画面102の具体
例を示す図である。このリンクビューア画面102にお
いて、ユーザは、例えばマウスを用いて、図6の例えば
1〜4の順で各オブジェクトをクリックすることによ
り、リンクの辿りかたを指示することができる。これと
共に、図6に示されるように、一連のリンクの経路が、
画面下部に表示される。
FIG. 6 is a diagram showing a specific example of the link viewer screen 102. In the link viewer screen 102, the user can instruct how to follow the link by clicking each object in the order of, for example, 1 to 4 in FIG. 6 using a mouse, for example. At the same time, as shown in FIG.
Displayed at the bottom of the screen.

【0041】ユーザが、リンクビューア画面102を用
いた操作の過程において、所定の一連のリンクの登録を
指示すると、クライアント側のリンクメタ情報管理部1
05は、問合せ言語生成部104が上記リンクビューア
画面102を生成するために発行した問合せ言語のうち
上記所定の一連のリンクに対応する問合せ言語を、リン
クメタ情報として登録する。この操作以降のアプリケー
ションの実行等の操作は、前述のケース(1) の場合と同
様である。
When the user instructs registration of a predetermined series of links in the course of operation using the link viewer screen 102, the link meta information management unit 1 on the client side
In step 05, the query language corresponding to the predetermined series of links among the query languages issued by the query language generation unit 104 to generate the link viewer screen 102 is registered as link meta information. Operations such as the execution of the application after this operation are the same as those in case (1) described above.

【0042】このようなリンクビューア画面102を用
いた操作により、ユーザは、ODB107内のオブジェ
クト間のリンク関係の全体を見渡すことができる。(3) アプリケーションのスケルトンをデータベース問合
せ言語を用いて直接に定義し、その定義内容をGUIを
用いて表示させながらアプリケーションの詳細を開発し
てゆく場合 この場合には、図1において、クライアント側のユーザ
は、ユーザによる直接言語定義部109を利用して、ユ
ーザが所定のデータベース問合せ言語を用いて予め直接
作成したアプリケーションのスケルトンプログラムを登
録する。
Through such an operation using the link viewer screen 102, the user can view the entire link relationship between objects in the ODB 107. (3) Query the application skeleton to the database
Is defined directly by using the
Develop application details while viewing and using
In this case, in FIG. 1, the user on the client side registers a skeleton program of an application directly created in advance by the user using a predetermined database query language by using the direct language definition unit 109 by the user in FIG. I do.

【0043】これに対して、ユーザによる直接言語定義
部109は、ユーザが作成した問合せ言語の列をアプリ
ケーション情報抽出部103に伝達する。アプリケーシ
ョン情報抽出部103は、この問合せ言語の列から、G
UIに必要な情報の逆抽出を行い、リンクを展開した実
画面101又はリンクビューア画面102を生成し表示
させる。
On the other hand, the user-directed language definition unit 109 transmits the query language string created by the user to the application information extraction unit 103. The application information extraction unit 103 calculates G
The information necessary for the UI is inversely extracted to generate and display a real screen 101 or a link viewer screen 102 in which links are developed.

【0044】この操作以降の操作は、前述のケース(1)
又は(2) の場合と同様である。このようなユーザによる
直接の言語定義を許容することにより、パワーユーザ等
は、より効率的にデータベースアプリケーションを開発
することができる。以上説明した実施の形態により、エ
ンドユーザ又はパワーユーザを始めとする全てのユーザ
又はシステム管理者は、データベース問合せ言語に対す
る特別な知識を必要とすることなく、GUIを用いて簡
単かつ効率良く、アプリケーションの開発/メンテナン
スを実現することができ、合わせて、アプリケーション
の運用に問題が発生した場合のデバッグツールとしても
活用することができる。本実施の形態を実現するプログラムが記録された記録媒
体についての補足 本発明は、コンピュータにより使用されたときに、上述
の本発明の実施の形態の各構成によって実現される機能
と同様の機能をコンピュータに行わせるためのコンピュ
ータ読出し可能記録媒体として構成することもできる。
The operation after this operation is performed in the case (1) described above.
Or the same as in the case of (2). By allowing such a direct language definition by the user, a power user or the like can more efficiently develop a database application. According to the embodiment described above, all users or system administrators, including end users or power users, can easily and efficiently use the GUI without requiring special knowledge of the database query language. Can be developed / maintained, and can also be used as a debugging tool when a problem occurs in the operation of the application. Recording medium on which a program for realizing the present embodiment is recorded
The present invention is configured as a computer-readable recording medium that, when used by a computer, causes the computer to perform the same functions as the functions realized by the above-described embodiments of the present invention. You can also.

【0045】この場合に、図7に示されるように、例え
ばフロッピィディスク、CD−ROMディスク、光ディ
スク、リムーバブルハードディスク等の可搬型記録媒体
702や、ネットワーク回線703経由で、本発明の実
施の形態の各種機能を実現するプログラムが、NMSサ
ーバ701の本体704内のメモリ(RAM又はハード
ディスク等)705にロードされて、実行される。
In this case, as shown in FIG. 7, for example, a portable recording medium 702 such as a floppy disk, CD-ROM disk, optical disk, or removable hard disk, or a network line 703 is used. Programs for implementing various functions are loaded into a memory (RAM, hard disk, or the like) 705 in the main body 704 of the NMS server 701 and executed.

【0046】[0046]

【発明の効果】本発明によれば、ユーザは、オブジェク
ト指向データベース上のオブジェクト間のリンクを辿る
ナビゲーションのための画面操作をマウス等を用いて行
うだけで、そのようなナビゲーション機能を有する適切
なデータベースアプリケーションを自動的に作成するこ
とが可能となる。
According to the present invention, the user only needs to perform a screen operation for tracing links between objects on the object-oriented database using a mouse or the like, so that the user can appropriately perform such a navigation function. A database application can be created automatically.

【0047】また、リンクビューア画面を用いた操作に
より、ユーザは、オブジェクト指向データベース内のオ
ブジェクト間のリンク関係の全体を見渡すことができ、
更に効率的なデータベースアプリケーションの開発が可
能となる。
Further, the operation using the link viewer screen allows the user to overlook the entire link relationship between objects in the object-oriented database.
It is possible to develop a more efficient database application.

【0048】また、ユーザによる直接の言語定義を許容
しそれに対応する画面表示を可能とすることにより、パ
ワーユーザ等は、より効率的にデータベースアプリケー
ションを開発することが可能となる。
Further, by allowing a user to directly define a language and enabling a corresponding screen display, a power user or the like can develop a database application more efficiently.

【0049】このように本発明によれば、エンドユーザ
又はパワーユーザを始めとする全てのユーザ又はシステ
ム管理者は、データベース問合せ言語に対する特別な知
識を必要とすることなく、GUIを用いて簡単かつ効率
良く、アプリケーションの開発/メンテナンスを実現す
ることができ、合わせて、アプリケーションの運用に問
題が発生した場合のデバッグツールとしても活用するこ
とができる。
Thus, according to the present invention, all users or system administrators, including end users or power users, can easily and easily use the GUI without requiring special knowledge of the database query language. The development / maintenance of the application can be realized efficiently, and at the same time, it can be used as a debugging tool when a problem occurs in the operation of the application.

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

【図1】本発明の実施の形態の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】本発明の実施の形態の利用イメージを示す図で
ある。
FIG. 2 is a diagram showing a usage image of an embodiment of the present invention.

【図3】アプリケーションに必要な情報の具体例を示す
図である。
FIG. 3 is a diagram showing a specific example of information necessary for an application.

【図4】問合せ言語の具体例を示す図である。FIG. 4 is a diagram showing a specific example of an inquiry language.

【図5】リンクメタ情報の具体例を示す図である。FIG. 5 is a diagram showing a specific example of link meta information.

【図6】リンクビューア画面の例を示す図である。FIG. 6 is a diagram illustrating an example of a link viewer screen.

【図7】本実施の形態を実現するプログラムが記録され
た記録媒体の説明図である。
FIG. 7 is an explanatory diagram of a recording medium on which a program for realizing the present embodiment is recorded.

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

101 リンクを展開した実画面 102 リンクビューア画面 103 アプリケーション情報抽出部 104 問合せ言語生成部 105 リンクメタ情報管理部 106 ODBMS(オブジェクト指向データベー
スマネージメントシステム) 107 ODB(オブジェクト指向データベース) 108 検索結果表示制御部 109 ユーザによる直接言語定義部 110 アプリケーション実行部 111 ユーザ利用画面
101 Real screen with links expanded 102 Link viewer screen 103 Application information extraction unit 104 Query language generation unit 105 Link meta information management unit 106 ODBMS (Object oriented database management system) 107 ODB (Object oriented database) 108 Search result display control unit 109 User direct language definition unit 110 Application execution unit 111 User use screen

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 オブジェクト指向データベース内のオブ
ジェクト間のリンクを辿る操作を含むユーザによる画面
操作に応答して、前記オブジェクト指向データベースに
対するアクセスに必要なアプリケーション情報を抽出す
るアプリケーション情報抽出手段と、 該アプリケーション情報を受け取り、それに対応し前記
リンクを辿る操作を含む問合せ言語を生成し、その問合
せ言語を前記オブジェクト指向データベースを管理する
オブジェクト指向データベースマネージメントシステム
に対して発行する問合せ言語生成手段と、 前記オブジェクト指向データベースマネージメントシス
テムから検索結果を受け取り、その検索結果に応じて前
記オブジェクト指向データベース内のオブジェクト間の
リンク関係を含む画面をユーザに対して画面操作を行わ
せるために表示する検索結果表示制御手段と、 前記問合せ言語生成手段が生成する問合せ言語のうち、
ユーザが登録を指示した画面操作に対応して生成されて
いる問合せ言語を、ユーザが指示したデータベースアプ
リケーションに対応するリンクメタ情報として登録し管
理するリンクメタ情報管理手段と、 該リンクメタ情報に基づいて、ユーザが指示したデータ
ベースアプリケーションを実行するアプリケーション実
行手段と、 を含むことを特徴とするオブジェクト指向データベース
アプリケーション生成用GUI装置。
An application information extracting unit configured to extract application information necessary for accessing the object-oriented database in response to a screen operation by a user including an operation of following a link between objects in the object-oriented database; Query language generating means for receiving information, generating a query language corresponding to the operation of following the link, and issuing the query language to an object-oriented database management system that manages the object-oriented database; Receiving a search result from a database management system, and operating a screen including a link relationship between objects in the object-oriented database according to the search result for a user; A search result display control means for displaying to effect, among the query language the query language generation means generates,
Link meta information management means for registering and managing, as link meta information corresponding to the database application designated by the user, a query language generated in response to a screen operation instructed by the user, based on the link meta information And an application executing means for executing a database application designated by a user. A GUI device for generating an object-oriented database application.
【請求項2】 ユーザが直接指定した問合せ言語を入力
し、それに対応する画面であって前記オブジェクト指向
データベース内のオブジェクト間のリンク関係を含む画
面をユーザに対して画面操作を行わせるために表示する
ユーザ定義画面表示手段を更に含み、 前記ユーザは、前記ユーザ定義画面表示手段が表示させ
た画面上で、前記オブジェクト指向データベース内のオ
ブジェクト間のリンクを辿る操作を含む前記画面操作を
行う、 ことを特徴とする請求項1に記載のオブジェクト指向デ
ータベースアプリケーション生成用GUI装置。
2. A query language specified directly by a user is input, and a screen corresponding to the query language including a link relationship between objects in the object-oriented database is displayed to allow the user to perform a screen operation. The user further performs a screen operation including an operation of following a link between objects in the object-oriented database on a screen displayed by the user-defined screen display means. The GUI device for generating an object-oriented database application according to claim 1, wherein:
【請求項3】 オブジェクト指向データベース内のユー
ザが指示したオブジェクトに関する情報と、そのオブジ
ェクトにリンクする前記オブジェクト指向データベース
内の他のオブジェクトの再帰的な検索を指示するための
情報を含むアプリケーション情報を抽出するアプリケー
ション情報抽出手段と、 該アプリケーション情報を受け取り、それに対応し前記
ユーザが指示したオブジェクトにリンクする他のオブジ
ェクトの再帰的な検索を指示する問合せ言語を生成し、
その問合せ言語を前記オブジェクト指向データベースを
管理するオブジェクト指向データベースマネージメント
システムに対して発行する問合せ言語生成手段と、 前記オブジェクト指向データベースマネージメントシス
テムから検索結果を受け取り、その検索結果に応じて前
記ユーザが指示したオブジェクトとそれにリンクする他
のオブジェクトとのリンク関係の全体をリンクビューア
画面として表示するリンクビューア画面表示手段と、 前記問合せ言語生成手段が前記リンクビューア画面を生
成するために発行した問合せ言語のうち、前記リンクビ
ューア画面上でユーザが指示したリンク関係に対応する
問合せ言語を、ユーザが指示したデータベースアプリケ
ーションに対応するリンクメタ情報として登録し管理す
るリンクメタ情報管理手段と、 該リンクメタ情報に基づいて、ユーザが指示したデータ
ベースアプリケーションを実行するアプリケーション実
行手段と、 を含むことを特徴とするオブジェクト指向データベース
アプリケーション生成用GUI装置。
3. Extracting information about an object designated by a user in an object-oriented database and application information including information for instructing a recursive search for another object in the object-oriented database linked to the object. Application information extracting means for receiving the application information, and generating a query language for instructing a recursive search for another object linked to the object specified by the user corresponding to the application information,
Query language generating means for issuing the query language to an object-oriented database management system that manages the object-oriented database; receiving a search result from the object-oriented database management system; and instructing the user according to the search result. Link viewer screen display means for displaying the entire link relationship between the object and other objects linked to the object as a link viewer screen, among the query languages issued by the query language generation means to generate the link viewer screen, Link meta information management for registering and managing an inquiry language corresponding to a link relationship designated by a user on the link viewer screen as link meta information corresponding to a database application designated by a user Stage and, based on the link meta information, an object-oriented database application generation GUI apparatus comprising: the application execution means for executing a database application that the user has indicated, the.
【請求項4】 ユーザが直接指定した問合せ言語を入力
し、それに対応する画面であって前記オブジェクト指向
データベース内のオブジェクト間のリンク関係を含む前
記リンクビューア画面を表示するユーザ定義画面表示手
段を更に含み、 前記ユーザは、前記ユーザ定義画面表示手段が表示させ
たリンクビューア画面上でリンク関係を指示する、 ことを特徴とする請求項3に記載のオブジェクト指向デ
ータベースアプリケーション生成用GUI装置。
4. A user-defined screen display means for inputting a query language directly specified by a user and displaying the link viewer screen including a link relationship between objects in the object-oriented database corresponding to the query language. The GUI device for generating an object-oriented database application according to claim 3, wherein the user designates a link relationship on a link viewer screen displayed by the user-defined screen display means.
【請求項5】 コンピュータにより使用されたときにそ
れによって読み出されるプログラムを記録した記録媒体
であって、 オブジェクト指向データベース内のオブジェクト間のリ
ンクを辿る操作を含むユーザによる画面操作に応答し
て、前記オブジェクト指向データベースに対するアクセ
スに必要なアプリケーション情報を抽出する機能と、 該アプリケーション情報を受け取り、それに対応し前記
リンクを辿る操作を含む問合せ言語を生成し、その問合
せ言語を前記オブジェクト指向データベースを管理する
オブジェクト指向データベースマネージメントシステム
に対して発行する機能と、 前記オブジェクト指向データベースマネージメントシス
テムから検索結果を受け取り、その検索結果に応じて前
記オブジェクト指向データベース内のオブジェクト間の
リンク関係を含む画面をユーザに対して画面操作を行わ
せるために表示する機能と、 前記問合せ言語のうち、ユーザが登録を指示した画面操
作に対応して生成されている問合せ言語を、ユーザが指
示したデータベースアプリケーションに対応するリンク
メタ情報として登録し管理する機能と、 該リンクメタ情報に基づいて、ユーザが指示したデータ
ベースアプリケーションを実行する機能と、 を前記コンピュータに行わせるためのプログラムを記録
したコンピュータ読出し可能記録媒体。
5. A recording medium recording a program read by the computer when used by a computer, wherein the recording medium is responsive to a screen operation by a user including an operation of following a link between objects in an object-oriented database. An object for extracting application information necessary for accessing the object-oriented database; an object for receiving the application information and generating a query language corresponding to the operation of following the link; and managing the query language in the object-oriented database A function for issuing to the object-oriented database management system; receiving a search result from the object-oriented database management system; A function of displaying a screen including a link relationship between objects to allow the user to perform a screen operation; and a query language generated in response to the screen operation instructed by the user to be registered among the query languages. A function for registering and managing as link meta information corresponding to the database application designated by the user, and a function for executing the database application designated by the user based on the link meta information. Computer-readable recording medium on which is recorded.
【請求項6】 コンピュータにより使用されたときにそ
れによって読み出されるプログラムを記録した記録媒体
であって、 オブジェクト指向データベース内のユーザが指示したオ
ブジェクトに関する情報と、そのオブジェクトにリンク
する前記オブジェクト指向データベース内の他のオブジ
ェクトの再帰的な検索を指示するための情報を含むアプ
リケーション情報を抽出する機能と、 該アプリケーション情報を受け取り、それに対応し前記
ユーザが指示したオブジェクトにリンクする他のオブジ
ェクトの再帰的な検索を指示する問合せ言語を生成し、
その問合せ言語を前記オブジェクト指向データベースを
管理するオブジェクト指向データベースマネージメント
システムに対して発行する機能と、 前記オブジェクト指向データベースマネージメントシス
テムから検索結果を受け取り、その検索結果に応じて前
記ユーザが指示したオブジェクトとそれにリンクする他
のオブジェクトとのリンク関係の全体をリンクビューア
画面として表示する機能と、 前記問合せ言語生成手段が前記リンクビューア画面を生
成するために発行した問合せ言語のうち、前記リンクビ
ューア画面上でユーザが指示したリンク関係に対応する
問合せ言語を、ユーザが指示したデータベースアプリケ
ーションに対応するリンクメタ情報として登録し管理す
る機能と、 該リンクメタ情報に基づいて、ユーザが指示したデータ
ベースアプリケーションを実行する機能と、 を前記コンピュータに行わせるためのプログラムを記録
したコンピュータ読出し可能記録媒体。
6. A recording medium for recording a program read by the computer when used by a computer, wherein information on an object specified by a user in an object-oriented database and information stored in the object-oriented database linked to the object. A function of extracting application information including information for instructing a recursive search of another object; and a function of receiving the application information and correspondingly recursively searching for another object linked to the user-specified object. Generate a query language to instruct the search,
A function of issuing the query language to an object-oriented database management system that manages the object-oriented database; receiving a search result from the object-oriented database management system; A function of displaying, as a link viewer screen, the entire link relationship with another object to be linked; and a query language generated by the query language generation means for generating the link viewer screen, wherein a user is displayed on the link viewer screen. A function for registering and managing a query language corresponding to the link relationship specified by the user as link meta information corresponding to the database application specified by the user; and a function specified by the user based on the link meta information. Computer readable recording medium recording a program for causing a function of executing a database application, to the computer.
JP9253283A 1996-09-24 1997-09-18 Object-oriented database application generating gui unit Pending JPH10154088A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9253283A JPH10154088A (en) 1996-09-24 1997-09-18 Object-oriented database application generating gui unit

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP8-251217 1996-09-24
JP25121796 1996-09-24
JP9253283A JPH10154088A (en) 1996-09-24 1997-09-18 Object-oriented database application generating gui unit

Publications (1)

Publication Number Publication Date
JPH10154088A true JPH10154088A (en) 1998-06-09

Family

ID=26540106

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9253283A Pending JPH10154088A (en) 1996-09-24 1997-09-18 Object-oriented database application generating gui unit

Country Status (1)

Country Link
JP (1) JPH10154088A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100733091B1 (en) 2005-11-25 2007-06-27 엘지노텔 주식회사 DB managing device of the duplex processor system and controlling method therefore
KR102320231B1 (en) * 2020-06-17 2021-11-02 (주)커브 Apparatus and method for generating ui route map with multiple starting points

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100733091B1 (en) 2005-11-25 2007-06-27 엘지노텔 주식회사 DB managing device of the duplex processor system and controlling method therefore
KR102320231B1 (en) * 2020-06-17 2021-11-02 (주)커브 Apparatus and method for generating ui route map with multiple starting points

Similar Documents

Publication Publication Date Title
US11720631B2 (en) Tool to build and store a data model and queries for a graph database
US6167405A (en) Method and apparatus for automatically populating a data warehouse system
US6275977B1 (en) Application cooperation method and apparatus
US5717925A (en) Information catalog system with object-dependent functionality
US4937760A (en) Method for sharing common values implicitly among communicating generative objects
US6128619A (en) Generating an internet application for accessing a hierarchical database
US5535389A (en) Business process objects with associated attributes such as version identifier
US5940820A (en) GUI apparatus for generating an object-oriented database application
JPH05324287A (en) Method and system for separating data and information collecting part from other part in distributed environment
JPH10149398A (en) Map building system and its method
CN111797340B (en) Service packaging system for user-defined extraction flow
US5850631A (en) Method for providing a graphical interface for the specification of relationships between two schemas
JP2006500650A (en) Configuration services for autonomous computation
US20240020280A1 (en) Configuration Engine for Dynamically Generating User Interfaces
JP2003091416A (en) Function configuration defining method for task application system
US6934701B1 (en) Using a stored procedure to access index configuration data in a remote database management system
JPH1127285A (en) Network management system and recording medium
JP2839555B2 (en) Information search method
JPH10154088A (en) Object-oriented database application generating gui unit
JP3449256B2 (en) Method and apparatus for creating client / server application and information recording medium
JP2001222452A (en) Inquiry processing optimization device in relational data base system
JP2000322295A (en) Method and device for programming support for data base stored sub-program
US20210150476A1 (en) Where-used information for user interface
JPH07146767A (en) Help information control system
JPH0962689A (en) Multimedia compound document management system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040824

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071211

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080408