JPH0455952A - Data transfer system for data base system - Google Patents

Data transfer system for data base system

Info

Publication number
JPH0455952A
JPH0455952A JP2167517A JP16751790A JPH0455952A JP H0455952 A JPH0455952 A JP H0455952A JP 2167517 A JP2167517 A JP 2167517A JP 16751790 A JP16751790 A JP 16751790A JP H0455952 A JPH0455952 A JP H0455952A
Authority
JP
Japan
Prior art keywords
data
host variable
database
application program
host
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2167517A
Other languages
Japanese (ja)
Other versions
JP2621591B2 (en
Inventor
Yukinori Saito
斉藤 幸儀
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2167517A priority Critical patent/JP2621591B2/en
Publication of JPH0455952A publication Critical patent/JPH0455952A/en
Application granted granted Critical
Publication of JP2621591B2 publication Critical patent/JP2621591B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To read out the data at a high speed by transferring the data to a host variable area of a user application program from the data base of a secondary storage when a user application program means carries out a program by reference to a host variable description list. CONSTITUTION:The physical position relationship is analyzed between a host variable taken out of those data base access requests described in a user application program 100 and a record stored in a secondary storage 2 and then outputted as a host variable description list 110. Then the data are transferred to a host variable area of the program 100 from the storage 2 at execution of the program 100 by reference to the outputted list 110. Thus the data can be read out at a high speed with continuous physical positions despite the increase of the rows to be read out.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はデータベースシステムのデータ転送に利用する
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention is used for data transfer in a database system.

本発明は、データの最少単位を列として管理し、複数の
列を連結したレコードとして二次記憶装置に格納する記
憶構造を有し、連結した列の集まりを表として利用者に
提供し、利用者が表に対して任意の条件で検索を行い任
意の列の集合を読み出すことができるデータベースシス
テムのデータ転送方式に関する。
The present invention has a storage structure in which the smallest unit of data is managed as a column, a plurality of columns are concatenated and stored as a record in a secondary storage device, and a collection of concatenated columns is provided to the user as a table for use. The present invention relates to a data transfer method for a database system that allows a person to search a table under arbitrary conditions and read a set of arbitrary columns.

〔概要〕〔overview〕

本発明はデータの最小単位を列として管理し、複数の列
を連結した列の集まりを表として利用者に提供し、表に
対して任意の条件で検索を行い、任意の列の集合を利用
者アプリケーションプログラム上に読み出すデータベー
スシステムのデータ転送方式において、 データベースアクセス要求のうちホスト変数とレコード
の物理位置との関係を解析してホスト変数記述リストと
して出力することにより、読み出すべき列数が多くても
物理位置が連続するものについてはデータの読み出しを
高速に行えるようにしたものである。
The present invention manages the smallest unit of data as a column, provides the user with a collection of columns in the form of a table, and searches the table with arbitrary conditions to use any set of columns. In the data transfer method of a database system that reads data on a user application program, the relationship between host variables and physical positions of records in a database access request is analyzed and output as a host variable description list. Also, data can be read out at high speed if the physical locations are consecutive.

〔従来の技術〕[Conventional technology]

従来、データの最少単位を列として管理し、複数の列を
連結したレコードとして二次記憶装置に格納する記憶構
造を有し、連結した列の集まりを表として利用者に提供
し、利用者が表に対して任意の条件で検索を行い任意の
列の集合を読み出すことができるデータベースシステム
のデータ転送方式は、利用者アプリケーションプログラ
ムの実行時に転送が要求された列の二次記憶装置上のレ
コードとホスト変数の配置関係を対応付けてホスト変数
ごとに行われていた。
Conventionally, the smallest unit of data is managed as a column, and the storage structure is such that multiple columns are concatenated and stored in a secondary storage device as a record, and a collection of concatenated columns is provided to the user as a table. The data transfer method of a database system that can search a table under arbitrary conditions and read a set of arbitrary columns records records on the secondary storage device of the columns requested to be transferred when the user application program is executed. This was done for each host variable by associating it with the placement relationship of the host variables.

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

上述した従来技術では、利用者が任意の列の集合を読み
出すためには読み出す列の数分データの転送が行われる
ために、読み出す列数が多くなると処理時間が増大する
欠点がある。
In the above-mentioned conventional technology, in order for a user to read a set of arbitrary columns, data must be transferred for the number of columns to be read. Therefore, there is a drawback that processing time increases as the number of columns to be read increases.

本発明はこのような問題を解決するもので、読み出す列
数が多くなっても多くの処理時間を要しない方式を提供
することを目的とする。
The present invention solves these problems, and aims to provide a method that does not require much processing time even when the number of columns to be read increases.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は、データ処理装置と、データベースを有する二
次記憶装置とを備え、前記データ処理装置に、データ最
少単位を列として管理し、複数の列を連結したレコード
として前記二次記憶装置のデータベースに格納するデー
タ情報格納手段と、連結した列の集まりを表として利用
者に提供し、表に対して任意の条件で検索を行い、任意
の列の集合を利用者アプリケーションプログラム上のホ
スト変数領域に読み出す利用者アプリケーションプログ
ラム手段とを含むデータベースシステムのデータ転送方
式において、前記データ処理装置に、利用者アプリケー
ションプログラム上に記述されたデータベースアクセス
要求のうちホスト変数と、前記二次記憶装置のデータベ
ース上に格納されたレコードの物理位置との関係を解析
しホスト変数記述リストとして出力するアクセス情報解
析手段と、前記ホスト変数記述リストを用いて前記利用
者アプリケーションプログラム手段がプログラムを実行
するときにデータを前記二次記憶装置のデータベースか
ら利用者アプリケーションプログラム上のホスト変数領
域に転送するデータ転送手段とを含むことを特徴とする
The present invention includes a data processing device and a secondary storage device having a database, the data processing device manages the minimum unit of data as a column, and the database of the secondary storage device manages a record in which a plurality of columns are connected. Provides the user with a data information storage means to store data information and a collection of connected columns as a table, searches the table with arbitrary conditions, and stores any set of columns in the host variable area on the user application program. In the data transfer method of the database system, the data processing device includes host variables of a database access request written on the user application program, and a database information stored in the secondary storage device. access information analysis means for analyzing the relationship between the records stored in the host and the physical location thereof and outputting the results as a host variable description list; and access information analysis means for analyzing the relationship between records stored in The present invention is characterized in that it includes data transfer means for transferring data from the database in the secondary storage device to a host variable area on a user application program.

前記ホスト変数記述リストには、利用者アプリケーショ
ンプログラム上のホスト変数領域へのポインタ、ホスト
変数領域の長さ、列のレコード内の物理位置、および列
の長さを含むことが望ましい。
Preferably, the host variable description list includes a pointer to a host variable area on the user application program, the length of the host variable area, the physical position of the column within the record, and the length of the column.

〔作用〕[Effect]

利用者アプリケーションプログラム上に記述されたデー
タベースアクセス要求のうちホスト変数と二次記憶装置
上に格納されたレコードの物理位置の関係を解析してホ
スト変数記述リストとして出力し、出力されたホスト変
数記述リストと、当該ホスト変数記述リストを用いて利
用者アプリケーションプログラムの実行時にデータを二
次記憶装置から利用者アプリケーションプログラム上の
ホスト変数領域に転送する。
Analyzes the relationship between host variables and the physical locations of records stored in secondary storage in the database access request written on the user application program and outputs the result as a host variable description list. Using the list and the host variable description list, data is transferred from the secondary storage device to the host variable area on the user application program when the user application program is executed.

これにより、読み出す列数が多くなっても物理位置が連
続するものについてデータの読み出しを高速に実行する
ことができる。
As a result, even if the number of columns to be read increases, data can be read out at high speed for those whose physical positions are consecutive.

〔実施例〕〔Example〕

次に、本発明実施例を図面に基づいて説明する。 Next, embodiments of the present invention will be described based on the drawings.

第1図は本発明実施例の構成を示すブロック図である。FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

本発明実施例は、データ処理装置1と、データベース1
40を有する二次記憶装置2とを備え、データ処理装置
1に、データ最少単位を列として管理し、複数の列を連
結したレコードとして二次記憶装置2のデータベース1
40に格納するデータ情報格納手段150と、連結した
列の集まりを表として利用者に提供し、表に対して任意
の条件で検索を行い、任意の列の集合を利用者アプリケ
ーションプログラム上のホスト変数領域に読み出す利用
者アプリケーションプログラム手段100とを含み、さ
らに、データ処理装置1に、利用者アプリケーションプ
ログラム上に記述されたデータベースアクセス要求のう
ちホスト変数と、二次記憶装置2のデータベース140
上に格納されたレコードの物理位置との関係を解析しホ
スト変数記述リスト110として出力するアクセス情報
解析手段120と、ホスト変数記述リスト110を用い
て利用者アプリケーションプログラム手段100がプロ
グラムを実行するときにデータを二次記憶装置2のデー
タベース140から利用者アプリケーションプログラム
上のホスト変数領域に転送するデータ転送手段130と
を含む。
The embodiment of the present invention includes a data processing device 1 and a database 1.
40, the data processing device 1 manages the minimum unit of data as a column, and stores a database 1 of the secondary storage device 2 as a record in which a plurality of columns are connected.
40 and a collection of connected columns are provided to the user as a table, the table is searched under arbitrary conditions, and an arbitrary set of columns is stored in the host on the user application program. A user application program means 100 for reading data into a variable area, and further includes a host variable of a database access request written on the user application program in the data processing device 1 and a database 140 of the secondary storage device 2.
When the user application program means 100 executes a program using the host variable description list 110 and the access information analysis means 120 that analyzes the relationship with the physical position of the record stored above and outputs it as the host variable description list 110. and data transfer means 130 for transferring data from the database 140 of the secondary storage device 2 to the host variable area on the user application program.

ホスト変数記述リスト110には、利用者アプリケーシ
ョンプログラム上のホスト変数領域へのポインタ、ホス
ト変数領域の長さ、列のレコード内の物理位置、および
列の長さが含まれる。
The host variable description list 110 includes a pointer to the host variable area on the user application program, the length of the host variable area, the physical position of the column within the record, and the length of the column.

利用者アプリケーションプログラム手段100が実行す
る利用者アプリケーションプログラムには、SQL言語
にてデータベースアクセスが記述され、ホスト変数記述
リスト110には、アクセス情報を解析しホスト変数と
二次記憶装置2上のレコードの位置関係が記述される。
The user application program executed by the user application program means 100 describes database access in SQL language, and the host variable description list 110 analyzes the access information and stores host variables and records on the secondary storage device 2. The positional relationship between the two is described.

またアクセス情報解析手段120は、SQL言語にて記
述されたデータベースアクセスを解析しホスト変数記述
リスト110を出力し、データ転送手段130はホスト
変数記述リスト110を用いてデータをホスト変数領域
に転送し、データベース140はデータの最少単位を列
として管理し、複数の列を連結したレコードとして二次
記憶装置2に格納する。
Further, the access information analysis means 120 analyzes database access written in SQL language and outputs a host variable description list 110, and the data transfer means 130 uses the host variable description list 110 to transfer data to the host variable area. , the database 140 manages the minimum unit of data as a column, and stores it in the secondary storage device 2 as a record in which a plurality of columns are connected.

利用者アプリケーションプログラムは、第2図に示すよ
うに利用者固有の処理を行う利用者処理20中にデータ
ベースアクセスに使用する連続した領域に確保されたホ
スト変数25.26.27の領域21と、データベース
アクセスを行うSQL命令22.23.24とが含まれ
、SQL命令23はデータベースアクセスにてデータを
読み出すホスト変数25.26により構成され、SQL
命令24はホスト変数25.27により構成される。
As shown in FIG. 2, the user application program includes an area 21 for host variables 25, 26, and 27 secured in a continuous area used for database access during user processing 20 that performs user-specific processing; SQL commands 22, 23, and 24 that access the database are included, and the SQL command 23 is composed of host variables 25 and 26 that read data by accessing the database.
Instruction 24 is comprised of host variables 25.27.

SQL命令22は表41から列44の値が“A″のもの
を検索する。SQL命令23は、SQL命令22によっ
て検索された集合のデータより列41.42をホスト変
数25.26に読み出す。SQL命令24は、SQL命
令22によって検索された集合のデータより列41.4
2をホスト変数25.27に読み出す。
The SQL command 22 searches the table 41 for the column 44 whose value is "A". The SQL instruction 23 reads columns 41 and 42 from the data set retrieved by the SQL instruction 22 into host variables 25 and 26. The SQL instruction 24 retrieves column 41.4 from the data of the set retrieved by the SQL instruction 22.
2 to host variable 25.27.

ホスト変数記述リスト110は、第3図(a)および(
社)に示されるようにSQL命令のうちデータをホスト
変数領域に読み出す命令ごとに作成され、SQL命令2
3.24に対してそれぞれホスト変数記述リスト31.
32が出力される。
The host variable description list 110 is shown in FIGS. 3(a) and (
It is created for each SQL instruction that reads data into the host variable area, as shown in
3.24, respectively, host variable description list 31.
32 is output.

ホスト変数記述リスト31は、エントリ311 にホス
ト変数25へのポインタと、ホスト変数25と、ホスト
変数26の長さと、列42のレコード中の物理位置と、
列42および列43の長さとを保持する。
The host variable description list 31 includes a pointer to the host variable 25 in an entry 311, the length of the host variable 25, the length of the host variable 26, the physical position in the record in column 42,
The lengths of columns 42 and 43 are maintained.

ホスト変数記述リスト32は、エントリ321 にホス
ト変数25へのポインタと、ホスト変数25の長さと、
列42のレコード中の物理位置と、列42の長さとを保
持し、エントリ322にホスト変数27へのポインタと
、ホスト変数27の長さと、列44のレコード中の物理
位置と、列44の長さとを保持する。
The host variable description list 32 has an entry 321 containing a pointer to the host variable 25, the length of the host variable 25, and
The physical position in the record of column 42 and the length of column 42 are held, and the entry 322 contains a pointer to host variable 27, the length of host variable 27, the physical position in the record of column 44, and the length of column 44. Hold length and.

データベース140 は、第4図に示すように表41の
形式となっており表41は、列42.43.44により
構成される。
The database 140 is in the form of a table 41, as shown in FIG. 4, and the table 41 is composed of columns 42, 43, and 44.

アクセス情報解析手段120は第5図に示すように、処
理51でSQL命令を取り出し、取り出す命令の有無を
判定する。取り出す命令がない場合は、処理を終了する
。取り出す命令がある場合は処理52へ移る。処理52
でSQL命令を判定し、“DECLARE″命令であれ
は処理53へ移り“FETCH”命令の場合は処理54
へ移る。
As shown in FIG. 5, the access information analysis means 120 extracts the SQL command in step 51 and determines whether there is an instruction to be extracted. If there is no instruction to take out, the process ends. If there is an instruction to take out, the process moves to step 52. Processing 52
If it is a "DECLARE" command, the process goes to step 53, and if it is a "FETCH" command, it goes to step 54.
Move to.

処理53では命令で使用されている列のレコード内の物
理位置を算出して記憶し処理51に戻る。処理54で処
理53で記憶されたレコード内の位置と命令で使用され
ているホスト変数の属性との長さを出現順に判断し、列
とホスト変数の属性との長さが等しい場合には処理55
に移る。等しくない場合には処理56に移る。
In process 53, the physical position within the record of the column used in the instruction is calculated and stored, and the process returns to process 51. In process 54, the length of the position in the record stored in process 53 and the attribute of the host variable used in the instruction is determined in the order of appearance, and if the length of the column and the attribute of the host variable are equal, the process is executed. 55
Move to. If they are not equal, the process moves to step 56.

処理55では“FETCH”命令で最初に出現したホス
ト変数へのポインタと、“FETCH”命令に出現した
全てのホスト変数の長さと、”DECLARE”命令に
出現した最初の列の物理位置と、“DECLARE”命
令に出現した全ての列の長さとで構成される連結した列
の転送情報としてホスト変数記述リストを出力し、処理
51に戻る。
In process 55, the pointer to the host variable that first appeared in the "FETCH" instruction, the length of all the host variables that appeared in the "FETCH" instruction, the physical position of the first column that appeared in the "DECLARE" instruction, and " A host variable description list is output as transfer information of a concatenated column consisting of the lengths of all columns appearing in the "DECLARE" command, and the process returns to step 51.

処理56では“FETCH”命令と“DECLARE”
命令とで出現した順に、ホスト変数へのポインタと、ホ
スト変数の長さと、列の物理位置と、列の長さとて構成
される分散した列の転送情報としてホスト変数記述リス
トを出力し、処理51に戻る。
In process 56, the “FETCH” command and “DECLARE” are executed.
Outputs a host variable description list as distributed column transfer information consisting of a pointer to the host variable, the length of the host variable, the physical position of the column, and the length of the column in the order that they appear in the instruction, and processes it. Return to 51.

データ転送手段130は、第6図に示すように処理61
で入力されたホスト変数言己述リストからエントリを取
り出す。取り出す命令がない場合は処理を終了する。取
り出す命令がある場合は処理62へ移る。処理62では
処理61で取り出されたエントリの列の物理位置列の長
さと、ホスト変数のポインタと、ホスト変数の長さとを
使用してデータを転送し処理61へ戻る。
The data transfer means 130 performs processing 61 as shown in FIG.
Extracts an entry from the host variable description list entered in . If there is no instruction to take out, the process ends. If there is an instruction to take out, the process moves to step 62. In process 62, data is transferred using the length of the physical position sequence of the entry sequence retrieved in process 61, the pointer of the host variable, and the length of the host variable, and the process returns to process 61.

このような一連の処理により、データの転送を高速に実
行することができる。
Through this series of processing, data transfer can be performed at high speed.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明によれば、データの読み出し
時に多数の列を読み出すような場合であっても読み出し
を高速に実行することができる。
As described above, according to the present invention, data can be read out at high speed even when a large number of columns are read out.

すなわち、データベース中の表がn個の列から構成され
読み出す列がm個とした場合、従来m回ホスト変数領域
に転送する必要があったものを読み出す列とホスト変数
の物理位置が連続関係にある場合には転送を1回にする
ことができる効果がある。
In other words, if a table in a database is composed of n columns and m columns are to be read, the physical positions of the column and the host variable that are read out must be transferred m times to the host variable area in a continuous relationship. In some cases, it is possible to reduce the number of transfers to one time.

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

第1図は本発明実施例の構成を示すブロック図。 第2図は本発明実施例の利用者アプリケーションプログ
ラムの構成を示す図。 第3図(a)、(b)は本発明実施例のホスト変数記述
リストの構成を示す図。 第4図は本発明実施例のデータベースの構成を示す図。 第5図は本発明実施例のアクセス情報解析手段の処理の
流れを示す流れ図。 第6図は本発明実施例のデータ転送手段の処理の流れを
示す流れ図。 1・・・データ処理装置、2・・・二次記憶装置、10
0・・・利用者アプリケーションプログラム手段、11
0・・・ホスト変数記述リスト、120−・・アクセス
情報解析手段、130・・・データ転送手段、140・
・・データベース、150・・・データ情報格納手段。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. FIG. 2 is a diagram showing the configuration of a user application program according to an embodiment of the present invention. FIGS. 3(a) and 3(b) are diagrams showing the structure of a host variable description list according to an embodiment of the present invention. FIG. 4 is a diagram showing the configuration of a database according to an embodiment of the present invention. FIG. 5 is a flowchart showing the processing flow of the access information analysis means according to the embodiment of the present invention. FIG. 6 is a flowchart showing the processing flow of the data transfer means according to the embodiment of the present invention. 1... Data processing device, 2... Secondary storage device, 10
0...User application program means, 11
0... Host variable description list, 120-... Access information analysis means, 130... Data transfer means, 140.
...Database, 150...Data information storage means.

Claims (1)

【特許請求の範囲】 1、データ処理装置と、データベースを有する二次記憶
装置とを備え、 前記データ処理装置に、 データ最少単位を列として管理し、複数の列を連結した
レコードとして前記二次記憶装置のデータベースに格納
するデータ情報格納手段と、連結した列の集まりを表と
して利用者に提供し、表に対して任意の条件で検索を行
い、任意の列の集合を利用者アプリケーションプログラ
ム上のホスト変数領域に読み出す利用者アプリケーショ
ンプログラム手段と を含むデータベースシステムのデータ転送方式において
、 前記データ処理装置に、 利用者アプリケーションプログラム上に記述されたデー
タベースアクセス要求のうちホスト変数と、前記二次記
憶装置のデータベース上に格納されたレコードの物理位
置との関係を解析しホスト変数記述リストとして出力す
るアクセス情報解析手段と、 前記ホスト変数記述リストを用いて前記利用者アプリケ
ーションプログラム手段がプログラムを実行するときに
データを前記二次記憶装置のデータベースから利用者ア
プリケーションプログラム上のホスト変数領域に転送す
るデータ転送手段とを含む ことを特徴とするデータベースシステムのデータ転送方
式。 2、前記ホスト変数記述リストには、利用者アプリケー
ションプログラム上のホスト変数領域へのポインタ、ホ
スト変数領域の長さ、列のレコード内の物理位置、およ
び列の長さを含む請求項1記載のデータベースシステム
のデータ転送方式。
[Scope of Claims] 1. A data processing device and a secondary storage device having a database, wherein the data processing device manages the minimum unit of data as a column, and stores the secondary data as a record in which a plurality of columns are connected. A data information storage means to be stored in a database of a storage device and a collection of connected columns are provided to the user as a table, the table is searched with arbitrary conditions, and an arbitrary set of columns is stored in the user application program. In the data transfer method of the database system, the data processing device includes host variables of a database access request written on the user application program and the secondary storage. access information analysis means for analyzing the relationship between records stored in a database of the device and physical locations and outputting the result as a host variable description list; and the user application program means executing a program using the host variable description list. and a data transfer means for transferring data from the database of the secondary storage device to a host variable area on a user application program. 2. The host variable description list includes a pointer to the host variable area on the user application program, the length of the host variable area, the physical position of the column in the record, and the length of the column. A data transfer method for database systems.
JP2167517A 1990-06-25 1990-06-25 Data transfer method of database system Expired - Fee Related JP2621591B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2167517A JP2621591B2 (en) 1990-06-25 1990-06-25 Data transfer method of database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2167517A JP2621591B2 (en) 1990-06-25 1990-06-25 Data transfer method of database system

Publications (2)

Publication Number Publication Date
JPH0455952A true JPH0455952A (en) 1992-02-24
JP2621591B2 JP2621591B2 (en) 1997-06-18

Family

ID=15851159

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2167517A Expired - Fee Related JP2621591B2 (en) 1990-06-25 1990-06-25 Data transfer method of database system

Country Status (1)

Country Link
JP (1) JP2621591B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06103129A (en) * 1992-08-03 1994-04-15 Internatl Business Mach Corp <Ibm> Method and device for data transfer

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62118424A (en) * 1985-11-18 1987-05-29 Nec Corp Data collective transfer system
JPS63318627A (en) * 1987-06-23 1988-12-27 Nec Software Ltd System for retrieving data base

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62118424A (en) * 1985-11-18 1987-05-29 Nec Corp Data collective transfer system
JPS63318627A (en) * 1987-06-23 1988-12-27 Nec Software Ltd System for retrieving data base

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06103129A (en) * 1992-08-03 1994-04-15 Internatl Business Mach Corp <Ibm> Method and device for data transfer

Also Published As

Publication number Publication date
JP2621591B2 (en) 1997-06-18

Similar Documents

Publication Publication Date Title
US6353819B1 (en) Method and system for using dynamically generated code to perform record management layer functions in a relational database manager
JPH0455952A (en) Data transfer system for data base system
JPH09305622A (en) Method and system for managing data base having document retrieval function
JPH02297670A (en) Data base retrieving system
JPH07334402A (en) Data base as main memory
JP2522437B2 (en) Database system
JPH0193843A (en) System for coupling table
JPS59188765A (en) Processing device of data base inquiry
JPH03129570A (en) Data base retrieving system
JPH0456344B2 (en)
JPH04112253A (en) Data accessing method using multilayer buffer
JPS62295135A (en) Retrieving method for data base
JP2570853B2 (en) Database processing system
JPH01282635A (en) Index maintaining system
JPH07104804B2 (en) Database generation management method
JPS62107336A (en) Control method for hierarchy type data base
JP2836093B2 (en) Database search device
JPS61170840A (en) Join processing system by partial convolution joining method
JPH0312337B2 (en)
JPH0296837A (en) Automatic data input system in computer performance diagnosis system
JPH10240744A (en) System for processing retrieval of range division chart and method therefor and recording medium for recording retrieval processing program
JPH04335471A (en) Data base reference processing system
JPH02150935A (en) Data base processing system
JPS60254325A (en) Control method of data retrieval key
JPS61206053A (en) Data base control system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees