JP2785966B2 - Foreign key dynamic resolution processing method - Google Patents

Foreign key dynamic resolution processing method

Info

Publication number
JP2785966B2
JP2785966B2 JP1211990A JP21199089A JP2785966B2 JP 2785966 B2 JP2785966 B2 JP 2785966B2 JP 1211990 A JP1211990 A JP 1211990A JP 21199089 A JP21199089 A JP 21199089A JP 2785966 B2 JP2785966 B2 JP 2785966B2
Authority
JP
Japan
Prior art keywords
data
editing
memory
chain
pallet
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
JP1211990A
Other languages
Japanese (ja)
Other versions
JPH0375870A (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.)
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 JP1211990A priority Critical patent/JP2785966B2/en
Publication of JPH0375870A publication Critical patent/JPH0375870A/en
Application granted granted Critical
Publication of JP2785966B2 publication Critical patent/JP2785966B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】 〔概要〕 リレーショナルデータベースのように,データ間に関
係を持つデータを編集するときに,編集対象のデータだ
けをメモリに展開するようにした外部キー動的解決処理
方法に関し, データを編集する際のファイルへの入出力回数を少な
くするとともに,メモリ使用量を削減できるようにする
ことを目的とし, ユーザが指定した編集対象について,データファイル
をメモリ上に展開するにあたって,関連するデータが展
開されていれば,外部キーに関するチェーン関係を解決
し,チェーン関係がまだ解決されていないものに対して
編集を指定された場合には,必要なデータファイルをア
クセスしてメモリ上への展開を行うとともに,チェーン
関係を解決し,チェーン関係の解決を,ユーザが編集す
る対象を選択した時点に行うように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] The present invention relates to a foreign key dynamic solution processing method in which only data to be edited is expanded in a memory when editing data having a relationship between data, such as a relational database. In order to reduce the number of input / output operations to and from the file when editing data, and to reduce the amount of memory used, when developing a data file on the memory for the editing target specified by the user, If the related data has been expanded, resolve the chain relationship for the foreign key, and if editing is specified for an unresolved chain relationship, access the necessary data file and store it in memory. And resolve the chain relationship, and select the target to be edited by the user. It is configured to be performed at the point of time.

〔産業上の利用分野〕[Industrial applications]

本発明は,リレーショナルデータベースのように,デ
ータ間に関係を持つデータを編集するときに,編集対象
のデータだけをメモリに展開するようにした外部キー動
的解決処理方法に関する。
The present invention relates to a foreign key dynamic solution processing method that, when editing data having a relationship between data, such as a relational database, expands only the data to be edited in a memory.

今日,情報の多様化から,ユーザが編集する情報を,
リレーショナルデータベース(RDB),あるいはRDB形式
ファイルに格納して管理することが,広く用いられてい
る。そして,そのデータをユーザが自由に編集できるよ
うな処理機能が提供されている。この種のデータを扱う
処理システムでは,処理を高速化するとともに,使用す
るメモリなどの資源量を少なくする技術が必要とされ
る。
Today, due to the diversification of information, information edited by users
It is widely used to manage by storing it in a relational database (RDB) or RDB format file. Further, a processing function is provided to allow the user to freely edit the data. In a processing system that handles this type of data, a technique is required to speed up processing and reduce the amount of resources such as a memory used.

〔従来の技術〕[Conventional technology]

RDB形式ファイルでは,各々まとまったデータの集合
からなるデータテーブル間に,リレーション(関係)を
持つことができるようになっている。特に,これらの関
係において,ある属性が,他のテーブルにおけるレコー
ドを一意に識別するキーになっているときに,これを外
部キー(foreign−key)という。
In RDB format files, relations can be created between data tables each consisting of a set of data. In particular, in these relations, when an attribute is a key that uniquely identifies a record in another table, this is called a foreign-key.

従来,RDB形式のファイルでは,データテーブル間の関
係を常に解決できるように,ファイルに格納されている
データを,一旦,編集用メモリ上にすべて展開して,外
部キーなどのチェーン関係を結ぶカラムを,ハッシュ等
の関数を用いて,逐次解決していくようにされていた。
Conventionally, in an RDB format file, the data stored in the file is temporarily expanded on the editing memory once so that the relationship between the data tables can be always resolved, and a column linking a chain relationship such as a foreign key Is sequentially solved using a function such as a hash.

第7図はその従来技術の例を示す。 FIG. 7 shows an example of the prior art.

データファイル15に格納されているRDB形式のデータ
を,ディスプレイ11の編集画面12で編集する場合,デー
タテーブルに相当するパレット14−1を,編集用メモリ
13上に展開する。
When the RDB format data stored in the data file 15 is edited on the editing screen 12 of the display 11, the palette 14-1 corresponding to the data table is stored in the editing memory.
Expand on 13.

従来技術では,1つのパレット14−1のデータについて
のみ編集する場合であっても,外部キーなどにより,そ
れに連鎖的に関連するすべてのパレット14−2,14−3,14
−4を,編集用メモリ13上に一度に展開して,処理する
ようにされていた。
In the prior art, even when only the data of one pallet 14-1 is edited, all pallets 14-2, 14-3, and 14 related to it are chained by a foreign key or the like.
-4 is developed on the editing memory 13 at a time and processed.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

従来技術では,編集用メモリ13上にすべてのデータを
展開して,チェーン関係を解決しているため,メモリが
大量に必要になるという問題があり,また,編集対象外
のデータ部分を展開させる入出力(I/O)を行うため
に,これが性能の劣化にもつながるという問題があっ
た。
In the prior art, all the data is expanded on the editing memory 13 to solve the chain relation, so that there is a problem that a large amount of memory is required, and the data portion not to be edited is expanded. Since input / output (I / O) is performed, there is a problem that this leads to deterioration of performance.

本発明は上記問題点の解決を図り,データを編集する
際のファイルへの入出力回数を少なくするとともに,メ
モリ使用量を削減できるようにすることを目的としてい
る。
SUMMARY OF THE INVENTION It is an object of the present invention to solve the above problems and reduce the number of times of input / output to / from a file when editing data, and also reduce the amount of memory used.

〔課題を解決するための手段〕 第1図は本発明の原理説明図である。[Means for Solving the Problems] FIG. 1 is an explanatory view of the principle of the present invention.

第1図において,10はCPUなどを備えた処理装置,11は
ディスプレイ,12は編集対象のデータが表示される編集
画面,13は編集用メモリ,14−1,14−2はリレーショナル
データベース(RDB)のテーブルに相当するパレット,15
はRDB形式のデータが格納されているデータファイルを
表す。
In FIG. 1, reference numeral 10 denotes a processing device having a CPU or the like, 11 denotes a display, 12 denotes an editing screen on which data to be edited is displayed, 13 denotes an editing memory, and 14-1 and 14-2 denote relational databases (RDBs). Pallet equivalent to a table), 15
Represents a data file in which data in the RDB format is stored.

処理装置10は,ユーザがデータファイル15のデータを
参照したり更新したりするときに,まず,どのパレット
について編集するかを,メニュー等により入力し,編集
対象を選択する。ここでは,パレット14−1のデータが
編集対象として指示されたとする。
When the user refers to or updates the data in the data file 15, the processing device 10 first inputs a palette to be edited using a menu or the like, and selects an editing target. Here, it is assumed that the data of the pallet 14-1 has been instructed to be edited.

編集対象が指示されたならば,処理P1により,その編
集対象のパレット14−1を,データファイル15から読み
出して,編集用メモリ13に展開する。
When the editing target is specified, the pallet 14-1 to be edited is read from the data file 15 and expanded in the editing memory 13 by the process P1.

次に,そのパレット14−1について,外部キーなどに
よるチェーン関係の解決が必要であるかどうかを判定す
る。パレット14−2が,パレット14−1とチェーン関係
があったとする。その場合,このパレット14−2が,既
に編集用メモリ13に展開されているかどうかを判定す
る。
Next, it is determined whether or not it is necessary to solve the chain relationship with the external key or the like for the pallet 14-1. It is assumed that the pallet 14-2 has a chain relationship with the pallet 14-1. In this case, it is determined whether or not the palette 14-2 has already been developed in the editing memory 13.

