JPH05342071A - Dynamic table coupling system - Google Patents

Dynamic table coupling system

Info

Publication number
JPH05342071A
JPH05342071A JP4153139A JP15313992A JPH05342071A JP H05342071 A JPH05342071 A JP H05342071A JP 4153139 A JP4153139 A JP 4153139A JP 15313992 A JP15313992 A JP 15313992A JP H05342071 A JPH05342071 A JP H05342071A
Authority
JP
Japan
Prior art keywords
column
information list
table side
sub
column information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP4153139A
Other languages
Japanese (ja)
Inventor
Yoshinori Umemi
美紀 梅實
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.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe 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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP4153139A priority Critical patent/JPH05342071A/en
Publication of JPH05342071A publication Critical patent/JPH05342071A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To improve operability such as reducing the input burden of a user or decreasing input error by facilitating and simplifying a method for displaying and designating the column information lists of respective tables to be coupled. CONSTITUTION:Column information lists 10A and 10B are displayed, and columns to be coupled are designated to a couple column input field 104 in order of column number on the column information list. Next, coupling keys on the main table side and the sub table side are designated. At this time, the coupling key on the main table side is designated to a main table side coupling key input field 105 in order of column number on the column information list. In the case of main table side coupling key designation since, it corresponds to the table on the main table side, a cell cursor 101 is displayed on the main table side column information list. On the other hand, a sub table side coupling key is designated to a sub side coupling key input field 106 in order of column number on the column information list. In the case of designating the sub table side coupling key, since it corresponds to the sub table side table, a cell cursor 102 is displayed on the sub table side column information list.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、2つ以上の表を結合し
1つの表(結合表)を生成する動的表結合方式に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a dynamic table join method for joining two or more tables to generate one table (join table).

【0002】[0002]

【従来の技術】従来のデータベースを処理するソフトウ
ェアにおいては、2つ以上の表をチェイン結合し1つの
表(結合表)を生成する場合、ユーザが指定しなければ
ならない項目は複数項目あり、その各項目について図4
を参照しながら図5の操作フローチャートの流れに従っ
て以下に説明する。
2. Description of the Related Art In conventional software for processing a database, when two or more tables are chain-joined to generate one table (joined table), a user has to specify a plurality of items. Figure 4 for each item
The following is a description according to the flow of the operation flowchart of FIG.

【0003】図4は、図2の表1を主表、図2の表2を
副表(結合対象)、主表の第2列201と副表の第1列
202を結合キーのキー列(2表間を結ぶ項目列)と
し、主表の第2列以降に副表の第2列203と第3列2
04を結合させた図2の表3を結合結果とする結合表の
生成時における従来のユーザインタフェース画面を示
す。
In FIG. 4, the table 1 of FIG. 2 is a main table, the table 2 of FIG. 2 is a sub table (join target), and the second column 201 of the main table and the first column 202 of the sub table are key columns of a join key. (An item string connecting two tables), and the second column 203 and the third column 2 of the sub table after the second column of the main table.
The conventional user interface screen at the time of generation of the combination table having the combination result of Table 3 of FIG.

【0004】以後、図4(A),図4(B),図4
(C)に示す表をそれぞれ4つの領域に分け、その領域
名を使って説明する。その4つの領域とは、図4
(A),図4(B),図4(C)の第1列目の上部で表
名を入力する『表名域』、第2列目以降の上部で列名を
入力する『列名域』、第2列目以降の下部で変数を入力
したりデータを表示する『データ要素域』、第1列目の
下部で、図4(A),図4(B)では結合の順序(この
場合、数値の’1’または’2’)を入力したり、図4
(C)においては結合結果を表示するためのオペレータ
(この場合、”P.”)を入力する『行操作域』であ
る。
Thereafter, FIG. 4 (A), FIG. 4 (B), FIG.
The table shown in (C) is divided into four areas, and the area names are used for description. The four areas are shown in FIG.
4A, FIG. 4B, and FIG. 4C, "table name area" where the table name is input at the upper part of the first column, "column name" where the column name is input at the upper part of the second and subsequent columns "Area", "Data element area" for inputting variables and displaying data in the lower part of the second column and below, and in the lower part of the first column, the order of combination (this If you enter the numerical value "1" or "2"),
In (C), it is a "line operation area" for inputting an operator (in this case, "P.") for displaying the combined result.

【0005】まず第1に、結合させる2つの表の列名案
内画面(図4(A),図4(B))を表示する(ステッ
プ51)。列名案内画面とは、表名域および列名域にそ
れぞれ表名、列名が表示されている表画面のことであ
る。この時、データ要素域、行操作域は空白の状態であ
る。また、この場合、図4(A)の表に図4(B)の表
の列データが結合されるということから、以後、図4
(A)の表を『主表』、図4(B)の表を『副表』と
し、図4(A)と図4(B)の表を各々『基本表』と呼
ぶ。
First, a column name guide screen (FIGS. 4A and 4B) of two tables to be combined is displayed (step 51). The column name guide screen is a table screen in which a table name and a column name are displayed in the table name region and the column name region, respectively. At this time, the data element area and the row operation area are blank. Further, in this case, since the column data of the table of FIG. 4B is combined with the table of FIG.
The table of (A) is referred to as a "main table", the table of FIG. 4B is referred to as a "sub table", and the tables of FIGS. 4A and 4B are referred to as "basic tables".

【0006】第2に、結合結果(結合表)を出力するた
めの『出力表(図4(C)』の表示をする(ステップ5
2)。”出力表の表示”とは、表名域、列名域、行操作
域、データ要素域に何も表示・設定されていない枠のみ
の表(ブランク表)の表示のことである。
Second, the "output table (FIG. 4C)" for outputting the combined result (combined table) is displayed (step 5).
2). "Display of output table" is the display of a table (blank table) only with a frame in which nothing is displayed / set in the table name area, column name area, row operation area, and data element area.

【0007】第3に、出力表の表名域および列名域にそ
れぞれ”表名41”、”列名42〜48”を設定(オペ
レータのキー入力による)する(ステップ53)。ここ
で、”出力表”は「結合キーが主表の第2列と副表の第
1列で、主表の第2列以降に副表の第2列と第3列を挿
入した計7列の結合表」になるように列数を調整し、か
つ結合結果と同様の列の並びになるように列名を設定し
ていかなければならない。
Thirdly, "table name 41" and "column names 42 to 48" are set in the table name area and the column name area of the output table (by operator's key input) (step 53). Here, the "output table" is "the join key is the second column of the main table and the first column of the sub-table, and the second column and the third column of the sub-table are inserted after the second column of the main table. The number of columns must be adjusted so that it becomes a "joined table of columns", and the column names must be set so that the columns are arranged in the same way as the joined result.

【0008】第4に、結合列を同一変数で(“_”で始
まるものはすべて変数名)基本表および出力表のデータ
要素域に設定する(ステップ54)。例えば図4の場
合、図4(A)の基本表の第3列以降に図4(B)の基
本表の第3列と第4列を結合させるということから、ま
ず、図4(A)の基本表の第2列から第6列のデータ要
素域に変数(_A,_C1,_B,_C,_D)を設定
し、次に、図4(B)の基本表の第3列と第4列のデー
タ要素域に変数(_E,_F)を設定する。そして、図
4(A),図4(B)の基本表の列とそれぞれ対応する
図4(C)の出力表の列のデータ要素域に、図4
(A),図4(B)の基本表に設定した変数と同じ変数
(_A,_C1,_E,_F,_B,_C,_D)を設
定していく。
Fourth, the join string is set in the data element areas of the basic table and the output table with the same variables (all variables starting with "_" are variable names) (step 54). For example, in the case of FIG. 4, since the third column and the fourth column of the basic table of FIG. 4B are combined after the third column of the basic table of FIG. Variables (_A, _C1, _B, _C, _D) are set in the data element areas from the second column to the sixth column of the basic table of FIG. 4 and then the third and fourth columns of the basic table of FIG. Set variables (_E, _F) in the data element area of the column. Then, in the data element areas of the columns of the output table of FIG. 4C corresponding to the columns of the basic table of FIG. 4A and FIG.
(A), the same variables (_A, _C1, _E, _F, _B, _C, _D) as the variables set in the basic table of FIG. 4B are set.

【0009】第5に、この結合はチェイン結合のため、
基本表の行操作域に結合の順序を設定しなければならな
い(ステップ55)。チェイン結合の場合、主表側に
は”1”、副表側には”2”を指定する。よって、図4
(A)には”1”、図4(B)には”2”を設定する。
Fifth, since this connection is a chain connection,
A join order must be set in the row operation area of the base table (step 55). In the case of chain join, specify "1" for the main table side and "2" for the sub table side. Therefore, FIG.
“1” is set in (A) and “2” is set in FIG. 4 (B).

【0010】第6に、条件表(図4(D))の表示を行
う(ステップ56)。”条件表の表示”とは、条件表中
に何も表示されていないブランク状態を表示することで
ある。
Sixth, the condition table (FIG. 4D) is displayed (step 56). "Displaying the condition table" means displaying a blank state in which nothing is displayed in the condition table.

【0011】第7に、基本表の主表および副表に結合キ
ーを変数指定し(図4(A)の_C1と(B)の_C
2)、条件表に条件式49を記述する(ステップ5
7)。チェイン結合における結合表生成のための一般式
は、『C(”主表側の結合キーの変数”=”副表側の結
合キーの変数”)』であるので、この場合、条件式49
のようになる。
Seventh, the join key is variable-specified in the main table and the sub-table of the basic table (_C1 in FIG. 4A and _C in FIG. 4B).
2), describe conditional expression 49 in the condition table (step 5)
7). Since a general expression for generating a join table in a chain join is "C (" join key variable on main table side "=" join key variable on sub table side ")", in this case, conditional expression 49
become that way.

