JPH02122339A - Method and device for automatic production of file access procedure - Google Patents

Method and device for automatic production of file access procedure

Info

Publication number
JPH02122339A
JPH02122339A JP63276692A JP27669288A JPH02122339A JP H02122339 A JPH02122339 A JP H02122339A JP 63276692 A JP63276692 A JP 63276692A JP 27669288 A JP27669288 A JP 27669288A JP H02122339 A JPH02122339 A JP H02122339A
Authority
JP
Japan
Prior art keywords
procedure
file
file access
component elements
access procedure
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
JP63276692A
Other languages
Japanese (ja)
Inventor
Koichi Yasutake
剛一 安武
Mitsuhiro Suzuki
光宏 鈴木
Hideki Shitanda
四反田 秀樹
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP63276692A priority Critical patent/JPH02122339A/en
Publication of JPH02122339A publication Critical patent/JPH02122339A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To facilitate the description and to improve the maintenability with the title method and device by storing previously the information on the file constitution, the information on the relation among component elements, and the information on the available component elements. CONSTITUTION:A file structure memory part 11 stores the component elements of a file record and a key element among those component elements. A relative memory part 12 stores the procedure to decide the values of component elements of plural file records and plural component elements necessary for execution of the procedure. A procedure lead-out part 14 retrieves the procedure which decides the values of component elements and the available component elements and leads out the file access procedure and the deciding procedure. Then the information on the file constitution, the relation among the component elements, and the available component elements are previously stored. Thus it is possible to automatically produce the file access procedure necessary for decision of the values of component elements just by describing the requested component elements. Then the description is facilitated and the maintenability can be improved.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、複数のファイルを利用するプログラムのファ
イルアクセスの手続きを自動生成するファイルアクセス
手続き自動生成方法に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Field of Industrial Application The present invention relates to an automatic file access procedure generation method for automatically generating file access procedures for a program that uses a plurality of files.

従来の技術 従来、要求されたレコードの構成要素の値を複数のファ
イルへのアクセスや計算を繰り返すことによって取り出
す場合、その手続きをすべてプログラム内に記述しなけ
ればならなかった。第3図のファイル構造図で示される
ファイルを、A1゜A2の値が利用できて、B1は八3
によって01はB2にB3を加えることによって、その
値が決定されるとき、C4の値を取り出すためのファイ
ルアクセス手続きは第7図の手続き図に示されるものと
なる。従来は、当手続きをすべてプログラム内に記述し
なければならなかった。
BACKGROUND OF THE INVENTION Conventionally, in order to retrieve the values of the constituent elements of a requested record by accessing multiple files or repeating calculations, the entire procedure had to be written in a program. For the file shown in the file structure diagram in Figure 3, the values of A1 and A2 can be used, and B1 is 83.
When the value of 01 is determined by adding B3 to B2, the file access procedure for extracting the value of C4 is as shown in the procedure diagram of FIG. Previously, all of this procedure had to be written within the program.

発明が解決しようとする課題 ところが、従来の方法では、ファイルの数が増えるとフ
ァイルへのアクセスの手順と構成要素の値の決定手順が
増えて手続きの記述量が増えて煩雑になり、プログラム
の記述が困難になる。さらにファイル構成の変更、構成
要素間の関連の変更に対し、プログラムを直接修正しな
ければならない部分が増えて保守が困難になる。
Problems to be Solved by the Invention However, in conventional methods, as the number of files increases, the steps for accessing the files and the steps for determining the values of components increase, which increases the amount of procedure descriptions and makes the program complicated. It becomes difficult to describe. Furthermore, in response to changes in file structure and relationships between constituent elements, more parts of the program must be directly modified, making maintenance difficult.

本発明はかかる点に鑑み、値を取り出すことを要求され
た構成要素を記述するだけで、その値を決定するファイ
ルアクセス手続きの自動生成が行なわれ、記述しなけれ
ばならない項目を減少させ、記述を目的とする対象にの
み限定し記述を容易にし、修正による記述の変更を限定
させることで保守性を向」ユさせるファイルアクセス手
続き自動生成装置とその方法を提供することを目的とす
る。
In view of this, the present invention automatically generates a file access procedure to determine the value by simply describing the component whose value is required to be extracted, thereby reducing the number of items that must be described. An object of the present invention is to provide an automatic file access procedure generation device and method that facilitates the description by limiting it only to the object for which it is intended, and improves maintainability by limiting changes to the description by modification.