パレット14−2が展開されていない場合,処理P2によ
り,そのパレット14−2の関連データを,データファイ
ル15から読み出して,編集用メモリ13に展開する。
If the pallet 14-2 is not expanded, the related data of the pallet 14-2 is read from the data file 15 and expanded in the editing memory 13 by the process P2.

そして,処理P3により,パレット14−1とパレット14
−2とのチェーン関係を解決する。すなわち,パレット
14−1のデータとパレット14−2のデータとを結びつけ
る情報を持つ内部制御表を,編集用メモリ13内に作成す
る。
Then, the pallet 14-1 and the pallet 14 are processed by the process P3.
Solve the chain relationship with -2. That is, the pallet
An internal control table having information for linking the data of 14-1 and the data of the palette 14-2 is created in the editing memory 13.

〔作用〕[Action]

本発明では,パレット14−1を編集対象とするとき,
パレット14−1から連鎖的に関係のあるすべてのデータ
を編集用メモリ13に展開していなくても,パレット14−
1に直接関係するパレット14−2との間でチェーン関係
が解決されていれば,パレット14−1のデータを編集で
きるようにしている。すなわち,チェーン関係が完全に
解決していなくても,編集に関係するところがチェーン
解決されていれば,そのデータを編集可能とする。
In the present invention, when the palette 14-1 is to be edited,
Even if all data related in a chain from the pallet 14-1 has not been expanded in the editing memory 13, the pallet 14-1
If the chain relationship between the pallet 14-2 and the pallet 14-2 directly related to the pallet 14 has been resolved, the data of the pallet 14-1 can be edited. That is, even if the chain relation is not completely solved, if the part related to editing is solved, the data can be edited.

そして,チェーン関係の解決を,ユーザが編集する対
象を選択した時点で動的に行う。
Then, the solution of the chain relation is dynamically performed when the user selects an object to be edited.

以上のように,本発明では,ユーザから見える範囲の
データのチェーン関係を,編集用メモリ13への展開時に
動的に解決していくため,ユーザに内部処理を特に意識
させることなく,入出力に伴う性能の劣化やメモリの大
量消費といった問題点を解決することが可能になる。
As described above, according to the present invention, the chain relation of data within the range visible to the user is dynamically resolved when the data is expanded in the editing memory 13, so that the input and output can be performed without the user being particularly aware of the internal processing. It is possible to solve problems such as deterioration of performance and large consumption of memory.

〔実施例〕〔Example〕

第2図は本発明の一実施例を説明するためのエディタ
表示形式の例,第3図は本発明の一実施例を説明するた
めのメモリ展開形式の例,第4図は本発明の一実施例を
説明するためのデータベース格納形式の例,第5図は本
発明の一実施例に係るチェーン解決の概要フロー,第6
図は本発明の一実施例に係るデータ編集の処理フローを
示す。
FIG. 2 is an example of an editor display format for explaining one embodiment of the present invention, FIG. 3 is an example of a memory expansion format for explaining one embodiment of the present invention, and FIG. FIG. 5 is an example of a database storage format for explaining the embodiment, FIG. 5 is a schematic flow of a chain solution according to an embodiment of the present invention, FIG.
The figure shows a processing flow of data editing according to one embodiment of the present invention.

以下,第2図に示すようなRDB形式のデータを編集す
る例について説明する。
Hereinafter, an example of editing data in the RDB format as shown in FIG. 2 will be described.

編集対象となるデータは,Company,Section,Employee
の3つのパレットのどれかである。選択された編集対象
のパレットが,第2図に示すようなテーブル形式で,編
集画面に表示される。
The data to be edited is Company, Section, Employee
One of the three pallets. The selected palette to be edited is displayed on the editing screen in a table format as shown in FIG.

Companyは,Co.name,Kind,Sec.の3つのカラムからな
る。Sectionは,Co.name,Section,Emp.の3つのカラムか
らなる。Employeeは,Employee,Section,Salaryの3つの
カラムからなる。
Company consists of three columns, Co.name, Kind, and Sec. Section consists of three columns: Co.name, Section, and Emp. Employee consists of three columns, Employee, Section, and Salary.

パレットSectionのCo.nameのカラムは,パレットComp
anyのレコードを識別する情報を持つので,外部キーF
−keyである。これに対し,パレットCompanyのSec.のカ
ラムは,外部キーF−keyとのチェーン関係を持つ子キ
ーC−key(Child−key)となっている。なお,このSe
c.のカラムにおける数値「2」は,パレットSectionに
おける該当レコード数を示している。
The column of Co.name of pallet Section is pallet Comp
Since it has information for identifying any record, foreign key F
−key. On the other hand, the column of Sec. Of the palette Company is a child key C-key (Child-key) having a chain relationship with the foreign key F-key. Note that this Se
The numerical value “2” in the column of c. indicates the number of corresponding records in the palette section.

パレットEmployeeにおけるSectionのカラムと,パレ
ットSectionにおけるEmp.のカラムとの関係も,外部キ
ーF−keyと子キーC−keyの関係になっている。
The relationship between the column of Section in the palette Employee and the column of Emp. In the palette Section is also the relationship between the foreign key F-key and the child key C-key.

第2図に示すデータのメモリ展開形式は,例えば第3
図に示すようになっている。
The memory expansion format of the data shown in FIG.
It is as shown in the figure.

PDEは,パレット定義体であり,カラムとデータの内
容を制御表によって管理するためのものである。CDE
は,カラムの属性情報等を持つカラム定義体である。DP
Eは,データの内容などを示すデータレコード,DPIは,
データレコードをまとめるポインタリストなどの制御表
である。objidは,各データレコードを識別するため
に,各データレコードごとに一意に付与されるオブジェ
クトIDである。
PDE is a pallet definition body for managing the contents of columns and data using control tables. CDE
Is a column definition body having column attribute information and the like. DP
E is a data record indicating the contents of data, etc., DPI is
It is a control table such as a pointer list that organizes data records. objid is an object ID uniquely assigned to each data record to identify each data record.

“objid=”の欄には,対象PDEの先頭アドレスも設定
されている。図示省略するが,各CDEは,自パレットのP
DEをポイントしている。第3図に示す状態で,PDE,CDE
は,DPEと同様の形式に展開されている。このときのPDE,
CDEに当たるものが,PDE,CDEのメタ定義となるが、これ
はプログラム内に設定されているものとする。
The head address of the target PDE is also set in the “objid =” field. Although not shown, each CDE has its own pallet P
It points to DE. In the state shown in Fig. 3, PDE and CDE
Is developed in the same format as DPE. PDE at this time,
What corresponds to CDE is the meta definition of PDE and CDE, which is set in the program.

第3図に示すCompanyのパレットにおける最後のCDE
と,Sectionのパレットにおける2番目のCDEとの間を結
ぶポインタ関係が,外部キーに関連するチェーン関係で
ある。チェーン関係を解決するとは,このポインタ関係
の情報を設定することを意味する。
The last CDE in the Company palette shown in Figure 3.
The pointer relationship between the and the second CDE in the Section palette is the chain relationship related to the foreign key. Resolving the chain relation means setting this pointer relation information.

本発明では,パレットCompanyだけを編集対象とする
とき,パレットSectionとの間のチェーン関係を解決す
るので,パレットSectionについてのメモリ展開は行う
が,パレットEmployeeについてのメモリ展開は,直接的
なチェーン関係がないので行わない。
In the present invention, when only the palette Company is to be edited, the chain relationship with the palette section is solved. Therefore, the memory expansion for the palette section is performed. Not done because there is no.

データベース中の格納形式は,例えば第4図に示すよ
うな形式である。
The storage format in the database is, for example, a format as shown in FIG.

データベース内の情報は,すべてオブジェクトID(ob
jid)によって,リレーション(関係)が設定されてい
る。データベース内の情報は,整列格納されている必要
はなく,何らかの識別子(パレットID)によってソート
できればよい。PDE,CDEは,通常変更されることはない
と考えてよい。
All information in the database is the object ID (ob
jid) sets the relation (relationship). The information in the database does not need to be sorted and stored, but may be any sort as long as it can be sorted by any identifier (pallet ID). PDEs and CDEs can usually be considered unchanged.

チェーン関係の解決は,第5図に示すように行う。 The solution of the chain relation is performed as shown in FIG.

まず,相手CDE,PDEの検索を行う。すなわち,自パ
レットのCDEのチェーンをたどり,チェーン関係にある
パレットの相手CDEを見つける。さらに,そのCDEが所属
するPDEを見つける。
First, search for the partner CDE and PDE. In other words, it follows the CDE chain of its own pallet and finds the partner CDE of the pallets in a chain relationship. In addition, find the PDE to which the CDE belongs.

次に,相手PDEから,相手DPEを検索する。 Next, the partner DPE is searched from the partner PDE.

相手DPEがあれば,そのデータとの間で,チェーン
関係を解決する。
If there is a partner DPE, resolve the chain relationship with that data.

第6図は,データを追加(ADD)するときのデータ編
集の処理の例を示している。以下の説明における〜
は,第6図に示す処理〜に対応する。
FIG. 6 shows an example of data editing processing when data is added (ADD). In the following description ~
Corresponds to the processing shown in FIG.

追加の編集が終了したかどうかを判定する。 Determine whether additional editing has been completed.

終了指示があった場合,処理へ移る。 If there is a termination instruction, the process moves to processing.

編集用メモリへ,追加されたデータ(DPE)を書き
込む。
Write the added data (DPE) to the editing memory.

採番ファイルから,オブジェクトID(objid)を採
取する。なお,採番ファイルは,最新のオブジェクトID
の番号を管理するためのファイルで,オブジェクトIDを
獲得するごとに,その番号がカウントアップされる。
Collect the object ID (objid) from the numbering file. The numbering file is the latest object ID
This file is used to manage the number of objects, and each time an object ID is acquired, the number is incremented.

DPE内に追加を示すadd識別子を設定する。 Set an add identifier indicating addition in the DPE.

DPE間のチェーンを,PDE,CDE,objidをもとに設定す
る。
The chain between DPEs is set based on PDE, CDE and objid.

編集の終了指示があったならば,編集用メモリ上の
DPEの内容を,データベースに書き込む。
If there is an instruction to end editing,
Write the contents of the DPE to the database.

また,DPEの識別子に応じて,追加のための情報を書
き込む。その後,編集の処理を終了する。
Also, information for addition is written according to the identifier of the DPE. Thereafter, the editing process ends.

以上の処理の中で,従来技術と大きく異なるのは,処
理によるチェーンの動的解決である。
Among the above processes, what is significantly different from the conventional technology is the dynamic solution of the chain by the processes.

従来技術では,この処理のフェーズがないため,直
接オブジェクトIDを検索して,データ間の関係を示して
いた。また,アドレスによるチェーン関係を用いた場合
でも,データがカラム単位に格納されていることから,
関係するパレットすべてのチェーンをたどることになっ
た。
In the prior art, since there is no phase of this processing, the relationship between data is shown by directly searching the object ID. Also, even when the chain relationship by address is used, since data is stored in column units,
The chain of all pallets involved has to be followed.

前者は,処理の単純化が図れるが処理が遅く,後者
は,メモリの展開量が増えてしまうことになる。本発明
は,対象パレットに閉じたチェーン解決を行うものであ
り,両者の改善が図れる。ただし,全体のパレットを編
集するときには,後者と同様になる。
In the former case, the processing can be simplified, but the processing is slow, and in the latter case, the amount of memory expansion increases. The present invention provides a closed chain solution for a target pallet, and both can be improved. However, when editing the entire palette, it is the same as the latter.