【0012】これで全ての項目に対する設定が終了する
ので、出力表(図4(C))の行操作域に結合表表示の
オペレータ”P.”を指定し、実行キー押下で結合表の
生成および表示を行うことができる。
This completes the settings for all items, so that the operator "P." for displaying the joined table is designated in the row operation area of the output table (FIG. 4C), and the joined key is generated by pressing the execute key. And display can be performed.

【0013】[0013]

【発明が解決しようとする課題】従来の結合表生成にお
けるユーザインタフェースでは、〔従来の技術〕に記述
したように、ユーザが指定しなければならない項目が多
く、また、各項目に対する指定方法が異なるため、ユー
ザにとってかなりの入力負担となっている。特に出力表
の列数が多い場合、”出力表の表名、列名の設定”
や、”基本表および出力表の同一変数指定”など、『ユ
ーザの入力負担』の増加、および、それに伴う『ユーザ
の入力ミス』の増加が顕著に見られる。
As described in [Prior Art], there are many items that the user has to specify in the user interface in the conventional join table generation, and the specification method for each item is different. Therefore, it is a considerable input burden for the user. Especially when there are many columns in the output table, "Set table name and column name of output table"
Also, "user input burden" such as "designation of the same variable in the basic table and output table" and accompanying increase in "user input error" are noticeable.

【0014】また、結合キーは同一属性(数値と数値、
文字と文字)でなければならないが、列名案内画面の表
示のみでは列名しか表示されないので、”属性の不一
致”が起こる可能性が高くなったり、同一列名が存在す
る場合に”指定したい列と実際に指定した列が異なる”
などの『ユーザの指定ミス』が多発する。
Further, the combination keys have the same attribute (numerical value and numerical value,
Although it must be (characters and characters), only the column name is displayed only by displaying the column name guidance screen, so there is a high possibility that "attribute mismatch" will occur, or if the same column name exists, I want to specify " The column is different from the column actually specified ”
"User's designation mistake" frequently occurs.

【0015】[0015]

【課題を解決するための手段】本発明は、データベース
を処理するソフトウェアで、2つ以上の表をチェイン結
合し、1つの表を生成する『結合表』生成時のユーザイ
ンタフェースの動的表結合方式において、結合するそれ
ぞれの表の列番、列名、属性および長さを表示する列情
報一覧と各指定項目を入力する入力フィールドを同一画
面に表示する列情報一覧表示手段と、前記列情報一覧上
に表示されるセル・カーソルの上下矢印キーの押下によ
るセル・カーソル上下移動手段と、前記列情報一覧上の
セル・カーソル表示位置の列番を前記入力フィールドに
表示するセル・カーソル列番反映手段と、前記列情報一
覧上に表示されている列番による全指定項目の簡易指定
手段とを含むことを特徴とするものである。
SUMMARY OF THE INVENTION The present invention is software for processing a database, in which two or more tables are chain-joined to generate one table. In the method, a column information list for displaying the column number, column name, attribute and length of each table to be joined and a column information list display means for displaying an input field for inputting each designated item on the same screen, and the column information. Cell cursor up / down moving means by pressing the up / down arrow keys of the cell cursor displayed on the list, and the cell cursor column number for displaying the column number of the cell cursor display position on the column information list in the input field It is characterized by including a reflecting means and a simple designating means for all designated items by the column numbers displayed on the column information list.

【0016】[0016]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0017】図2の表1を主表、表2を副表、主表の第
2列201と副表の第1列202を結合キーのキー列と
し、主表の第2列以降に副表の第2列203と第3列2
04を結合させた表3を結合結果とする結合表の生成す
る場合の本発明の一実施例を、図1を参照しながら図3
の操作フローチャートの流れに従って以下に説明する。
Table 1 of FIG. 2 is a main table, table 2 is a sub-table, the second column 201 of the main table and the first column 202 of the sub-table are key columns of the join key, and the sub-columns after the second column of the main table are sub-columns. Second column 203 and third column 2 of the table
An embodiment of the present invention in the case of generating a joined table in which Table 3 obtained by joining 04 is the joining result will be described with reference to FIG.
The operation will be described below according to the flow of the operation flowchart.

【0018】まず第1に、列情報一覧10A,10Bの
表示を行う(ステップ301)。この時、主表側の列情
報一覧(図1(A))と副表側の列情報一覧(図1
(B))、及び、各入力フィールド103〜106は同
一画面で表示され、それぞれの列情報一覧上には『列
番』、『列名』、『属性』、『長さ』が表示されてい
る。
First, the column information lists 10A and 10B are displayed (step 301). At this time, the column information list on the main table side (FIG. 1A) and the column information list on the sub table side (FIG. 1A)
(B)) and the input fields 103 to 106 are displayed on the same screen, and "column number", "column name", "attribute", and "length" are displayed on each column information list. There is.

【0019】第2に、結合列を挿入したい列を列情報一
覧上の列番で挿入位置入力フィールド103に指定する
(ステップ302)。結合列は主表に挿入するので、挿
入位置入力フィールドに指定する列は主表側の列を指定
する。列番の指定方法は、『列番直接入力』と『セル・
カーソル列番反映入力』がある。前者は、入力フィール
ド上のOSカーソル107〜109上に列番を直接入力
する方法で、一般的な入力方法と同様である。後者のセ
ル・カーソル101,102を利用した列番の入力方法
であるが、このセル・カーソルは上下矢印キーを押下す
ることにより上下移動させることができ、そのセル・カ
ーソルが位置付いている『列番』が入力フィールドに表
示されるので、指定したい『列番』の位置に列情報一覧
上のセル・カーソルを位置付けるだけで列番の指定が可
能になる。挿入位置の指定の場合、主表側の表に対応し
ているため、セル・カーソル101は主表側の列情報一
覧上に表示されている。この時、副表側の列情報一覧上
にはセル・カーソルは表示されていない。各入力フィー
ルドは主表側か副表側のどちらか一方に対応しているの
で、セル・カーソルの表示は各入力フィールドに帰依
し、主表側か副表側のどちらか一方の列情報一覧上に表
示される。『H TAB』キー押下で次の入力フィール
ド104に制御が移行する。
Secondly, the column into which the combined column is to be inserted is designated in the insertion position input field 103 by the column number on the column information list (step 302). Since the join column is inserted into the main table, the column specified in the insertion position input field is the column on the main table side. The column number can be specified by "Direct input of column number" and "Cell /
Input the cursor column number ”. The former is a method of directly inputting a column number on the OS cursors 107 to 109 on the input field, which is similar to a general input method. The latter is a method of inputting a column number using the cell cursors 101 and 102. This cell cursor can be moved up and down by pressing the up and down arrow keys, and the cell cursor is positioned. Since the "column number" is displayed in the input field, the column number can be specified simply by positioning the cell cursor on the column information list at the position of the "column number" you want to specify. When the insertion position is designated, the cell cursor 101 is displayed on the column information list on the main table side because it corresponds to the table on the main table side. At this time, no cell cursor is displayed on the column information list on the sub-table side. Since each input field corresponds to either the main table side or the sub table side, the display of the cell cursor depends on each input field and is displayed on the column information list of either the main table side or the sub table side. It When the "H TAB" key is pressed, the control shifts to the next input field 104.

【0020】第3に結合する列を列情報一覧上の列番で
結合列入力フィールド104に指定する(ステップ30
3)。主表に副表の列を結合するので、結合列入力フィ
ールドに指定する列は副表側の列を指定する。結合列は
複数列指定が可能であり、また、複数列指定をする場合
が多いので範囲指定記号『:』や複数列指定記号『,』
がサポートされている。例えば第1列〜第5列と第8列
を指定したい場合、複数列指定記号『,』のみで指定す
ると『1,2,3,4,5,8』となり、範囲指定記号
『:』と複数列指定記号『,』を用いて指定すると
『1:5,8』となる。範囲指定記号や複数列指定記号
は繰り返し使用可能である。それぞれの列番はセル・カ
ーソル列番反映入力による入力が可能であるが、範囲指
定記号および複数列指定記号は入力フィールド上のOS
カーソルに直接打鍵する。列番の指定方法は挿入位置指
定と同様、『列番直接入力』と『セル・カーソル列番反
映入力』がある。結合列の指定の場合、副表側の表に対
応しているため、結合列入力フィールドに制御が渡った
時点で主表側の列情報一覧上のセル・カーソルは消去さ
れ、副表側の列情報一覧上にセル・カーソル102が表
示されている。『H TAB』キー押下で次の入力フィ
ールド105に制御が移行し、『B SKIP』キー押
下で前の入力フィールド103に制御が戻る。
The third column to be combined is designated in the combined column input field 104 by the column number on the column information list (step 30).
3). Since the columns of the subtable are joined to the main table, the columns specified in the join column input field are the columns of the subtable side. Multiple columns can be specified as the join column, and since multiple columns are often specified, the range specification symbol ":" and the multiple column specification symbol ","
Is supported. For example, when it is desired to specify the 1st to 5th columns and the 8th column, if only the plural column designation symbol "," is designated, it becomes "1, 2, 3, 4, 5, 8", and the range designation symbol ":" If the designation is made using the multiple column designation symbol ",", it becomes "1: 5,8". The range designation symbol and the multiple column designation symbol can be repeatedly used. Each column number can be input by reflecting the cell / cursor column number, but the range designation symbol and the multiple column designation symbol are the OS on the input field.
Type directly at the cursor. The column number can be specified in the same way as for specifying the insertion position: "Direct input of column number" and "Reflect input of cell cursor column number". When a join column is specified, since it corresponds to the table on the sub table side, the cell cursor on the column information list on the main table side is erased when control is passed to the join column input field, and the column information list on the sub table side is deleted. A cell cursor 102 is displayed above. Pressing the "H TAB" key transfers control to the next input field 105, and pressing the "B SKIP" key returns control to the previous input field 103.

【0021】第4に、主表側および副表側の結合キーの
指定をする。まず、主表側の結合キーを列情報一覧上の
列番で主表側結合キー入力フィールド105に指定す
る。ここでは主表に対して結合キーのキー列を指定する
ので、主表側結合キー入力フィールドに指定する列は主
表側の列を指定する。列番の指定方法は『列番直接入
力』と『セル・カーソル列番反映入力』がある。主表側
結合キーの指定の場合、主表側の表に対応しているた
め、セル・カーソル101は主表側の列情報一覧上に表
示されている。『H TAB』キー押下で次の入力フィ
ールド106に制御が移行し、『B SKIP』キー押
下で前の入力フィールド104に制御が戻る。次に、副
表側の結合キーを列情報一覧上の列番で副表側結合キー
入力フィールド106に指定する。ここでは副表に対し
て結合キーのキー列を指定するので、副表側結合キー入
力フィールドに指定する列は副表側の列を指定する。列
番の指定方法は主表側の指定と同様である。副表側結合
キーの指定の場合、副表側の表に対応しているため、セ
ル・カーソル102は副表側の列情報一覧上に表示され
ている。『H TAB』キー押下で実行キー入力促進メ
ッセージが表示され、『BSKIP』キー押下で前の入
力フィールド105に制御が戻る。
Fourth, the join keys on the main table side and the sub table side are designated. First, the join key on the main table side is specified in the join key input field 105 on the main table side by the column number on the column information list. Since the key column of the join key is specified for the main table here, the column specified in the join key input field on the main table side is the column on the main table side. There are two methods for specifying the column number: "Direct input of column number" and "Reflect input of cell / cursor column number". In the case of designating the main table side join key, since it corresponds to the table on the main table side, the cell cursor 101 is displayed on the column information list on the main table side. Pressing the "H TAB" key transfers control to the next input field 106, and pressing the "B SKIP" key returns control to the previous input field 104. Next, the sub-table side join key is specified in the sub-table side join key input field 106 by the column number on the column information list. Here, the key column of the join key is specified for the sub-table, so the column specified in the sub-table side join key input field is the sub-table side column. The method of specifying the column number is the same as the specification on the main table side. When the sub-table side join key is designated, since it corresponds to the table on the sub-table side, the cell cursor 102 is displayed on the column information list on the sub-table side. When the "H TAB" key is pressed, the execution key input prompt message is displayed, and when the "BSKIP" key is pressed, the control returns to the previous input field 105.

【0022】以上で全項目の設定が終了するので、実行
キー押下で結合表を生成する。
Since the setting of all items is completed as described above, the combination table is generated by pressing the execution key.

【0023】[0023]

【発明の効果】以上説明したように、本発明によれば、
結合表生成において、従来のユーザインタフェースでは
ユーザが指定しなければならない項目数は例えば7項目
であるが、列情報一覧を利用することにより、項目数を
例えば4項目に減らすことができる。また、列情報一覧
上に『列番』、『列名』の他に『属性』、『長さ』の情
報を公開することにより、列番を指定する際の指標が増
え、ユーザの列番指定ミスを減少させることが可能にな
る。そして、全項目を列番指定方式とし、また、列情報
一覧上のセル・カーソルの入力フィールドへの列番反映
入力方式を採用することにより、各項目に対する指定方
式が簡易化、簡素化されるのでユーザの入力負担の軽
減、およびそれに伴う入力ミスを激減させることが可能
になる。
As described above, according to the present invention,
In the combined table generation, the number of items that the user has to specify in the conventional user interface is 7, for example, but the number of items can be reduced to 4, for example, by using the column information list. In addition, by displaying the information of "attribute" and "length" in addition to "column number" and "column name" on the column information list, the index when specifying the column number increases, and the column number of the user It is possible to reduce designation mistakes. By adopting the column number specification method for all items and adopting the column number reflection input method in the input field of the cell cursor on the column information list, the specification method for each item is simplified and simplified. Therefore, it becomes possible to reduce the input load on the user and to drastically reduce the input error accompanying it.

【0024】よって、結合表生成時のユーザの操作性向
上が図られる。
Therefore, the operability of the user at the time of generating the join table can be improved.

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

【図1】本発明の一実施例におけるユーザインタフェー
ス画面の説明図である。
FIG. 1 is an explanatory diagram of a user interface screen according to an embodiment of the present invention.

【図2】本発明の一実施例における主表と副表、及び、
その2表から生成された結合結果である結合結果表を示
す図である。
FIG. 2 is a main table and a sub table according to an embodiment of the present invention, and
It is a figure which shows the joining result table which is the joining result produced | generated from the two tables.

【図3】本発明の一実施例における結合表生成時のユー
ザ操作を示すフローチャートである。
FIG. 3 is a flowchart showing a user operation at the time of generating a connection table according to the embodiment of the present invention.

【図4】従来例におけるユーザインタフェース画面の説
明図である。
FIG. 4 is an explanatory diagram of a user interface screen in a conventional example.

【図5】従来例における結合表生成時のユーザ操作を示
すフローチャートである。
FIG. 5 is a flowchart showing a user operation at the time of generating a connection table in the conventional example.

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