課題を解決するための手段 本発明は上記課題を解決するために、ファイルのレコー
ドの構成要素とその中のキーとなる要素を記憶するファ
イル構造記憶部と、複数ファイルのレコードの構成要素
の値を決定する手順とその手順の実行に値が必要な複数
の構成要素を記憶する関連記憶部と、要求時に利用でき
る値の決定しているすべての構成要素を記憶する利用要
素記憶部と、前記ファイル構造記憶部を使いファイルア
クセスの手順を検索し、前記関連記憶部を使い構成要素
の値を決定する手順を検索し、前記利用要素記憶部を使
い値を利用できる構成要素を検索し、ファイルアクセス
の手順と決定手順を導出する手続き導出部を有し、要求
された構成要素の値を決定するためのファイルアクセス
の手続きを自動的に生成する方法である。
Means for Solving the Problems In order to solve the above problems, the present invention provides a file structure storage unit that stores the constituent elements of records of a file and key elements therein, and the values of the constituent elements of records of multiple files. an associated storage unit that stores a procedure for determining a value and a plurality of components whose values are required to execute the procedure; a usage element storage unit that stores all components whose values are determined and that can be used at the time of a request; The file structure storage section is used to search for a file access procedure, the related storage section is used to search for a procedure for determining the value of a component, the usage element storage section is used to search for a component whose value can be used, and the file This method includes a procedure derivation unit that derives an access procedure and a determination procedure, and automatically generates a file access procedure for determining the value of a requested component.

作   用 前記方法により、ファイルの構成に関する情報と、構成
要素間の関連に関する情報と、利用可能な構成要素に関
する情報とを、あらかじめ記憶させておくことによって
、要求される構成要素を記述するだけで、その値を決定
するのに必要なファイルアクセスの手続きをを自動生成
できるので、記述しなければならない項目が減少し、記
述が容易になり、保守性が向上する。
By using the method described above, information on the structure of the file, information on the relationship between the constituent elements, and information on the available constituent elements are stored in advance, so that it is possible to simply describe the required constituent elements. , the file access procedure necessary to determine its value can be automatically generated, reducing the number of items that need to be written, making it easier to write, and improving maintainability.

実施例 第1図は、本発明の一実施例を示す構成図である。11
はファイルのレコードの構成要素とその中のキーとなる
要素を記憶するファイル構造記憶部、12は複数ファイ
ルのレコードの構成要素の値を決定する手順とその手順
の実行に値が必要な複数の構成要素を記憶する関連記憶
部、13は要求時に利用できる値の決定しているすべて
の構成要素を記憶する利用要素記憶部、14は前記3記
憶部を使い、ファイルアクセスの手順と決定手順を導出
する手続き導出部を示す。
Embodiment FIG. 1 is a configuration diagram showing an embodiment of the present invention. 11
12 is a file structure storage unit that stores file record components and key elements therein; 12 is a procedure for determining the values of the record components of multiple files; 13 is a usage element storage unit that stores all the components whose values that can be used at the time of a request have been determined; and 14 is a storage unit that stores file access procedures and determination procedures using the three storage units. The procedure derivation part to be derived is shown.