第6図に示す処理は,詳しくは第6図に示す(a)
〜(d)のように行われる。
The processing shown in FIG. 6 is described in detail in FIG.
(D).

(a) 対象パレットのチェーンがすべて解決したかど
うかを判定する。解決した場合,次の処理へ移る。
(A) Determine whether all chains of the target pallet have been resolved. If resolved, move on to the next process.

(b) CDEが,チェーン関係に関連するものであるか
どうかを判定する。すなわち,外部キー(F−key)ま
たは子キー(C−key)であるかどうかを調べる。
(B) Determine whether the CDE is related to a chain relationship. That is, it is checked whether it is a foreign key (F-key) or a child key (C-key).

(c) 外部キー(F−key)または子キー(C−key)
である場合,そのチェーン関係を解決する。
(C) Foreign key (F-key) or child key (C-key)
If, resolve the chain relationship.

(d) 次のCDEに処理を移し,処理(a)に戻って,
対象パレットのチェーンがすべて解決するまで,処理を
繰り返す。
(D) Move the process to the next CDE, return to process (a),
The process is repeated until all chains of the target pallet are resolved.

データの追加(ADD)を例に説明したが,更新(UPDAT
E)や削除(DELETE)の編集についても,第6図に示す
処理とはほぼ同様である。違う点は,処理で,UPDATE
またはDELETEの場合には,再書き込み(rewrite)の処
理になる。また,処理では,オブジェクトIDの番号は
加算されない。処理では,UPDATEまたはDELETEの場合
に,各々の識別子が設定される。
The explanation was made with the addition of data (ADD) as an example.
The editing of E) and deletion (DELETE) is almost the same as the processing shown in FIG. The difference is in the processing, UPDATE
Alternatively, in the case of DELETE, the processing is rewriting. In the process, the object ID number is not added. In the processing, in the case of UPDATE or DELETE, each identifier is set.

なお,データベースからデータをメモリに展開する場
合には,第6図に示す,,の処理を,逆に実行す
ることになる。
When data is expanded from the database to the memory, the process shown in FIG. 6 is performed in reverse.

〔発明の効果〕〔The invention's effect〕

以上説明したように,本発明によれば,必要最小限の
I/O回数とメモリ量しか必要としないために,全体とし
て性能を向上させ,使用するメモリ量を削減することが
可能になる。したがって,大型機やワークステーション
のように,複数の業務を行うものについての負荷を減少
させることができるようになり,また,基本的なメモリ
量の少ないパーソナルコンピュータなどでも,RDB形式の
ファイルデータの編集が可能になる。
As described above, according to the present invention, the minimum necessary
Since only the number of I / O times and the amount of memory are required, it is possible to improve overall performance and reduce the amount of memory used. Therefore, it is possible to reduce the load on machines that perform multiple tasks, such as large machines and workstations. Editing becomes possible.

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

第1図は本発明の原理説明図, 第2図は本発明の一実施例を説明するためのエディタ表
示形式の例, 第3図は本発明の一実施例を説明するためのメモリ展開
形式の例, 第4図は本発明の一実施例を説明するためのデータベー
ス格納形式の例, 第5図は本発明の一実施例に係るチェーン解決の概要フ
ロー, 第6図は本発明の一実施例に係るデータ編集の処理フロ
ー, 第7図は従来技術の例を示す。 図中,10は処理装置,11はディスプレイ,12は編集画面,13
は編集用メモリ,14−1,14−2はパレット,15はデータフ
ァイルを表す。
FIG. 1 is a view for explaining the principle of the present invention, FIG. 2 is an example of an editor display format for explaining one embodiment of the present invention, and FIG. 3 is a memory expansion format for explaining one embodiment of the present invention. FIG. 4 is an example of a database storage format for explaining an embodiment of the present invention, FIG. 5 is a schematic flow of a chain solution according to an embodiment of the present invention, and FIG. FIG. 7 shows an example of the prior art of the data editing process flow according to the embodiment. In the figure, 10 is a processing device, 11 is a display, 12 is an edit screen, 13
Represents an editing memory, 14-1 and 14-2 represent pallets, and 15 represents a data file.

フロントページの続き (58)調査した分野(Int.Cl.6,DB名) G06F 17/30 G06F 12/00Continuation of the front page (58) Field surveyed (Int.Cl. 6 , DB name) G06F 17/30 G06F 12/00

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】データ間に関係を持つリレーショナルデー
タベース形式で格納されたデータを編集する処理機能を
有するデータ処理システムにおける外部キー動的解決処
理方法であって, ユーザが指定した編集対象について,データファイルを
メモリ上に展開する(P1)にあたって, 関連するデータが展開されていれば,外部キーに関する
チェーン関係を解決し(P3), チェーン関係がまだ解決されていないものに対して編集
を指定された場合には,必要なデータファイルをアクセ
スしてメモリ上への展開を行う(P2)とともに,チェー
ン関係を解決し(P3), チェーン関係の解決を,ユーザが編集する対象を選択し
た時点に行うようにしたことを特徴とする外部キー動的
解決処理方法。
1. An external key dynamic solution processing method in a data processing system having a processing function of editing data stored in a relational database format having a relationship between data, the method comprising: When expanding the file on the memory (P1), if the related data is expanded, resolve the chain relation related to the foreign key (P3), and specify the edit for the unresolved chain relation. In this case, the necessary data files are accessed and expanded on the memory (P2), the chain relation is resolved (P3), and the chain relation is resolved when the user selects the object to be edited. A foreign key dynamic solution processing method characterized by being performed.
JP1211990A 1989-08-17 1989-08-17 Foreign key dynamic resolution processing method Expired - Lifetime JP2785966B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1211990A JP2785966B2 (en) 1989-08-17 1989-08-17 Foreign key dynamic resolution processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1211990A JP2785966B2 (en) 1989-08-17 1989-08-17 Foreign key dynamic resolution processing method

Publications (2)

Publication Number Publication Date
JPH0375870A JPH0375870A (en) 1991-03-29
JP2785966B2 true JP2785966B2 (en) 1998-08-13

Family

ID=16615070

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1211990A Expired - Lifetime JP2785966B2 (en) 1989-08-17 1989-08-17 Foreign key dynamic resolution processing method

Country Status (1)

Country Link
JP (1) JP2785966B2 (en)

Also Published As

Publication number Publication date
JPH0375870A (en) 1991-03-29

Similar Documents

Publication Publication Date Title
US6484181B2 (en) Method and system for handling foreign key update in an object-oriented database environment
US6216140B1 (en) Methodology for the efficient management of hierarchically organized information
US6925462B2 (en) Database management system, and query method and query execution program in the database management system
US20040083117A1 (en) Method for fast searching and analyzing inter-relations between patents from a patent database
JPH04303246A (en) Cutting-and-sticking filter in data processing system
US20040078355A1 (en) Information management system
JPH06215037A (en) Automatic updating device for index
JP2785966B2 (en) Foreign key dynamic resolution processing method
JPH06202919A (en) Dynamic change system for logical data structure of data base
JPH096653A (en) Data base checking information processor
JPH01282635A (en) Index maintaining system
JPH0456344B2 (en)
JPH0668183A (en) Design supporting device
KR100209162B1 (en) Method for searching a record for use in a window-based subscriber imanagement system employing a template
JPH08328929A (en) Database split management system
Goldstein et al. Database management with sequence trees and tokens
JPH07104804B2 (en) Database generation management method
JP3398672B2 (en) Intermediate data storage device
JPH02253451A (en) Data base managing system
JPS61165146A (en) Dynamic changing and processing system of data item in record type data
JPH06214849A (en) Data base system
JPH1196050A (en) Data base management system
JPH05120347A (en) File retrieving system
JPH04165468A (en) Component list control system
JPH01248233A (en) Data base retrieving device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080529

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090529

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20090529

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20100529

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100529

Year of fee payment: 12