10A 主表側列情報一覧 10B 副表側列情報一覧 101 セル・カーソル 102 セル・カーソル 103 挿入位置入力フィールド 104 結合列入力フィールド 105 主表側結合キー入力フィールド 106 副表側結合キー入力フィールド 107〜110 OSカーソル 10A Main table side column information list 10B Sub table side column information list 101 Cell cursor 102 Cell cursor 103 Insertion position input field 104 Join column input field 105 Main table side join key input field 106 Sub table side join key input field 107-110 OS cursor

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データベースを処理するソフトウェア
で、2つ以上の表をチェイン結合し、1つの表を生成す
る『結合表』生成時のユーザインタフェースの動的表結
合方式において、 結合するそれぞれの表の列番、列名、属性および長さを
表示する列情報一覧と各指定項目を入力する入力フィー
ルドを同一画面に表示する列情報一覧表示手段と、 前記列情報一覧上に表示されるセル・カーソルの上下矢
印キーの押下によるセル・カーソル上下移動手段と、 前記列情報一覧上のセル・カーソル表示位置の列番を前
記入力フィールドに表示するセル・カーソル列番反映手
段と、 前記列情報一覧上に表示されている列番による全指定項
目の簡易指定手段とを含むことを特徴とする動的表結合
方式。
1. A software for processing a database, which joins two or more tables in a chain to create a "joined table" in a dynamic table join method of a user interface when creating a "joined table". Column information list for displaying the column number, column name, attribute and length of the column information and the column information list display means for displaying the input field for inputting each designated item on the same screen, and the cell displayed on the column information list. Cell / cursor vertical movement means by pressing the cursor up / down arrow keys, cell / cursor column number reflection means for displaying the column number of the cell / cursor display position on the column information list in the input field, and the column information list A dynamic table joining method characterized by including a simple designation means for all designated items by the column numbers displayed above.
JP4153139A 1992-06-12 1992-06-12 Dynamic table coupling system Withdrawn JPH05342071A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4153139A JPH05342071A (en) 1992-06-12 1992-06-12 Dynamic table coupling system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4153139A JPH05342071A (en) 1992-06-12 1992-06-12 Dynamic table coupling system

Publications (1)

Publication Number Publication Date
JPH05342071A true JPH05342071A (en) 1993-12-24

Family

ID=15555868

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4153139A Withdrawn JPH05342071A (en) 1992-06-12 1992-06-12 Dynamic table coupling system

Country Status (1)

Country Link
JP (1) JPH05342071A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1040314A (en) * 1996-07-24 1998-02-13 Nec Corp Display device for spread sheet
JP2001265784A (en) * 2000-03-17 2001-09-28 Mitsubishi Electric Corp Data base retrieving device
WO2009153831A1 (en) * 2008-06-18 2009-12-23 株式会社 アテナテレコムラボ Program for displaying and operating table

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1040314A (en) * 1996-07-24 1998-02-13 Nec Corp Display device for spread sheet
JP2001265784A (en) * 2000-03-17 2001-09-28 Mitsubishi Electric Corp Data base retrieving device
WO2009153831A1 (en) * 2008-06-18 2009-12-23 株式会社 アテナテレコムラボ Program for displaying and operating table
CN102067117A (en) * 2008-06-18 2011-05-18 雅典娜电信实验有限公司 Method for displaying and operating table
US8271867B2 (en) 2008-06-18 2012-09-18 Kunio Kamimura Program for displaying and operating table
JP5377481B2 (en) * 2008-06-18 2013-12-25 株式会社アテナテレコムラボ Table display and manipulation program

Similar Documents

Publication Publication Date Title
JPH05342071A (en) Dynamic table coupling system
JP3288460B2 (en) Display data generation apparatus and method
JPH07306862A (en) Information retrieving method
JP5322403B2 (en) Homepage creation device, homepage creation program and homepage creation method
JPH01244521A (en) Data manipulation system
JPH03189864A (en) Screen display method in logical structure editing device for document
JPH05233295A (en) Supporting system for design type expert system construction
JPS6376060A (en) Data input processing system
JPS63610A (en) Automatic executing method for operation procedure
JPS62166390A (en) Data input auxiliary method for spread sheet
JPH0651972A (en) Information processor
JPH02212963A (en) High operation view realizing system
JPS6370322A (en) Group input control system
JPH08115358A (en) Method and device for data connection of table and graphic
JPH04199226A (en) Selecting and actuating method for tool
JPH07271850A (en) Method for managing parts list
JPH0262641A (en) Command history register/selection device
JP2003308207A (en) Program specifications preparation system
JPH0540559A (en) Online manual display system
JP2002133051A (en) Device for preparing business model
JPH0922345A (en) Program editor
JPH0486922A (en) Knowledge editter
JPH03251921A (en) Back-up device for software development
JPS62232019A (en) Input system for mixed information of alpha-numeric and japanese language
JPH03266117A (en) Jcl generation support device

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990831