第2図は、これらを利用し要求された構成要素の値を決
定するためのファイルアクセスの手続きを自動生成する
方法をフローチャートを用いて説明する。21により、
与えられた構成要素が利用要素記憶部13に記憶されそ
の値を決定しているかどうか検索する。決定しているな
らば、22で、決定している値を利用する手続きを目的
の手続きとする。決定していないならば、23により、
与えられた構成要素が属するファイルのキーとなる構成
要素をファイル構造記憶部11を検索し取り出す。24
で、それらの構成要素がすべてファイルアクセス手続き
が自動生成できるかどうか、当方法により判定する。た
だし、与えられた構成要素が、そのキーに含まれるとき
は自動生成できない。すべて自動生成できるならば、2
5で、それらの自動生成された手続きに、与えられた構
成要素の属するファイルへのアクセス手順を加え、目的
の手続きとする。一つでも自動生成できなかったならば
、26で、関連記憶部12より、与えられた構成要素の
値を決定する手順に必要な構成要素を取り出す。27で
、それらの構成要素がすべてファイルアクセス手続きが
自動生成できるかどうか、当方法により判定する。すべ
て自動生成できるならば、28で、それらの自動生成さ
れた手続きに、与えられた構成要素の値を決定する手順
を加え、目的の手続きとする。一つでも自動生成できな
かったならば、29で、与えられた構成要素に対するフ
ァイルアクセス手続きは自動生成できないきして終了す
る。
FIG. 2 uses a flowchart to explain a method of automatically generating a file access procedure for determining the value of a requested component using these methods. By 21,
It is searched whether the given component is stored in the used element storage section 13 and its value has been determined. If it has been determined, in step 22, a procedure that uses the determined value is set as the target procedure. If it has not been decided, then according to 23,
The file structure storage unit 11 is searched for the key component of the file to which the given component belongs. 24
Then, our method determines whether file access procedures can be automatically generated for all of these components. However, if the given component is included in the key, it cannot be automatically generated. If everything can be automatically generated, 2
In step 5, a procedure for accessing the file to which the given component belongs is added to these automatically generated procedures to obtain a target procedure. If even one of the components cannot be automatically generated, in step 26, the components necessary for the procedure for determining the value of the given component are retrieved from the related storage unit 12. In step 27, it is determined by this method whether file access procedures can be automatically generated for all of these components. If all can be automatically generated, in step 28, a procedure for determining the value of a given component is added to these automatically generated procedures to form a target procedure. If even one element cannot be automatically generated, the file access procedure for the given component cannot be automatically generated and ends at 29.

第3図は、ファイル構造記憶部に記憶されるファイルの
レコードの構成要素とぞの中のキーとなる要素の例を示
す。A、  B、  Cはファイルの識別名を、 A1
、 A2、 A3、 A4、 B1、 B2、 B3、
C1、C2、C3、C4は、各ファイルの構成要素の識
別名を示す。
FIG. 3 shows an example of key elements among the constituent elements of a record of a file stored in the file structure storage unit. A, B, C are file identification names, A1
, A2, A3, A4, B1, B2, B3,
C1, C2, C3, and C4 indicate identification names of constituent elements of each file.

第4図は、関連記憶部I2に記憶される複数のファイル
の構成要素の値を決定する手順とその手順の実行に値が
必要な複数の構成要素の例を示す。
FIG. 4 shows an example of a procedure for determining the values of constituent elements of a plurality of files stored in the related storage unit I2 and a plurality of constituent elements whose values are required to execute the procedure.

第5図は、利用要素記憶部13に記憶されている、値を
利用可能な構成要素の例を示す。
FIG. 5 shows an example of components whose values can be used, which are stored in the usage element storage unit 13.

第6図は、値を取り出すことを要求されている構成要素
の例を示す。
FIG. 6 shows an example of a component whose value is required to be retrieved.

第7図は、第3図から第5図に示される情報を使い、第
2図に示される方法で生成された、第6図に示される構
成要素の値を決定するのに必要な手続きの例を示す。
FIG. 7 shows the procedure necessary to determine the values of the components shown in FIG. 6, generated by the method shown in FIG. 2 using the information shown in FIGS. 3 to 5. Give an example.

第7図で示される手続きを生成するための動作例を示す
。C4を要求する構成要素として与える。
An example of operation for generating the procedure shown in FIG. 7 is shown. Provide C4 as the required component.

21により、利用要素記憶部13を検索する。C4は決
定していないので、23にうつり、ファイル構造記憶部
11を検索し、キーとなる構成要素C1を取り出す。2
4により、C1を要求する構成要素として、当方法を適
用する。21により、利用要素記憶部を検索する。C1
は決定していないので、23でファイル構造記憶部11
を検索し、キー七なる構成要素C1を取り出す。C1が
キーに含まれているので自動生成できない。26により
関連記憶部12を検索し、値を決定するのに必要な構成
要素B2、B3を取り出す。27でB2゜B3にたいし
当方法を適用する。21で利用要素記憶部13を検索す
る。B2.B3が決定していないので、23でファイル
構造記憶部11を検索し、B2.B3の属するファイル
のキーとなる構成要素B1を取り出す。24でB1に当
方法を適用する。21で利用要素記憶部を検索する。B
1は決定していないので、23でファイル構造記憶部1
1を検索し、キーとなる構成要素B1を取り出す。B1
はキーに含まれているので自動生成できない。26で関
連記憶部12を検索し、値を決定するのに必要な構成要
素A3を取り出す。27でA3にたいし当方法を適用す
る。7.で利用要素記憶部13を検索する。A3は決定
していないので、23でファイル構造記憶部11を検索
し、キーとなる構成要素Al、A2を取り出す。24で
Al、A2にたいし当方法を適用する。21で利用要素
記憶部13を検索する。22でAt、A2は決定してい
るので、その値を利用する。A1゜A2はその手続きが
自動生成できたので、25で第7図の(1)をA3にた
いするファイルアクセス手続きとして加える。A3にた
いする手続きが自動生成できたので、第7図の(2)を
B1にたいするファイルアクセス手続きとして加える。
21, the usage element storage unit 13 is searched. Since C4 has not been determined, the process moves to step 23, the file structure storage section 11 is searched, and the key component C1 is extracted. 2
4, this method is applied as a component requiring C1. 21, the usage element storage unit is searched. C1
has not been determined, so at 23 the file structure storage unit 11
is searched and the component C1, which is the seventh key, is extracted. Since C1 is included in the key, it cannot be automatically generated. 26, the related storage unit 12 is searched and the components B2 and B3 necessary for determining the value are taken out. In step 27, apply this method to B2° and B3. 21, the usage element storage unit 13 is searched. B2. Since B3 has not been determined, the file structure storage unit 11 is searched at 23, and B2. Extract component B1, which is the key of the file to which B3 belongs. At step 24, apply this method to B1. In step 21, the usage element storage unit is searched. B
1 has not been determined, so 23 is the file structure storage section 1.
1 and extracts the key component B1. B1
cannot be automatically generated because it is included in the key. At step 26, the related storage unit 12 is searched and the component A3 necessary for determining the value is taken out. At step 27, apply this method to A3. 7. The usage element storage unit 13 is searched with. Since A3 has not been determined, the file structure storage unit 11 is searched at 23, and the key components Al and A2 are extracted. In step 24, this method is applied to Al and A2. 21, the usage element storage unit 13 is searched. Since At and A2 have been determined in step 22, those values are used. Since the procedure for A1°A2 was automatically generated, (1) in FIG. 7 is added as a file access procedure for A3 in step 25. Since the procedure for A3 has been automatically generated, (2) in FIG. 7 is added as the file access procedure for B1.

B1にたいする手続きが自動生成できたので、25で第
7図の(3)をB2.B3にたいするファイルアクセス
手続きとして加える。B2.B3にたいする手続きが自
動生成できたので、28で第7図の(4)を01にたい
するファイルアクセス手続きとする。C1にたいする手
続が自動生成できたので、25で第7図の(5)を04
にたいするファイルアクセス手続として加えて、第7図
の(1)から(5)を04にたいするファイルアクセス
手続きとして終了する。
Since the procedure for B1 was automatically generated, in step 25, (3) in Figure 7 was converted to B2. Added as a file access procedure for B3. B2. Since the procedure for B3 has been automatically generated, (4) in FIG. 7 is set as the file access procedure for 01 at step 28. Since the procedure for C1 was automatically generated, (5) in Figure 7 was changed to 04 at 25.
In addition, (1) to (5) in FIG. 7 are completed as file access procedures for 04.

発明の効果 以上、本発明によれば、ファイルの構成に関する情報と
、構成要素間の関連に関する情報と、利用可能な構成要
素に関する情報とを、あらかじめ記憶させておくことに
よって、要求される構成要素が記述されるだけで、その
値を決定するのに必要なファイルアクセスの手続きをを
自動生成できる。その結果、記述しなければならない項
目が減少するので、記述が容易になり、保守性が向上す
る。
Effects of the Invention According to the present invention, required components are stored in advance by storing information regarding the structure of a file, information regarding relationships between components, and information regarding available components. By simply describing the value, the file access procedures necessary to determine the value can be automatically generated. As a result, the number of items that need to be written is reduced, making writing easier and improving maintainability.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の一実施例におけるファイルアクセス手
続き自動生成装置を示す構成図、第2図はこれを利用し
要求された構成要素の値を決定するためのファイルアク
セス自動生成方法を示す流れ図、第3図は同装置におけ
るファイル構造記憶部に記憶されるファイルのレコード
の構成要素とその中のキーとなる要素の例を示す構造図
、第4図は関連記憶部に記憶される複数のファイルの構
成要素の値を決定する手順とその手順の実行に値が必要
な複数の構成要素の例を示す関連図、第5図は利用要素
記憶部に記憶されている値を利用可能な構成要素の例を
示す構造図、第6図はファイルアクセスにより値を取り
出すことを要求されている構成要素の例を示す+t4造
図、第7図は本発明により自動生成された、要求されて
いる構成要素の値を決定するのに必要な手続きの例を示
す手続き図である。 11・・・ファイル構造記憶部、12・・・関連記憶部
、13・・・利用要素記憶部、14・・・手続き導出部
。 代理人の氏名 弁理士 栗野重孝 はか18弔 図 第 図 第 図 第 図 第 図 第 図 第 図 第 図 手続補正書(方式) %式% 1事件の表示 昭和63年特許願第 号 発明の名称 ファイルアクセス手続き自動生成装置とその方法補正を
する者 事件との関係      特  許   出  願  
人住 所  大阪府門真市大字門真1006番地名 称
 (582)松下電器産業株式会社代表者    谷 
 井  昭  雄 4代理人 住  所 〒 571 大阪府門真市大字門真1006番地 松下電器産業株式会社内 男 図 (そのり 第 図 (芝の2)
FIG. 1 is a block diagram showing a file access procedure automatic generation device according to an embodiment of the present invention, and FIG. 2 is a flowchart showing a file access automatic generation method for determining the value of a requested component using this device. , FIG. 3 is a structural diagram showing an example of the constituent elements of a file record stored in the file structure storage section and key elements therein, and FIG. A related diagram showing a procedure for determining the value of a file component and an example of multiple components whose values are required to execute the procedure. Figure 5 shows a configuration in which the values stored in the usage element storage unit can be used. A structural diagram showing an example of an element, Figure 6 is a +t4 diagram showing an example of a component whose value is required to be retrieved by file access, and Figure 7 is a diagram showing the requested value automatically generated by the present invention. FIG. 3 is a procedure diagram illustrating an example of a procedure necessary to determine the value of a component. DESCRIPTION OF SYMBOLS 11... File structure storage part, 12... Associated storage part, 13... Utilization element storage part, 14... Procedure derivation part. Name of agent Patent attorney Shigetaka Kurino Haka 18 Funeral Map Diagram Diagram Diagram Diagram Diagram Diagram Diagram Diagram Diagram Diagram Procedure Amendment (Method) % Formula % 1 Indication of Case 1988 Patent Application No. Name of Invention Relationship between file access procedure automatic generation device and the case of person who amends the method Patent application
Address 1006 Oaza Kadoma, Kadoma City, Osaka Name (582) Matsushita Electric Industrial Co., Ltd. Representative Tani
Akio I 4 Agent address: 1006 Oaza Kadoma, Kadoma City, Osaka 571 Matsushita Electric Industrial Co., Ltd.

Claims (2)

【特許請求の範囲】[Claims] (1)ファイルのレコードの構成要素とその中のキーと
なる要素を記憶するファイル構造記憶手段と、複数ファ
イルのレコードの構成要素の値を決定する手順とその手
順の実行に値が必要な複数の構成要素を記憶する関連記
憶手段と、要求時に利用できる値の決定しているすべて
の構成要素を記憶する利用要素記憶手段と、前記ファイ
ル構造記憶手段を使いファイルアクセスの手順を検索し
、前記関連記憶手段を使い構成要素の値を決定する手順
を検索し、前記利用要素記憶手段を使い値を利用できる
構成要素を検索し、ファイルアクセスの手順と決定手順
を導出する手続き導出手段を具備し、要求された構成要
素の値を決定するためのファイルアクセスの手続きを生
成することを特徴とする、ファイルアクセス手続き自動
生成装置。
(1) A file structure storage means that stores the constituent elements of a file's records and key elements therein, a procedure for determining the values of the constituent elements of records of multiple files, and a plurality of files whose values are required to execute the procedure. a related storage means for storing the constituent elements, a usage element memory means for storing all the constituent elements whose values are available at the time of a request, and a file access procedure using the file structure memory means; A procedure derivation means is provided for searching a procedure for determining a value of a component using the related storage means, searching for a component whose value can be used using the usage element storage means, and deriving a file access procedure and a determination procedure. . A file access procedure automatic generation device, characterized in that it generates a file access procedure for determining the value of a requested component.
(2)ファイルのレコードの構成要素とその中のキーと
なる要素を記憶するファイル構造記憶部と、複数ファイ
ルのレコードの構成要素の値を決定する手順とその手順
の実行に値が必要な複数の構成要素を記憶する関連記憶
部と、要求時に利用できる値の決定しているすべての構
成要素を記憶する利用要素記憶部と、前記ファイル構造
記憶部を使いファイルアクセスの手順を検索し、前記関
連記憶部を使い構成要素の値を決定する手順を検索し、
前記利用要素記憶部を使い値を利用できる構成要素を検
索し、ファイルアクセスの手順と決定手順を導出する手
続き導出部を有し、要求された構成要素の値を決定する
ためのファイルアクセスの手続きを生成することを特徴
とする、ファイルアクセス手続き自動生成方法。
(2) A file structure storage unit that stores the constituent elements of a file's records and key elements therein, a procedure for determining the values of the constituent elements of records of multiple files, and multiple files whose values are required to execute the procedure. a related storage section that stores the constituent elements of the file; a usage element memory section that stores all the constituent elements whose values are available at the time of a request; and a file structure memory section that searches for file access procedures; Find a procedure for determining the value of a component using the associated storage,
a procedure derivation unit that uses the usage element storage unit to search for a component whose value can be used and derives a file access procedure and a determination procedure, the file access procedure for determining the value of the requested component; A file access procedure automatic generation method characterized by generating a file access procedure.
JP63276692A 1988-11-01 1988-11-01 Method and device for automatic production of file access procedure Pending JPH02122339A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63276692A JPH02122339A (en) 1988-11-01 1988-11-01 Method and device for automatic production of file access procedure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63276692A JPH02122339A (en) 1988-11-01 1988-11-01 Method and device for automatic production of file access procedure

Publications (1)

Publication Number Publication Date
JPH02122339A true JPH02122339A (en) 1990-05-10

Family

ID=17572997

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63276692A Pending JPH02122339A (en) 1988-11-01 1988-11-01 Method and device for automatic production of file access procedure

Country Status (1)

Country Link
JP (1) JPH02122339A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07287652A (en) * 1994-04-18 1995-10-31 Nec Corp Automatic generation system for db extraction processing program

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6285336A (en) * 1985-10-11 1987-04-18 Hitachi Ltd Table conversion type software constituting system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6285336A (en) * 1985-10-11 1987-04-18 Hitachi Ltd Table conversion type software constituting system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07287652A (en) * 1994-04-18 1995-10-31 Nec Corp Automatic generation system for db extraction processing program

Similar Documents

Publication Publication Date Title
US5740445A (en) Information processing apparatus for generating directory information to manage a file using directories
JPH02122339A (en) Method and device for automatic production of file access procedure
JP2624170B2 (en) Logical deletion data physical deletion method
JP2005234945A (en) Concurrent execution control method and device
JP2822869B2 (en) Library file management device
US7139763B1 (en) Method and system for processing data selected for recording to optical media
JP2000066933A (en) Time series data management system
JPS60254342A (en) Controlling method of resources in using
JPH11513160A (en) Execution method of iterative search
JP3178671B2 (en) File system and its file recovery method
JPH0744426A (en) File management method for file system
JPH1173353A (en) Transaction retrieval processor based on specified time
JPS6351291B2 (en)
JPH08287104A (en) Time-series data management system
CN114519125A (en) Data writing method and device and server
JPH10240744A (en) System for processing retrieval of range division chart and method therefor and recording medium for recording retrieval processing program
JP2689928B2 (en) Data storage device in database system
JP2658097B2 (en) Secondary file creation method
JPH04116736A (en) Data base reformation system
JP2002049519A5 (en)
JPH04140825A (en) Optical disk device access system
JPH03262078A (en) Data retrieving system
JPH05241925A (en) File access managing system
JPH0667946A (en) Exclusive controller in database having hierarchy structure
JPH07295993A (en) System for retrieving relational record