JP2003288355A - Database system - Google Patents

Database system

Info

Publication number
JP2003288355A
JP2003288355A JP2002089595A JP2002089595A JP2003288355A JP 2003288355 A JP2003288355 A JP 2003288355A JP 2002089595 A JP2002089595 A JP 2002089595A JP 2002089595 A JP2002089595 A JP 2002089595A JP 2003288355 A JP2003288355 A JP 2003288355A
Authority
JP
Japan
Prior art keywords
search
condition
data
display
database system
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
JP2002089595A
Other languages
Japanese (ja)
Other versions
JP3878507B2 (en
Inventor
Tadashi Matsuura
浦 正 松
Koji Watamura
村 浩 二 渡
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.)
ACOT KK
Original Assignee
ACOT KK
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 ACOT KK filed Critical ACOT KK
Priority to JP2002089595A priority Critical patent/JP3878507B2/en
Publication of JP2003288355A publication Critical patent/JP2003288355A/en
Application granted granted Critical
Publication of JP3878507B2 publication Critical patent/JP3878507B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To enable even a beginner to extremely easily use a database, easily read and display data retrieved before at any time without storing the data as an existence table, and perform the optimum classification, arrangement and analysis of the database at every time. <P>SOLUTION: Retrieval objects 8 with optional retrieval condition 8J for a data record R<SB>n</SB>and retrieval icon 8S that is a retrieval processing execution switch set therein are set in the lower layer of a data object 7 with a database 4 stored therein. The retrieval icons 8S are hierarchically tree-displayed below an icon 7S corresponding to the data object 7. When an optional retrieval object 8 is selected by the retrieval icon 8S, and a retrieval processing is executed, the data record R<SB>n</SB>matched to its retrieval condition is extracted every time to form a visual point table. <P>COPYRIGHT: (C)2004,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、多数のデータレコ
ードを実在表として記憶させたデータベースから、目的
とするデータレコードを予め設定した任意の検索条件で
抽出し、ディスプレイ上に仮想表示させる表形式のデー
タベースシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention is a table format in which a target data record is extracted from a database in which a large number of data records are stored as an actual table under arbitrary search conditions set in advance and is virtually displayed on a display. Database system.

【0002】[0002]

【従来の技術】一般に、表形式のデータベースシステム
で目的とするデータを検索しようとするときは、標準デ
ータベース言語であるSQLを用いて検索条件の設定を
している。このSQLは対話形式の言語であり、例えば
Aという表から、Bという条件で、データを抽出させよ
うとするときは、 「SELECT*」 「FROM“A”」 「WHERE B」という構文を立ててコンピュータに
データ処理を実行させれば、FROM文で指定された
「A」という表に記録されているデータレコードから、
WHERE文で指定された条件Bに合致するデータをS
ELECT(抽出)することができる。
2. Description of the Related Art Generally, when searching for target data in a tabular database system, a standard database language, SQL, is used to set search conditions. This SQL is an interactive language. For example, if you want to extract data from the table A under the condition B, use the syntax "SELECT *""FROM" A """WHEREB". If the computer is made to perform data processing, from the data record recorded in the table "A" specified by the FROM statement,
S data that matches the condition B specified in the WHERE statement
ELECT can be performed.

【0003】このWHERE文が検索条件式であり、例
えば、ソルトレイク冬季五輪スピードスケート入賞者に
ついて、競技名、性別、選手名、国名、記録、順位、備
考のフィールドを有するデータレコードを実在表として
いる場合に、スピードスケート男子500m及び女子1
000mのメダリスト又は日本人入賞者を抽出する場
合、WHERE文では以下のような条件式を立てる必要
がある。「WHERE((“競技名”=‘スピードスケ
ート500m’AND“性別”=‘男子’)OR(“競
技名”=‘スピードスケート1000m’AND“性
別”=‘女子’))AND((“順位”=<3)OR
(“国名”=‘日本’))」そして、この検索条件に従
い、コンピュータにデータ処理を実行させれば、所望の
データレコードが抽出される。
This WHERE statement is a retrieval conditional expression. For example, for a Salt Lake Winter Olympics speed skating winner, a data record having fields of competition name, gender, player name, country name, record, ranking, and remarks is used as a real table. 500m for speed skating and 1 for women
When extracting a 000-meter medalist or a Japanese prizewinner, the WHERE statement needs to establish the following conditional expression. "WHERE (" Competition name "=" Speed skating 500m 'AND "Gender" = "Men's") OR ("Competition name" = "Speed skating 1000m" AND "Gender" = "Women's)") AND (("Ranking "= <3) OR
(“Country name” = “Japan”)) ”Then, if a computer is made to perform data processing according to this search condition, a desired data record is extracted.

【0004】[0004]

【発明が解決しようとする課題】ところで、このSQL
はコンピュータ言語の中では比較的解かり易い部類に属
するが、それでも、上述のような検索を行う場合に、検
索条件となるWHERE文として、AND条件とOR条
件を使い分けるだけでなく、優先順位を示す()を多重
に駆使して複雑な条件式を作成しなければならない。し
たがって、SQLに熟練したものでなければデータベー
スを使いこなすことは極めて困難であるという問題があ
った。
By the way, this SQL
Belongs to a relatively easy-to-understand category in computer languages, but nevertheless, when performing the above-mentioned search, not only the AND condition and the OR condition are used as the search WHERE condition, but also the priority is set. Complex conditional expressions must be created using multiple () shown. Therefore, there is a problem that it is extremely difficult to use the database if the user is not skilled in SQL.

【0005】すなわち、SQLを知っている者でさえ、
上述したWHERE文から何を検索しようとしているの
か一瞬では読み取ることができず、ましてや、SQLを
知らない者にとってはなおさらであり、自ら検索条件式
を設定することもできない。
That is, even those who know SQL
What is going to be searched from the above-mentioned WHERE statement cannot be read in an instant, let alone for those who do not know SQL, and it is not possible to set the search condition expression by themselves.

【0006】また、このように一旦検索して作成された
視点表を後で使用する場合は、同じ検索条件式をWHE
RE文に入力すれば足りるが、WHERE文は文字入力
しなければならないので、入力が面倒なだけでなく、タ
イプミスがあったり、英数字の全半角の別を間違えたり
することが多く、以前検索したデータレコードを再度正
確に検索できないことも起こり得る。
Further, when the viewpoint table created by once searching is used later, the same search condition expression is WHE.
Although it is sufficient to enter in the RE sentence, since the WHERE sentence has to be entered as characters, not only is it troublesome to enter, but there are often typos and mistakes in full-width alphanumeric characters. It may happen that the searched data record cannot be searched accurately again.

【0007】そこで通常は、この視点表を実在表にして
新規保存しておくことが行われ、このようにすれば、確
実に何度でも以前の検索結果を表示させることができ
る。しかし、その分、同じデータレコードを重複して記
憶させなければならないので、膨大なメモリ容量が必要
になるという問題を生ずる。また、POSシステムのよ
うに時々刻々の売上データをデータベースに入力してそ
の内容が更新されるような場合は、そのデータの移り変
わりが、新規保存された実在表には反映されないという
問題もある。
[0007] Therefore, normally, this viewpoint table is made to be an existing table and newly saved, and by doing so, it is possible to reliably display the previous search results many times. However, since the same data record must be stored redundantly, a problem that a huge memory capacity is required arises. Further, in the case where the sales data is input to the database every moment and the contents are updated like the POS system, the change of the data is not reflected in the newly stored actual table.

【0008】一方、各データレコードを階層的に表示さ
れたフォルダに予め分類して、データベースを構築する
手法もある(特開2000−250798号公報参
照)。これを例えば、上述のソルトレーク冬季五輪スピ
ードスケート入賞者のデータベースに適用すると、例え
ば、上位から「競技名フォルダ」−「性別フォルダ」を
作成し、最下位層となる「順位フォルダ」に入賞者の氏
名、国名、記録データを格納してデータベースを構築す
る。この場合に、各フォルダは階層表示されているの
で、競技名を選択し、次に性別を選択し、順位を特定す
るという簡単な選択操作だけで、難しい知識は一切必要
とせずにその入賞者名、国名などのデータを検索でき
る。
[0008] On the other hand, there is also a method of pre-classifying each data record into hierarchically displayed folders to construct a database (see Japanese Patent Laid-Open No. 2000-250798). If this is applied to, for example, the database of the above-mentioned Salt Lake Winter Olympics Speed Skating Winners, for example, "Competition Name Folder"-"Gender Folder" is created from the upper rank, and the "ranking folder" which is the lowest rank Build a database by storing name, country and record data. In this case, each folder is displayed in a hierarchy, so you can select the competition name, then the gender, and specify the ranking. You can search for data such as name and country.

【0009】しかしながら、この例では、「競技名」−
「性別」−「順位」をこの順で特定するという単一の方
法でしかデータ検索することができないため、検索目的
が単一に限定されてしまうという問題がある。例えば、
入賞者の国名をリストアップしようとか、国別の入賞者
を検索したい、あるいは、日本人入賞者は誰かというよ
うに設定された検索手順以外の手順で検索しなければな
らない場合に検索不能に陥ってしまうためデータベース
としての自由度が制限され、また、そのような検索を行
う場合は、新たにデータベースを構築し直さなければな
らないという面倒があった。
However, in this example, "competition name"-
Since the data can be searched only by a single method of specifying "gender"-"rank" in this order, there is a problem that the search purpose is limited to one. For example,
If you want to list the names of the prize-winner countries, or want to search for the prize-winners by country, or if you have to search by a procedure other than the search procedure that is set for who is the Japanese prize-winner, you will be unable to search. Therefore, the degree of freedom as a database is limited, and when performing such a search, a new database must be rebuilt.

【0010】そこで本発明は、データベースを初めて扱
う者も極めて簡単に使いこなすことができ、SQL等の
専門的な知識がなくても膨大なデータから目的とする所
望のデータを自由に且つ簡単に抽出(検索)できるよう
にし、また、以前に検索されたデータを実在表として記
憶することなくいつでも簡単に取り出して表示させるこ
とができるようにし、ひいては、データの更新が頻繁で
あると否とを問わず、データベースの最適な分類・整理
・分析をその都度行えるようにすることを技術的課題と
している。
Therefore, the present invention can be used very easily even by a person who is new to a database, and desired desired data can be freely and easily extracted from a huge amount of data without any specialized knowledge such as SQL. (Search), and previously retrieved data can be easily retrieved and displayed at any time without storing it as a real table, which in turn asks whether data is frequently updated or not. Instead, it is a technical issue to be able to perform optimal classification, organization and analysis of the database each time.

【0011】[0011]

【課題を解決するための手段】この課題を解決するため
に、請求項1の発明は、多数のデータレコードを実在表
として物理記憶装置に記憶したデータベースから、予め
設定した任意の検索条件で1以上のデータレコードを抽
出し、ディスプレイに視点表として仮想表示させるデー
タベースシステムにおいて、前記実在表のデータ全てを
抽出するデータオブジェクトの下位層に、データレコー
ドの検索条件とその検索処理実行スイッチとなるアイコ
ンを設定した検索オブジェクトが設定されると共に、当
該検索オブジェクトのアイコンが、前記データオブジェ
クトに対応するアイコンの下位に階層的にツリー表示さ
れ、任意の一の検索オブジェクトを選択して検索処理を
実行する際に、直系上位に他の検索オブジェクトが存在
しない場合はその検索オブジェクトに設定された検索条
件のまま、直系上位に他の検索オブジェクトが存在する
場合は個々の検索条件をAND条件で結合した新たな検
索条件を生成し、その検索条件に合致するデータレコー
ドをその都度抽出して視点表を作成する視点表作成表示
手段を備えていることを特徴とする。
In order to solve this problem, the invention according to claim 1 uses a database in which a large number of data records are stored in a physical storage device as a real table, by using a preset search condition of 1 In the database system that extracts the above data records and virtually displays them as a viewpoint table on the display, in the lower layer of the data object that extracts all the data of the existing table, the search condition of the data record and the icon that becomes the search processing execution switch Is set, and the icon of the search object is hierarchically displayed as a tree below the icon corresponding to the data object, and any one search object is selected to execute the search process. At this time, if there is no other search object in the direct upper rank, When another search object exists in the direct higher order with the search condition set in the search object, a new search condition is created by combining the individual search conditions with an AND condition, and a data record that matches the search condition is created. It is characterized in that it is provided with a viewpoint table creation / display means for extracting a viewpoint table each time and creating a viewpoint table.

【0012】請求項1の発明によれば、データレコード
の検索条件を設定した検索オブジェクトのアイコンが、
階層的にツリー表示されているので、階層表示されたア
イコンを見るだけで何をどのように検索しようとしてい
るのかが一目で解かる。
According to the invention of claim 1, the icon of the search object for which the search condition of the data record is set is
Since it is hierarchically displayed in a tree structure, you can see at a glance what you are trying to search for by just looking at the hierarchically displayed icons.

【0013】また、検索オブジェクトには、目的とする
検索条件が設定されており、検索アイコンをクリックす
ることにより視点表作成表示手段による検索処理が実行
されてその都度検索条件に合致するデータレコードが抽
出され、視点表が作成されてデータ表示部に表示され
る。この場合に、直系上位に他の検索オブジェクトが存
在する場合は個々の検索条件をAND条件で結合した新
たな検索条件が生成されるので、下位層の検索オブジェ
クトほど検索条件が絞られていく。
In addition, the search object is set with a desired search condition, and when the search icon is clicked, a search process is executed by the viewpoint table creating / displaying means, and a data record matching the search condition is obtained each time. It is extracted, a viewpoint table is created and displayed on the data display unit. In this case, when another search object exists in the direct higher order, a new search condition is created by combining the individual search conditions with an AND condition, and thus the search condition is narrowed down in the lower layer search objects.

【0014】そして、検索アイコンをクリックすること
によりその都度同じ検索条件で検索が行われて、同じ視
点表が表示されるので、検索結果である視点表を実在表
として物理記憶させなくても、検索結果を再度表示させ
たいときは再度アイコンをクリックすれば足り、そのデ
ータが物理記憶されているのと全く同様に取り扱うこと
ができる。したがって、メモリ容量も大幅に節約でき、
また、初めてデータベースを扱う者でもアイコンをクリ
ックするという最も初歩的なコンピュータ操作を行うだ
けで検索処理が実行されて視点表が表示されるので、誰
でも簡単に扱うことができる。さらに、検索アイコンを
クリックするたびごとに、その都度同じ検索条件で検索
が実行されるので、POSシステムのように時々刻々と
データベースが更新されるような場合でも、新しいデー
タが視点表に反映される。
Each time the search icon is clicked, the search is performed under the same search condition and the same viewpoint table is displayed. Therefore, even if the viewpoint table as the search result is not physically stored as a real table, To display the search result again, it is sufficient to click the icon again, and it can be handled exactly as if the data is physically stored. Therefore, the memory capacity can be greatly saved,
In addition, even a person who handles a database for the first time can perform a search process and display a viewpoint table by simply performing the most basic computer operation of clicking an icon, so that anyone can easily handle it. Furthermore, each time the search icon is clicked, the search is executed under the same search conditions each time, so even if the database is updated momentarily as in the POS system, new data is reflected in the viewpoint table. It

【0015】請求項2の発明は、複数の検索オブジェク
トが選択されると、各検索用オブジェクトを個々に選択
したときに生成される検索条件をOR条件で結合した新
たな検索条件が生成されて、検索処理が実行される。し
たがって、既存の検索アイコンを自由に組み合わせて、
新たな検索条件で検索処理を行わせることができる。
According to a second aspect of the present invention, when a plurality of search objects are selected, a new search condition is generated by combining the search conditions generated when each search object is individually selected with an OR condition. , Search processing is executed. Therefore, you can freely combine existing search icons,
The search process can be performed under new search conditions.

【0016】請求項3の発明は、ディスプレイ上に開か
れたウィンドウが左右に分割されて、実在表及び視点表
を表示するデータ表示部の左側に、前記各アイコンを階
層的にツリー表示する検索ツリー表示部が割り付けられ
て成る。これによれば、検索ツリー図と検索結果である
データ内容が、左右に表示されるので、例えばクリック
したアイコンを反転表示させたり変化させたりして使用
中であることを表示させれば、データ表示部に表示され
た視点表が、どの検索アイコンに対応するかが一目瞭然
になる。
According to a third aspect of the present invention, the window opened on the display is divided into left and right, and a search for hierarchically displaying each of the icons in a tree structure on the left side of the data display section for displaying the existence table and the viewpoint table. The tree display is allocated. According to this, since the search tree diagram and the data contents that are the search results are displayed on the left and right, for example, if you click the icon that is highlighted or change to display that it is in use, the data will be displayed. It becomes clear at a glance which search icon corresponds to the viewpoint table displayed on the display unit.

【0017】請求項4の発明は、個々の検索オブジェク
トの検索条件又は検索処理実行する際の検索条件が、デ
ータレコードの任意のフィールドに記録されているデー
タを任意の文字列と比較して目的のデータレコードを抽
出する一以上の条件ブロックからなり、AND条件を直
列にし、OR条件を並列にして前記条件ブロックを並べ
た検索フローチャートとして図示する検索条件表示手段
を備えている。
According to a fourth aspect of the present invention, the search condition of each search object or the search condition when executing the search process is to compare the data recorded in any field of the data record with any character string. The search condition display means is composed of one or more condition blocks for extracting the data records, the AND condition is in series, the OR condition is in parallel, and the condition blocks are arranged as a search flowchart.

【0018】請求項4の発明によれば、検索条件がSQ
Lのような文章ではなく、AND条件を直列に、OR条
件を並列にして条件ブロックを並べた検索フローチャー
トとして検索条件表示部に図示されるので、データべー
スに不慣れな者でも、また、SQLの知識がない初心者
でも、誰も簡単に検索条件を理解することができる。
According to the invention of claim 4, the search condition is SQ.
Instead of a sentence like L, it is shown in the search condition display section as a search flow chart in which AND conditions are serially arranged and OR conditions are arranged in parallel and the condition blocks are arranged. Therefore, even a person who is unfamiliar with the database can Even a beginner who has no knowledge of SQL can easily understand the search condition.

【0019】請求項5の発明は、検索フローチャート
が、前記ウィンドウの左側及び右側に分割された検索ツ
リー表示部及びデータ表示部の下側に割り付けられた検
索条件表示部に表示されるので、その検索オブジェクト
で何を検索しているかを容易に確認することができる。
According to the fifth aspect of the present invention, the search flowchart is displayed in the search tree display section divided into the left side and the right side of the window and the search condition display section allocated below the data display section. You can easily check what you are searching for with the search object.

【0020】請求項6の発明は、前記検索オブジェクト
ごとに、その検索条件により抽出されたデータレコード
を表形式で表示する視点表の表示書式が設定されるの
で、検索条件に応じて視点表の書式を個別に設定して最
も見やすい形式に表示させることができる。
According to the invention of claim 6, the display format of the view table for displaying the data records extracted by the search condition in a table format is set for each of the search objects, so that the view table of the view table is displayed according to the search condition. You can set the format individually and display in the most legible format.

【0021】請求項7の発明は、前記検索オブジェクト
を選択することにより抽出されたデータレコードについ
て、集計基準となるフィールドのデータが共通するデー
タレコードごとに任意のフィールドに記録されたデータ
を集計処理して表示する集計書式が検索オブジェクトに
設定されてなる。これによれば抽出されたデータの内容
よりも、件数やその他の数値が問題となる場合に、極め
て容易にその集計結果を表示させることができる。
According to a seventh aspect of the present invention, with respect to the data record extracted by selecting the search object, the data recorded in any field is aggregated for each data record having the data of the field serving as the aggregation reference in common. The summary format to be displayed is displayed on the search object. According to this, when the number of cases or other numerical values is more important than the content of the extracted data, the totalized result can be displayed very easily.

【0022】請求項8の発明は、データレコードの任意
のフィールドを指定することにより、当該フィールドに
記録されているデータを共通のデータごとに仕分ける検
索条件が個々に設定された一以上の仕分けオブジェクト
を、予め選択された直系上位となる任意のオブジェクト
の下位の検索オブジェクトとして作成する仕分けオブジ
ェクト作成手段を備えている。
According to an eighth aspect of the present invention, by designating an arbitrary field of a data record, one or more sorting objects in which search conditions for individually sorting the data recorded in the field into common data are individually set. Is provided as a search object that is a subordinate search object of an arbitrary object that is a direct higher order selected in advance.

【0023】例えば、ソルトレイク冬季五輪の入賞者か
ら、国別のリストを作成しようとするとき、SQLでは
WHERE文として“国名”=N‘日本’というよう
に、一々全ての国名を入力して個別に検索式を立ていか
なければならない。しかし、冬季五輪の参加国は多く、
どの国の選手が入賞したかは全てのデータレコードを見
渡してみなければ解からない。すなわち、このように検
索条件が不明な場合、SQLに相当熟練したものでなけ
れば、目的とするデータを抽出することができない。
For example, when creating a list for each country from the winners of the Salt Lake Winter Olympics, in SQL, all country names are entered one by one such as "country name" = N'Japan 'as a WHERE sentence. You have to formulate a search formula individually. However, there are many participating countries in the Winter Olympics,
You cannot know which country's player won the prize unless you look over all the data records. That is, when the search condition is unknown as described above, the target data cannot be extracted unless the user is highly skilled in SQL.

【0024】これに対し、請求項8の発明によれば、指
定されたフィールドに記録されているデータを共通する
データごとに仕分ける仕分けオブジェクトが検索オブジ
ェクトとして共通するデータの数分自動作成される。
On the other hand, according to the invention of claim 8, the sorting object for sorting the data recorded in the designated field for each common data is automatically created as the number of the common data as the search object.

【0025】上述の例では、国名が記録されたフィール
ドを指定するだけで、当該フィールドに記録されている
国名が抽出され、11ヶ国あったとすると、11個の仕
分けオブジェクトが作成される。そして、各仕分けオブ
ジェクトには、それぞれの国名を抽出する検索条件が設
定されるので、これをクリックするだけで、全てのデー
タレコードを見渡さなければ抽出できない国別の入賞者
リストも何らの条件式を設定することなく容易に抽出で
きる。このように、各フィールド毎に仕分けオブジェク
トを作成することもでき、データベースに記憶された莫
大な数のデータレコードを視点を変えて様々な角度から
分析する場合に極めて便利である。
In the above example, only by designating the field in which the country name is recorded, the country name recorded in the field is extracted, and if there are 11 countries, 11 sorting objects are created. Each sort object is set with a search condition that extracts the name of each country, so just by clicking this, the list of prize winners by country that cannot be extracted unless all data records are overlooked It can be easily extracted without setting an expression. As described above, a sorting object can be created for each field, which is extremely convenient when analyzing a huge number of data records stored in the database from various angles by changing the viewpoint.

【0026】請求項9は、データレコードの任意のフィ
ールドに記録されたデータを任意の文字列と比較する一
以上の条件ブロックをAND条件を直列にし、OR条件
を並列にして並べた検索フローチャート図により検索条
件が設定された条件オブジェクトを、予め選択された直
系上位となる任意のオブジェクトの下位の検索オブジェ
クトとして作成する条件オブジェクト作成手段を備えて
いる。
According to a ninth aspect of the present invention, there is provided a search flowchart diagram in which one or more conditional blocks for comparing data recorded in an arbitrary field of a data record with an arbitrary character string are arranged in series with AND conditions and in parallel with OR conditions. Conditional object creating means for creating a conditional object for which a search condition is set as a subordinate search object of an arbitrary object that is a direct upper system selected in advance.

【0027】請求項9の発明によれば、検索フローチャ
ート図を描きながら検索条件を自由に設定できるので、
SQLなどの専門的な知識がない初心者でも目的とする
検索条件を簡単に設定することができる。
According to the invention of claim 9, the search condition can be freely set while drawing the search flowchart,
Even a beginner who does not have specialized knowledge such as SQL can easily set desired search conditions.

【0028】請求項10の発明は、直系上位のオブジェ
クトに設定された検索条件をそのまま継承すると共に、
任意の名称を設定可能な見出しオブジェクトを、予め選
択された任意のオブジェクトの下位の検索オブジェクト
として作成する見出しオブジェクト作成手段を備えてい
るので、例えば仕分けオブジェクトを作成するときに、
その上位に、データの抽出対象となるフィールド名を見
出し名称としてつけておけば、どのフィールドのデータ
を仕分けているのかが検索ツリーを見ただけで一目瞭然
と成る。
According to the tenth aspect of the present invention, the search condition set in the directly upper object is directly inherited, and
Since a heading object creating means for creating a heading object capable of setting an arbitrary name as a subordinate search object of an arbitrary object selected in advance is provided, for example, when creating a sorting object,
If the name of the field from which data is to be extracted is added to the upper level as a heading name, it becomes clear at a glance just by looking at the search tree which field of data is sorted.

【0029】さらに、請求項11の発明のように、デー
タベースをサーバに構築し、検索オブジェクト、視点表
作成表示手段、仕分けオブジェクト作成手段、見出しオ
ブジェクト作成手段及び条件オブジェクト作成手段をク
ライアントに設けておけば、クライアントがコンピュー
タ通信網を介してサーバに接続されたときに、クライア
ントで作成した検索オブジェクトの検索条件に従い、そ
の都度データ処理を行って視点表を作成し、その視点表
をクライアントのディスプレイに表示させることがで
き、規模の大きなデータベースを多くの利用者に開放す
ることができる。また、各データベース利用者が個々の
利用目的に応じて最適のオブジェクトをクライアントに
設定でき、そのデータベースをクライアントごとに自由
に分類・整理することができるので、一のデータベース
を大勢で共用する場合も自分だけのデータベースとして
カスタマイズすることができる。
Further, as in the invention of claim 11, the database is constructed in the server, and the client is provided with the retrieval object, the view table creation display means, the sorting object creation means, the index object creation means and the condition object creation means. For example, when a client is connected to a server via a computer communication network, data processing is performed each time according to the search conditions of the search object created by the client to create a viewpoint table, and the viewpoint table is displayed on the client display. It can be displayed, and a large-scale database can be opened to many users. In addition, each database user can set the optimum object for the client according to the individual purpose of use, and that database can be freely classified and organized for each client, so even if one database is shared by many people You can customize it as your own database.

【0030】[0030]

【発明の実施の形態】以下、本発明の実施の形態を図面
に基づいて具体的に説明する。図1は本発明に係るデー
タベースシステムを示す概念図、図2は検索ツリー表示
部の表示例を示す説明図、図3は視点表作成表示手段の
処理手順を示すフローチャート、図4は仕分けオブジェ
クト作成手段の処理手順を示すフローチャート、図5は
その画面表示を示す説明図、図6は見出しオブジェクト
作成手段の処理手順を示すフローチャート、図7はその
画面表示を示す説明図、図8は条件オブジェクト作成手
段の処理手順を示すフローチャート、図9はその画面表
示を示す説明図、図10は検索フローチャートを示す説
明図、図11は検索表示書式の設定手段を示す説明図、
図12は集計表示書式の設定手段を示す説明図、図13
〜15はその画面表示を示す説明図、図16はデータベ
ースの実在表表示例を示す説明図、図17〜19は仕分
けオブジェクトによる検索結果の表示例を示す説明図、
図20は条件オブジェクトによる検索結果の表示例を示
す説明図、図21は他の実施形態を示す説明図である。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be specifically described below with reference to the drawings. FIG. 1 is a conceptual diagram showing a database system according to the present invention, FIG. 2 is an explanatory diagram showing a display example of a search tree display unit, FIG. 3 is a flowchart showing a processing procedure of a viewpoint table creation display means, and FIG. 4 is a classification object creation. 5 is a flowchart showing the processing procedure of the means, FIG. 5 is an explanatory diagram showing the screen display thereof, FIG. 6 is a flowchart showing the processing procedure of the heading object creating means, FIG. 7 is an explanatory diagram showing the screen display thereof, and FIG. 9 is a flowchart showing the processing procedure of the means, FIG. 9 is an explanatory view showing its screen display, FIG. 10 is an explanatory view showing a search flowchart, FIG. 11 is an explanatory view showing a search display format setting means,
FIG. 12 is an explanatory view showing the means for setting the totalization display format, and FIG.
15 is an explanatory diagram showing the screen display, FIG. 16 is an explanatory diagram showing a display example of the actual table of the database, FIGS. 17 to 19 are explanatory diagrams showing a display example of the search result by the sorting object,
FIG. 20 is an explanatory diagram showing a display example of a search result by the condition object, and FIG. 21 is an explanatory diagram showing another embodiment.

【0031】本例のデータベースシステム1は、スタン
ドアロンタイプのコンピュータ2に構築され、多数のデ
ータレコードR〜Rnを実在表としてハードディスク
その他のメモリなどの物理記憶装置3に記憶したデータ
ベース4から、予め設定した任意の検索条件で1以上の
データレコードRn…を抽出し、ディスプレイ5上に開
かれたウィンドウ6に視点表として仮想表示させるもの
である。なお、説明の便宜上、データベース4として、
ソルトレイク冬季五輪スピードスケート入賞者につい
て、競技名、性別、選手名、国名、記録、順位、備考の
7つのフィールドFn(n=1〜7)を有するデータレ
コードRnを実在表として記録したものを用いる。
The database system 1 of this example is constructed in a stand-alone type computer 2 and stores a large number of data records R 1 to Rn as physical tables in a physical storage device 3 such as a hard disk or other memory in advance. One or more data records Rn ... Are extracted under the set arbitrary search conditions and virtually displayed as a viewpoint table in the window 6 opened on the display 5. In addition, for convenience of explanation, as the database 4,
For the Salt Lake Winter Olympics speed skating winners, a data record Rn having seven fields Fn (n = 1 to 7) of competition name, gender, athlete name, country name, record, ranking, and remarks is recorded as an actual table. To use.

【0032】データベースシステム1は、データベース
4と、その表示書式7Fと、表示スイッチとなるアイコ
ン7Sが設定された全てを抽出するデータオブジェクト
7の下位層に、データレコードRnの任意の検索条件8
Jと、その検索処理実行スイッチとなる検索アイコン8
Sと、その名称8Nと、検索結果及び集計結果の表示書
式8Fを設定した検索オブジェクト8が設定されてい
る。
The database system 1 includes a database 4, its display format 7F, and an arbitrary search condition 8 for a data record Rn in a lower layer of a data object 7 for extracting all of which an icon 7S serving as a display switch is set.
J and a search icon 8 that serves as a switch for executing the search process
S, its name 8N, and the search object 8 in which the display format 8F of the search result and the total result is set are set.

【0033】ウィンドウ6は、実在表、視点表及び集計
処理結果を表示するデータ表示部6Aの左側に、データ
レコードRnの検索アイコン8Sを階層表示する検索ツ
リー表示部6Bが割り付けられると共に、前記データ表
示部6A及び検索ツリー表示部6Bの下に検索オブジェ
クト8の検索条件を表示する検索条件表示部6Cが割り
付けられて成る。
In the window 6, a search tree display section 6B for hierarchically displaying the search icon 8S of the data record Rn is allocated on the left side of the data display section 6A for displaying the existence table, the viewpoint table and the aggregation processing result, and the data Below the display unit 6A and the search tree display unit 6B, a search condition display unit 6C for displaying the search condition of the search object 8 is allocated.

【0034】図2は検索ツリー表示部6Bの表示例を示
し、最上位層に一以上のデータベースを管理するトップ
オブジェクトTが表示され、その次の下位層にデータベ
ース4の実在表を記録したデータオブジェクト7のアイ
コン7Sが配され、さらに、それより下位の層に検索ア
イコン8Sが表示されて成る。
FIG. 2 shows a display example of the search tree display portion 6B, in which the top object T for managing one or more databases is displayed in the uppermost layer and the data in which the actual table of the database 4 is recorded in the next lower layer. An icon 7S of the object 7 is arranged, and further, a search icon 8S is displayed in a lower layer.

【0035】また、コンピュータCは、検索ツリー表示
部6Bに表示された任意の検索アイコン8Sがクリック
されたときに、検索条件に合致するデータレコードRn
をその都度抽出して視点表を作成する視点表作成表示手
段PR1を備えている。
Further, the computer C, when the arbitrary search icon 8S displayed in the search tree display portion 6B is clicked, the data record Rn matching the search condition.
A viewpoint table creation / display unit PR1 for extracting each time to create a viewpoint table is provided.

【0036】図3は視点表作成表示手段PR1を示すフ
ローチャートであって、任意の検索オブジェクト8Sが
左クリックされたときに処理が実行開始され、まずステ
ップSTP11では、検索アイコン8Sをクリックする
ことにより選択された直系上位に他の検索オブジェクト
があるか否かを判断する。
FIG. 3 is a flow chart showing the viewpoint table creating / displaying means PR1. The processing is started when an arbitrary search object 8S is left-clicked. First, in step STP11, the search icon 8S is clicked. It is determined whether or not there is another search object in the selected direct upper rank.

【0037】そして、直系上位に他の検索オブジェクト
が存在しない場合はステップSTP12に移行してその
検索オブジェクト8に設定された検索条件8Jを読出
し、直系上位に他の検索オブジェクトが存在する場合は
ステップSTP13に移行して当該オブジェクト8とそ
の直系上位の検索オブジェクト8の全ての検索条件8J
を読み出してAND条件で結合した新たな検索条件を生
成した後、ステップSTP14でその検索条件を登録し
ステップSTP15に移行する。
If there is no other search object in the direct upper layer, the process proceeds to step STP12 to read the search condition 8J set in the search object 8, and if there is another search object in the direct upper layer, step All the search conditions 8J of the target object 8 and the direct higher-ranked search object 8 are moved to STP13.
Is read out and a new search condition combined with the AND condition is generated, then the search condition is registered in step STP14, and the process proceeds to step STP15.

【0038】ステップSTP15では、さらに他の検索
オブジェクト8が選択されたか否かが判断され、選択さ
れていないときはステップSTP16に移行してステッ
プSTP14で登録された検索条件を表わす検索フロー
チャートを検索条件表示部6Cに図示すると共に、ステ
ップSTP17でその検索条件に合致するデータレコー
ドRnをその都度抽出し、ステップSTP18で表形式
に表示させるようになっている。
In step STP15, it is determined whether or not another search object 8 is selected. If not, the process proceeds to step STP16, and the search flowchart showing the search condition registered in step STP14 is searched. The data record Rn that matches the search condition is extracted each time in step STP17 as shown in the display 6C, and is displayed in a table format in step STP18.

【0039】一方、ステップSTP15で他の検索オブ
ジェクトが選択された場合は、その検索オブジェクトに
ついてステップSTP11〜18の処理を繰返し、ステ
ップSTP14では新たな検索条件を既に登録されてい
る検索条件とOR条件で結合し、ステップSTP16で
検索フローチャート図を書き換えると共に、ステップS
TP17でその検索条件に合致するデータレコードRn
を抽出し、ステップSTP18で表形式に表示して処理
を終了する。
On the other hand, when another search object is selected in step STP15, the processes of steps STP11 to 18 are repeated for the search object, and in step STP14, a new search condition and an OR condition which have already been registered are added. And the search flowchart is rewritten in step STP16, and in step S
Data record Rn that matches the search condition in TP17
Is extracted and displayed in a table format in step STP18, and the process ends.

【0040】なお、ステップSTP16で表示される検
索フローチャートは、データレコードRnの任意のフィ
ールドFnに記録されているデータを任意の文字列と比
較して目的のデータレコードRnを抽出する一以上の条
件ブロック20a〜20fを、AND条件を直列にし、
OR条件を並列にして並べた形式で表示される。
The search flow chart displayed in step STP16 is one or more conditions for comparing the data recorded in any field Fn of the data record Rn with any character string to extract the target data record Rn. For blocks 20a to 20f, AND conditions are made serial,
It is displayed in a format in which OR conditions are arranged in parallel.

【0041】検索オブジェクト8は、その内容によっ
て、仕分けオブジェクト9、見出しオブジェクト10、
条件オブジェクト11の三種類設定できる。
The search object 8 has a sorting object 9, a heading object 10,
Three types of condition objects 11 can be set.

【0042】仕分けオブジェクト9は、データレコード
Rnの任意のフィールドF〜Fを指定することによ
り、当該フィールドFnに記録されているデータを共通
のデータごとに仕分けるものである。図4はこの仕分け
オブジェクト9を作成する仕分けオブジェクト作成手段
PR2を示すフローチャート、図5はその画面表示を示
す説明図である。
The sorting object 9 sorts the data recorded in the field Fn into common data by designating arbitrary fields F 1 to F 7 of the data record Rn. FIG. 4 is a flowchart showing the sorting object creating means PR2 for creating this sorting object 9, and FIG. 5 is an explanatory view showing the screen display thereof.

【0043】仕分けオブジェクト作成手段PR2は、任
意のアイコン7S,8Sを右クリックすることにより処
理が実行開始され、まず、ステップSTP21ではオブ
ジェクト操作ダイアログ12を表示し(図5(a)参
照)、次いで、そのダイアログ11の「新規作成」がポ
イントされて「仕分け」が左クリックされるとステップ
STP22に移行して、仕分けオブジェクト作成ダイア
ログ13が表示される(図5(b))。
The sorting object creating means PR2 starts processing by right-clicking any icon 7S, 8S. First, in step STP21, the object operation dialog 12 is displayed (see FIG. 5 (a)), then When "New" in the dialog 11 is pointed and "sort" is left-clicked, the process moves to step STP22 and the sort object creation dialog 13 is displayed (Fig. 5 (b)).

【0044】このダイアログ13で任意のフィールドF
〜Fを指定すると、ステップSTP23で、指定さ
れたフィールドF〜Fに記録されているデータが抽
出され、これが共通するデータごとに仕分けられる。次
いでステップSTP24では、その仕分けられたデータ
に応じてこれら各データを検索する検索条件が設定さ
れ、ステップSTP25で、その検索条件に応じてデー
タレコードを抽出する仕分けオブジェクト9を前記共通
するデータの数分自動作成し、そのアイコン9Sを前記
アイコン8Sの下位に表示する。なお各仕分けオブジェ
クト9のアイコン9Sの名称9Nは、そのフィールドに
記録された夫々のデータ内容が表示される。
In this dialog 13, any field F
If you specify a 1 to F 7, at step STP23, data recorded in the specified field F 1 to F 7 is extracted, which is sorted for each data common. Next, in step STP24, the search condition for searching each of these data is set according to the sorted data, and in step STP25, the sorting object 9 for extracting the data record according to the search condition is set to the number of the common data. Minutes are automatically created, and the icon 9S is displayed below the icon 8S. The name 9N of the icon 9S of each sorting object 9 displays the data content recorded in that field.

【0045】上述のデータベース4を用いた場合、国名
が記録されたフィールドFを指定するだけで、当該フ
ィールドFに記録されている国名が全て抽出され、こ
れが11ヶ国あったとすると、11個の仕分けオブジェ
クト9が作成される。そして、一々国名を入力しなくて
も、各仕分けオブジェクト9ごとにそれぞれの国名を抽
出する検索条件「国名がXXXと等しい」という検索条
件が設定される。したがって、個々の仕分けオブジェク
ト9をクリックするだけで、各国別の入賞者リストが表
示され、SQLでは全てのデータレコードを見渡して一
々検索条件を設定しなければ抽出できなかった国別の入
賞者リストも何らの条件式を設定することなく容易に抽
出することができる。
[0045] When using a database 4 above, only by specifying the field F 4 country name has been recorded, country name recorded in the field F 4 is extracted all, when it had 11 countries, 11 The sorting object 9 is created. Then, even if the country name is not input one by one, the search condition "country name is equal to XXX" is set for extracting each country name for each sorting object 9. Therefore, a list of prize winners by country is displayed by simply clicking on each sorting object 9, and in SQL, a list of prize winners by country that could not be extracted unless all the data records are overlooked and search conditions are set one by one. It can be easily extracted without setting any conditional expression.

【0046】このようにして、任意のフィールドについ
て仕分けオブジェクト9を作成することにより、データ
ベース4に記憶された莫大な数のデータレコードRnを
視点を変えて様々な角度から分類整理することができ
る。
In this way, by creating the sorting object 9 for an arbitrary field, it is possible to sort and organize a huge number of data records Rn stored in the database 4 from various angles by changing the viewpoint.

【0047】なお、この場合に、検索ツリー表示部6B
には多数の仕分けオブジェクト9のアイコンが並列に並
び、同階層の他の検索アイコン8Sと区別がつきにく
く、また、検索ツリー表示部6Bを見渡したときに何に
ついて仕分けられているかわかりずらい場合がある。そ
こで、仕分けオブジェクト9を作成する前に、そのフィ
ールド名をオブジェクト名とする見出しオブジェクト1
0を作成し、その下位層に仕分けオブジェクト9を作成
すれば、仕分けオブジェクト9が整理されてより見易く
なる。
In this case, the search tree display portion 6B
When a large number of sorting object 9 icons are lined up in parallel with each other, it is difficult to distinguish from other search icons 8S in the same layer, and when it is difficult to understand what is sorted when looking around the search tree display portion 6B. There is. Therefore, before creating the sorting object 9, the heading object 1 whose field name is the object name
If 0 is created and the sorting object 9 is created in the lower layer, the sorting object 9 is organized and becomes easier to see.

【0048】この見出しオブジェクト10は、独自の検
索条件を持たず直系上位のオブジェクト8に設定された
検索条件をそのまま継承すると共に、独自の名称及び表
示書式設定が可能で、予め選択された任意のオブジェク
トの下位の検索オブジェクトとして作成される。
The heading object 10 does not have a unique search condition, inherits the search condition set in the direct superordinate object 8 as it is, can set a unique name and display format, and can be arbitrarily selected in advance. Created as a search object below the object.

【0049】図6は見出しオブジェクト10を作成する
見出しオブジェクト作成手段PR3を示すフローチャー
ト、図7はその画面表示を示す説明図である。見出しオ
ブジェクト作成手段PR3は、アイコン7S又は8Sを
右クリックして任意のオブジェクト7又は8を選択する
ことにより処理が実行開始され、まず、ステップSTP
31ではオブジェクト操作ダイアログ12を表示し(図
7(a)参照)、次いで、そのダイアログ12の「新規
作成」がポイントされて「見出し」が左クリックされる
とステップSTP32に移行して、見出しオブジェクト
作成ダイアログ14が表示される(図7(b))。ここ
で、オブジェクト名を入力するとステップSTP33に
移行して、先程選択されたオブジェクト7、8の下位層
に、当該オブジェクト7、8と同じ実在表又は視点表が
表示される見出しオブジェクト10が作成され、そのア
イコン10Sを前記アイコン7Sの下位に表示する。
FIG. 6 is a flowchart showing the headline object creating means PR3 for creating the headline object 10, and FIG. 7 is an explanatory view showing its screen display. The heading object creation means PR3 starts execution of processing by right-clicking the icon 7S or 8S and selecting an arbitrary object 7 or 8, and first, step STP.
In 31, the object operation dialog 12 is displayed (see FIG. 7A), and when “New” in the dialog 12 is pointed and “Heading” is left-clicked, the process proceeds to step STP32 and the heading object is displayed. The creation dialog 14 is displayed (FIG. 7B). Here, when the object name is input, the process proceeds to step STP33, and the heading object 10 in which the same existence table or viewpoint table as the objects 7 and 8 is displayed is created in the lower layer of the objects 7 and 8 selected earlier. , The icon 10S is displayed below the icon 7S.

【0050】例えば、仕分けオブジェクト9により、ソ
ルトレイク冬季五輪スピードスケート入賞者について、
国別の入賞者リストを作ろうとするときに、国名が記録
されたフィールド名である「国名」という名の見出しオ
ブジェクト10を作成し、その見出しオブジェクト10
の下位層に仕分けオブジェクト9を作成すれば、そのア
イコン9Sで表示される視点表は国別のデータであるこ
とが一目瞭然に解かる。
For example, according to the sorting object 9, for Salt Lake Winter Olympics speed skating winners,
When creating a list of prize winners by country, a headline object 10 named "country name", which is a field name in which the country name is recorded, is created, and the headline object 10 is created.
If the sorting object 9 is created in the lower layer of, the viewpoint table displayed by the icon 9S is clearly understood to be data for each country.

【0051】一方、条件オブジェクト11は、任意の検
索条件で目的とするデータレコードRnを抽出しようと
する場合にその検索条件を設定するものである。図8は
この条件オブジェクト11を作成する条件オブジェクト
作成手段PR4を示すフローチャート、図9はその画面
表示を示す説明図である。
On the other hand, the condition object 11 sets the search condition when the desired data record Rn is to be extracted with the arbitrary search condition. FIG. 8 is a flowchart showing the condition object creating means PR4 for creating the condition object 11, and FIG. 9 is an explanatory view showing the screen display.

【0052】条件オブジェクト作成手段PR4は、任意
のアイコン7S、8Sを右クリックすることにより処理
が実行開始され、まず、ステップSTP41でオブジェ
クト操作ダイアログ12が表示される(図9(a)参
照)。次いで、そのダイアログ12の「新規作成」がポ
イントされて「条件」が左クリックされるとステップS
TP42に移行し、条件オブジェクト作成ダイアログ1
5が表示される(図9(b))。
The conditional object creating means PR4 starts execution of processing by right-clicking any icon 7S, 8S, and first, the object operation dialog 12 is displayed in step STP41 (see FIG. 9A). Next, when "New" in the dialog 12 is pointed and "Condition" is left-clicked, step S
Transition to TP42, Condition object creation dialog 1
5 is displayed (FIG. 9 (b)).

【0053】ここで、オブジェクト名を入力し、検索条
件図上で右クリックすると、STP43に移行して条件
図操作ダイアログ16が表示され(図9(b))、最初
に「AND条件の追加」又は「OR条件の追加」を選択
すると、ステップSTP44に移行して条件設定ダイア
ログ17が表示される(図9(c))。
Here, if an object name is entered and the search condition diagram is right-clicked, the process moves to STP43 to display the condition diagram operation dialog 16 (FIG. 9 (b)), and "add AND condition" is displayed first. Alternatively, when "addition of OR condition" is selected, the process moves to step STP44 and the condition setting dialog 17 is displayed (Fig. 9 (c)).

【0054】そして、ダイアログにしたがって任意の条
件を設定していけば、ステップSTP45により所望の
検索条件を極めて簡単に設定することができる。例え
ば、スピードスケート男子500m及び女子1000m
のメダリスト又は日本人入賞者を抽出しようとする場
合、まず、条件設定ダイアログ19に従い、検索項目に
「競技名」を選び、比較文字列に「スピードスケート5
00m」を入力し、比較方法「と等しい」をチェックし
てOKをクリックすれば、図10(a)に示すように
「競技名がスピードスケート500mと等しい」という
条件ブロック20aが表示される。
If desired conditions are set according to the dialog, desired search conditions can be set very easily in step STP45. For example, 500m for speed skating and 1000m for girls
When trying to extract the medalist or Japanese prizewinner, first select "Competition name" as the search item according to the condition setting dialog 19 and set "Speed skating 5" as the comparison character string.
If "00m" is input, the comparison method "equal to" is checked, and OK is clicked, a condition block 20a "Competition name is equal to speed skating 500m" is displayed as shown in FIG.

【0055】次いで、条件ブロック20aを左クリック
で反転させた状態で、右クリックして条件図操作ダイア
ログ16を表示させ、「AND条件の追加」を選択して
条件設定ダイアログ17を表示させ、検索項目に「性
別」を選び、比較文字列に「男子」を入力し、比較方法
「と等しい」をチェックしてOKをクリックすれば、図
10(b)に示すように「性別が男子と等しい」という
条件ブロック20bが直列に表示される。
Next, with the condition block 20a left-clicked and inverted, right-click to display the condition diagram operation dialog 16, select "Add AND condition" to display the condition setting dialog 17, and search. Select "Gender" in the item, enter "Men" in the comparison character string, check the comparison method "is equal to", and click OK. As shown in Fig. 10 (b), "Gender is equal to boy" The conditional blocks 20 b “” are displayed in series.

【0056】次いで、条件ブロック20a及び20bを
反転させた状態で、同様に条件図操作ダイアログ16を
表示させ、「OR条件の追加」を選択して条件設定ダイ
アログ17を表示させ、検索項目に「競技名」を選び、
比較文字列に「スピードスケート1000m」を入力
し、比較方法「と等しい」をチェックしてOKをクリッ
クすれば、図10(c)に示すように「競技名がスピー
ドスケート1000mと等しい」という条件ブロック2
0cが並列に表示される。
Then, with the condition blocks 20a and 20b reversed, the condition diagram operation dialog 16 is displayed in the same manner, "Add OR condition" is selected to display the condition setting dialog 17, and the search item " Select "Competition name",
If you enter "speed skating 1000m" in the comparison string, check the comparison method "equal to" and click OK, the condition "the competition name is equal to speed skating 1000m" is displayed, as shown in FIG. 10 (c). Block 2
0c is displayed in parallel.

【0057】さらに、条件ブロック20cを反転させた
状態で、右クリックして条件図操作ダイアログ16を表
示させ、「AND条件の追加」を選択して条件設定ダイ
アログ17を表示させ、検索項目に「性別」を選び、比
較文字列に「女子」を入力し、比較方法「と等しい」を
チェックしてOKをクリックすれば、図10(d)に示
すように「性別が女子と等しい」という条件ブロック2
0dが直列に表示される。
Further, with the condition block 20c reversed, right-click to display the condition diagram operation dialog 16, select "Add AND condition" to display the condition setting dialog 17, and select "Search item". If you select “Gender”, enter “Girl” in the comparison string, check the comparison method “is equal to”, and click OK, the condition “Gender is equal to girl” as shown in FIG. Block 2
0d is displayed in series.

【0058】そして、条件ブロック20b及び20dを
反転させた状態で条件図操作ダイアログ16を表示さ
せ、「AND条件の追加」を選択して条件設定ダイアロ
グ17を表示させ、検索項目に「順位」を選び、比較文
字列に「3」を入力し、比較方法「と等しいか小さい」
をチェックしてOKをクリックすれば、図10(e)に
示すように「順位<=3」という条件ブロック20eが
直列に表示される。
Then, the condition diagram operation dialog 16 is displayed in a state where the condition blocks 20b and 20d are inverted, "Add AND condition" is selected to display the condition setting dialog 17, and "rank" is set in the search item. Select, enter "3" in the comparison string, and compare method "equal to or less than"
If the checkbox is checked and the user clicks OK, the condition blocks 20e of "rank <= 3" are displayed in series as shown in FIG.

【0059】さらに、条件ブロック20eを反転させた
状態で条件図操作ダイアログ16を表示させ、「OR条
件の追加」を選択して条件設定ダイアログ20を表示さ
せ、検索項目に「国名」を選び、比較文字列に「日本」
を入力し、比較方法「と等しい」をチェックしてOKを
クリックすれば、図10(f)に示すように「国名が日
本と等しい」という条件ブロック20fが並列に表示さ
れる。
Further, the condition diagram operation dialog 16 is displayed with the condition block 20e being inverted, "Add OR condition" is selected to display the condition setting dialog 20, and "Country name" is selected as the search item, "Japan" in the comparison string
10 is input, and the comparison method “is equal to” is checked and OK is clicked, the condition blocks 20f “country name is equal to Japan” are displayed in parallel as shown in FIG.

【0060】このように、AND条件を直列にし、OR
条件を並列にして各条件ブロック20a〜20fを並べ
た検索フローチャートを描きながら、検索条件を設定す
ることができるので、SQLなどの言語知識がないもの
でも誰でも簡単に検索条件を設定することができ、ま
た、検索フローチャートを見れば誰でも簡単に検索条件
を理解することができる。
In this way, the AND conditions are serialized, and the OR
Since the search conditions can be set while drawing the search flow chart in which the conditions are arranged in parallel and the condition blocks 20a to 20f are arranged, anyone who has no language knowledge such as SQL can easily set the search conditions. Also, anyone can easily understand the search conditions by looking at the search flowchart.

【0061】そして、検索アイコン8Sをクリックして
検索オブジェクト8を選択すると、視点表作成表示手段
PR1が起動して、当該検索オブジェクト8の上位層の
オブジェクトで表示される実在表又は視点表から、その
都度検索条件に合致するデータレコードRnを抽出して
視点表が作成され、その視点表がデータ表示部6Aに表
示される。このとき実行処理された検索の検索条件が、
検索条件表示部6Cに表示されるので、データ表示部6
Aに表示されている視点表は何の検索結果であるかを容
易に確認することができる。
Then, when the search object 8 is selected by clicking the search icon 8S, the viewpoint table creating / displaying means PR1 is activated, and from the existence table or viewpoint table displayed by the object in the upper layer of the search object 8, A viewpoint table is created by extracting the data record Rn that matches the search condition each time, and the viewpoint table is displayed on the data display unit 6A. The search condition of the search executed at this time is
Since it is displayed on the search condition display portion 6C, the data display portion 6
It is possible to easily confirm what search result is in the viewpoint table displayed in A.

【0062】また、各検索オブジェクト8には、集計基
準となるフィールドFaと、集計対象となる他のフィー
ルドFbと、当該他のフィールドFbに記録されたデー
タの集計方法を指定することにより、集計基準となるフ
ィールドFaのデータが共通するデータレコードRnご
とに、集計対象となるフィールドFbに記録されたデー
タを集計処理して表示させる集計表示書式が設定でき
る。
In addition, for each search object 8, the field Fa serving as the aggregation reference, the other field Fb to be aggregated, and the aggregation method of the data recorded in the other field Fb are designated, thereby performing the aggregation. For each data record Rn in which the data of the standard field Fa is common, a total display format for totaling and displaying the data recorded in the total field Fb can be set.

【0063】図11は検索表示書式の設定手段を示し、
検索表示書式を設定しようとする検索オブジェクト8の
アイコン8Sを右クリックしてオブジェクト操作ダイア
ログ12を表示させ、「表示書式設定」を左クリックす
ると表示書式設定ダイアログ18が表示される。
FIG. 11 shows a search display format setting means.
Right-click the icon 8S of the search object 8 for which the search display format is to be set to display the object operation dialog 12, and left-click “Display format setting” to display the display format setting dialog 18.

【0064】ここで、「検索表示」を選択し、表示フィ
ールド一覧の各フィールドについてチェックの有無によ
り「表示」「非表示」を設定でき、また、各フィールド
名をドラッグすることにより表示順を設定できる。
Here, by selecting "Search display", "Display" and "Hide" can be set depending on whether or not each field in the display field list is checked, and the display order can be set by dragging each field name. it can.

【0065】図12は集計表示書式の設定手段を示し、
集計データを設定しようとする検索オブジェクト8のア
イコン8Sを右クリックしてオブジェクト操作ダイアロ
グ12を表示させ、「表示書式設定」を左クリックする
と表示書式設定ダイアログ18が表示される。
FIG. 12 shows the means for setting the total display format.
Right-click the icon 8S of the search object 8 for which aggregate data is to be set to display the object operation dialog 12, and left-click "Display format setting" to display the display format setting dialog 18.

【0066】ここで、「集計表示」を選択し、任意のフ
ィールドFaを反転させて「集計基準」を選択すれば、
そのフィールドFaが集計基準フィールドFaとして設
定され、そのフィールドFaのデータが表示される。
Here, if "display of totals" is selected, any field Fa is reversed and "standard of totaling" is selected,
The field Fa is set as the aggregation reference field Fa, and the data of the field Fa is displayed.

【0067】次いで、他のフィールドFbを反転させて
「集計対象」を選択すると、集計対象フィールドFbと
して設定され、その表示内容を「件数」「最小」「最
大」「範囲」「合計」「平均」などから選択すればその
集計値が表示されることになる。また、集計基準フィー
ルド及び集計対象フィールドについて付加列を設定すれ
ば、その付加列に任意の集計方法による集計結果を表示
させることができる。この付加列は、付加列作成欄に、
「件数」「最小」「最大」「範囲」「合計」「平均」の
集計方法と、付加列名を入力することで設定される。
Next, when the other field Fb is reversed and "Aggregation target" is selected, it is set as the aggregation target field Fb, and its display content is "number of cases""minimum""maximum""range""total""average". , Etc., the aggregated value will be displayed. Further, if an additional column is set for the totaling reference field and the totaling target field, the totaling result by an arbitrary totaling method can be displayed in the additional column. This additional column, in the additional column creation column,
It is set by entering the number of cases, "minimum", "maximum", "range", "total", and "average" and the additional column name.

【0068】例えば、世界新、五輪新、日本新の記録数
とその順位を集計するときは、まず、条件オブジェクト
作成手段PR4に従い、「備考」欄に世界新、五輪新、
日本新が記録されたデータのみを抽出する条件オブジェ
クト8を作成し、そのアイコン8を右クリックして、図
13(a)に示すように、表示書式設定ダイアログ18
を表示させて「集計表示」を選択し、表示フィールド一
覧から世界新、五輪新、日本新の別が記録された「備
考」欄を「順位」欄より上位にドラッグすると共に、こ
れらのみをチェックして表示させた後、「備考」を「集
計基準」に設定する。
For example, when totaling the number of records of the world new, the new Olympics, and the new Japanese, and their ranking, first, according to the condition object creating means PR4, the world new, the new Olympics,
Create a condition object 8 that extracts only the data recorded in Japan Shin, right-click the icon 8 and select the display format setting dialog 18 as shown in FIG. 13 (a).
Is displayed, select "Aggregate display", drag the "Remarks" column that records the world new, Olympic new, and Japanese new from the display field list to a higher position than the "Rank" column, and check only these. After that, display it, and then set "Remarks" to "Cumulation criteria".

【0069】次いで、図13(b)に示すように、「順
位」を集計対象に設定し、表示内容を「件数」、付加列
の表示内容を「範囲」に設定すると、データ表示部6A
には、図14に示すように、世界新は9件で順位が1〜
2位、五輪新は1件で順位が2位、日本新は1件で順位
が7であることがわかる。
Next, as shown in FIG. 13B, when the "rank" is set as the aggregation target, the display content is set to "number of cases", and the display content of the additional column is set to "range", the data display section 6A is displayed.
As shown in Fig. 14, there are 9 new cases in the world, ranking from 1
It can be seen that the second place and the Olympic Shin are one with the second place, and the Japanese new one with one and the place is seven.

【0070】また、図13(c)に示すように、「順
位」も集計基準に設定し、付加列の表示内容を「件数」
に設定すると、データ表示部6Aには、図15に示すよ
うに、世界新は1位が7件で2位が2件、五輪新は2位
が1件、日本新は7位が1件であることがわかる。
Further, as shown in FIG. 13C, "rank" is also set as the aggregation standard, and the display content of the additional column is "number of cases".
When set to, as shown in FIG. 15, in the data display section 6A, the world new has 7 cases, the second has 2 cases, the Olympic new has 2 cases, and the Japan new has 7 cases. It can be seen that it is.

【0071】以上が本発明の一構成例であって、次にそ
の作用を説明する。エクセル(マイクロソフト社の商品
名)その他の表計算ソフトなどを用いて、ソルトレイク
冬季五輪スピードスケート入賞者について、競技名、性
別、選手名、国名、記録、順位、備考の7つのフィール
ドF〜Fを有するデータレコードRnからなる表を
作成し、この作成した表をCSV形式にして入力した
り、または、データを直接入力することにより、物理記
憶装置3に、実在表となるデータベース4を記憶させる
と、図16に示すように、検索ツリー表示部6Bにはデ
ータオブジェクト7のアイコン7Sが表示される。
The above is an example of the configuration of the present invention, and its operation will be described below. Excel (Microsoft's trade name) using and other spreadsheet software, for the Salt Lake Winter Olympics speed skating winners, the competition name, gender, player name, country name, record, order, seven fields F 1 ~ Remarks By creating a table composed of data records Rn having F 7 and inputting the created table in CSV format, or by directly inputting the data, the database 4 to be the actual table is stored in the physical storage device 3. When stored, the icon 7S of the data object 7 is displayed in the search tree display portion 6B as shown in FIG.

【0072】このデータベースオブジェクト9をクリッ
クすると、実在表として記録されたデータベース4の全
てのデータレコードR〜Rnがデータ表示部6Aに表
示されることとなる(図16参照)。
When this database object 9 is clicked, all the data records R 1 to Rn of the database 4 recorded as the actual table are displayed on the data display section 6A (see FIG. 16).

【0073】次に、国別にデータレコードを抽出する仕
分けオブジェクト9を作成する場合は、データオブジェ
クト7の下位層に見出しオブジェクト10を作成し、そ
の検索アイコン10Sに「国名」という見出しをつけ
る。なお、見出しオブジェクト10自体はその直系上位
のオブジェクトの検索条件を承継するが、直系上位がデ
ータオブジェクト7である場合は、いずれも検索条件が
設定されていないので、見出しオブジェクト10を選択
したときは全てのデータオブジェクト7のデータが表示
される。
Next, when creating the sorting object 9 for extracting data records by country, a heading object 10 is created in the lower layer of the data object 7, and a heading "Country name" is attached to the search icon 10S. Note that the heading object 10 itself inherits the search condition of the object directly above it. However, when the data object 7 is directly above, no search condition is set, so when the heading object 10 is selected, The data of all data objects 7 are displayed.

【0074】次いで、図2に示すように、その見出しオ
ブジェクト10の下位層に「国名」が記録されたフィー
ルドFを指定した仕分けオブジェクト9を作成し、さ
らにその下位に、「性別」が記録されたフィールドF
を指定した仕分けオブジェクト9を作成し、さらにその
下位に「選手名」が記録されたフィールドFを指定し
た仕分けオブジェクト9を作成する。なお、一つの仕分
けオブジェクト9の下位に検索オブジェクト8を設定す
ると、その仕分けオブジェクト9と兄弟関係にある同階
層の全ての仕分けオブジェクト9に検索オブジェクト8
が設定される。これにより、見出しオブジェクト10の
下位に、フィールドFに記録されている11カ国の国
名が抽出され、図17に示すように、11個の仕分けオ
ブジェクト9が自動作成されてその検索アイコン9Sが
表示され、その下位に、フィールドFに記録されてい
る性別が抽出され、男女2個の仕分けオブジェクト9が
自動作成されてその検索アイコンが表示され、さらにそ
の下位に、フィールドF に記録されている選手名が抽
出され、該当数の仕分けオブジェクト9が自動作成され
てその検索アイコン9Sが表示される。
Then, as shown in FIG.
Fee that "country name" is recorded in the lower layer of object 10
Ludo FFourCreate a sorting object 9 that specifies
Field F in which "Gender" is recordedTwo
Create a sorting object 9 that specifies
Field F with "player name" recorded at the bottomThreeSpecify
The sorting object 9 is created. In addition, one assortment
Set the search object 8 under the object 9
Then, the same floor that has a sibling relationship with the sorting object 9
Search object 8 for all sorting objects 9 in the layer
Is set. As a result, the heading object 10
Field F belowFour11 countries recorded in
The names are extracted, and as shown in FIG.
Object 9 is automatically created and its search icon 9S
Is displayed and below that, field FTwoRecorded in
The sex is extracted, and the sorting object 9 for two men and women
It will be created automatically and its search icon will be displayed.
Below field F ThreeThe player name recorded in
Sent out and the corresponding number of sorting objects 9 are automatically created.
The search icon 9S is displayed.

【0075】ここで、任意の国名(例えば日本)の検索
アイコン9Sをクリックすると、データ表示部6Aに
は、国別の入賞選手リストが視点表として表示される
(図17参照)。なお、このとき、検索条件表示部6C
には、クリックされた仕分けオブジェクト9の検索フロ
ーチャートとして、「国名が日本と等しい」という検索
条件が表示されているので、初心者でも検索条件を簡単
に確認できる。
When a search icon 9S for an arbitrary country name (for example, Japan) is clicked, a list of prize-winning players by country is displayed as a viewpoint table on the data display section 6A (see FIG. 17). At this time, the search condition display portion 6C
As a search flowchart of the clicked sorting object 9, the search condition "country name is equal to Japan" is displayed, so that even a beginner can easily confirm the search condition.

【0076】また、日本と韓国の入賞者リストを作成し
たい場合は、「Ctrlキー」を使って夫々のアイコン
9Sをクリックすることにより日本及び韓国の複数の仕
分けオブジェクト9が同時に選択されるので、簡単にO
R条件が生成され、図18に示すように、検索条件表示
部6Cに「国名が日本と等しい」「国名が韓国と等し
い」というように検索ブロック21a,21bが並列に
並んだ検索フローチャートが検索フローチャートが表示
されると共に、データ表示部6Aにその視点表が表示さ
れる。
If a list of prize winners for Japan and Korea is to be created, a plurality of sorting objects 9 for Japan and Korea are selected at the same time by clicking the respective icons 9S using the "Ctrl key". Easy O
The R condition is generated, and as shown in FIG. 18, a search flow chart in which search blocks 21a and 21b are arranged in parallel such as "country name is equal to Japan" and "country name is equal to Korea" are searched in the search condition display portion 6C. The flow chart is displayed and the viewpoint table is displayed on the data display unit 6A.

【0077】さらに、日本の女子入賞者の×××紀選手
の入賞競技名を知りたいときは、図19に示すように、
「日本」アイコン9S及び「女子」アイコン9Sの左側
「+」マーク(クリック後は「−」マークとなる)をク
リックして「×××紀」アイコン9Sをクリックすれ
ば、×××紀選手のデータレコードRnが抽出されて、
データ表示部6Aに視点表が表示され、これより300
0m及び5000mの2種目で入賞していることがわか
る。
Furthermore, when it is desired to know the prize-winning competition name of the Japanese women's prizewinner XXXXX, as shown in FIG.
Click the "+" mark (the "-" mark after clicking) on the left side of the "Japan" icon 9S and "Women" icon 9S and then click the "XXXXX" icon 9S Data record Rn of
The viewpoint table is displayed on the data display portion 6A,
It can be seen that the second prize of 0 m and 5000 m has won.

【0078】なお、「×××紀」アイコン9Sをクリッ
クすると、その直系上位の検索オブジェクト9の検索条
件がAND条件で結合されて検索が行われ、このとき検
索条件表示部6Cには、「国名が日本と等しい」−「性
別が女子と等しい」−「選手名が×××紀と等しい」と
いうように検索ブロック22a〜22cを直列に並べた
検索フローチャートが表示されるので、初心者でも検索
条件を簡単に確認できる。
When the "XXX" icon 9S is clicked, the search conditions of the directly upper search object 9 are combined with the AND condition to perform the search. At this time, the search condition display portion 6C displays " A search flow chart in which search blocks 22a to 22c are arranged in series such as "country name is equal to Japan"-"sex is equal to girl"-"player name is equal to XXX" is displayed, so even a beginner can search. You can easily check the conditions.

【0079】さらに、「スピードスケート男子500m
及び女子1000mのメダリスト又は日本人入賞者」と
いうような任意の検索条件で、データレコードを抽出し
ようとする場合、前述した手順で条件オブジェクト11
を作成する。これにより、図20に示すように、検索ツ
リー表示部6Bに検索アイコン11S(8S)が表示さ
れ、この検索アイコン11Sをクリックすることにより
その検索条件に合致したデータレコードが抽出され、デ
ータ表示部6Aに視点表として表示される。このとき、
検索条件表示部6Cには、クリックされた条件オブジェ
クト11の検索フローチャートが表示されるので、どの
ような検索条件で何を検索しているかが初心者でも簡単
に確認できる。
Furthermore, "500m for speed skating men
And when trying to extract a data record with an arbitrary search condition such as "a female medalist of 1000 m or a Japanese prizewinner", the condition object 11
To create. As a result, as shown in FIG. 20, the search icon 11S (8S) is displayed on the search tree display portion 6B, and by clicking this search icon 11S, the data record that matches the search condition is extracted, and the data display portion is displayed. It is displayed as a viewpoint table on 6A. At this time,
The search condition display portion 6C displays a search flowchart of the clicked condition object 11, so that even a beginner can easily confirm what kind of search condition is being searched for.

【0080】なお、上述した説明では、スタンドアロン
タイプのコンピュータを用いた場合について説明した
が、本発明はこれに限らず、データベース4を構築した
コンピュータに対してLANを組んだ複数のコンピュー
タからアクセスして、任意のデータレコードを抽出させ
るものでもよい。
In the above description, the case of using a stand-alone type computer has been described, but the present invention is not limited to this, and the computer in which the database 4 is constructed can be accessed from a plurality of computers in a LAN. Thus, any data record may be extracted.

【0081】また、図21に示すように、データベース
4をインターネットなどのコンピュータ通信網上のサー
バ21に構築し、当該サーバ21に対して通信網22を
介して接続されるクライアント23…が検索オブジェク
ト8、視点表作成表示手段PR1、仕分けオブジェクト
作成手段PR2、見出しオブジェクト作成手段PR3及
び条件オブジェクト作成手段PR4を備えている場合で
も良い。
Further, as shown in FIG. 21, the database 4 is constructed in the server 21 on the computer communication network such as the Internet, and the clients 23 connected to the server 21 via the communication network 22 are search objects. 8, the viewpoint table creating / displaying means PR1, the sorting object creating means PR2, the heading object creating means PR3 and the condition object creating means PR4 may be provided.

【0082】このように、コンピュータ通信網22を介
して接続した場合も、スタンドアロンタイプと全く同様
に、サーバ21に構築されたデータベース4から目的と
するデータレコードRnを抽出して、その視点表をスタ
ンドアロンタイプと全く同様にディスプレイ24上に表
示させることができる。
In this way, even when connected via the computer communication network 22, the target data record Rn is extracted from the database 4 built in the server 21 and the viewpoint table is extracted, just as in the stand-alone type. It can be displayed on the display 24 just like the stand-alone type.

【0083】[0083]

【発明の効果】以上述べたように、本発明によれば、検
索条件を設定した検索オブジェクトが階層的に設定され
て、その検索アイコン8Sが階層的にツリー表示される
ので、その検索アイコンを見るだけで何をどのように検
索しようとしているのかが一目で解かり、その検索アイ
コンをクリックするという最も初歩的なコンピュータ操
作を行うだけで、検索が実行されて視点表が表示される
ので、データベースの専門的な知識がない初心者でも簡
単に扱うことができるという効果がある。。
As described above, according to the present invention, the search objects for which the search conditions are set are hierarchically set and the search icons 8S are hierarchically displayed in a tree structure. Just by looking at it, you can see at a glance what you are looking for and how you are going to search, and by performing the most rudimentary computer operation of clicking the search icon, the search will be executed and the viewpoint table will be displayed. The effect is that even a beginner who does not have specialized knowledge of a database can easily handle it. .

【0084】また、アイコンをクリックすることによ
り、その都度検索処理が実行されて視点表がデータ表示
部に表示されるので、検索結果である視点表を実在表と
して物理記憶させたフォルダなどを設定しなくても、夫
々のアイコンに物理記憶させているのと全く同様に取り
扱うことができ、メモリ容量も大幅に節約することがで
きるという効果がある。
Further, each time the icon is clicked, the search process is executed and the viewpoint table is displayed in the data display section. Therefore, a folder in which the viewpoint table as the search result is physically stored as an actual table is set. Even if it does not, it can be handled exactly as if each icon is physically stored, and the memory capacity can be greatly saved.

【0085】さらに、検索オブジェクトをクリックする
たびごとに、その都度同じ検索条件で検索が実行される
ので、POSシステムのように時々刻々とデータベース
が更新されるような場合でも、何らの操作を行うことな
く新しいデータが反映された視点表を作成することがで
きるという効果もある。
Further, each time the search object is clicked, the search is executed under the same search condition, so that even if the database is updated momentarily like the POS system, no operation is performed. It is also possible to create a viewpoint table that reflects new data without any need.

【0086】さらにまた、各データベース利用者が個々
の利用目的に応じて最適のオブジェクトをクライアント
に設定でき、そのデータベースをクライアントごとに自
由に分類・整理することができるので、一のデータベー
スを大勢で共用する場合も自分だけのデータベースとし
てカスタマイズすることができるという大変優れた効果
を奏する。
Furthermore, since each database user can set the optimum object in the client according to the individual purpose of use and the database can be freely classified and organized for each client, one database can be used by many people. Even when shared, it has the outstanding effect that you can customize it as your own database.

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

【図1】本発明に係るデータベースシステムを示す概念
図。
FIG. 1 is a conceptual diagram showing a database system according to the present invention.

【図2】検索ツリー表示部の表示例を示す説明図。FIG. 2 is an explanatory diagram showing a display example of a search tree display unit.

【図3】視点表作成表示手段の処理手順を示すフローチ
ャート。
FIG. 3 is a flowchart showing a processing procedure of a viewpoint table creation / display means.

【図4】仕分けオブジェクト作成手段の処理手順を示す
フローチャート。
FIG. 4 is a flowchart showing a processing procedure of a sorting object creating means.

【図5】その画面表示を示す説明図。FIG. 5 is an explanatory diagram showing the screen display.

【図6】見出しオブジェクト作成手段の処理手順を示す
フローチャート。
FIG. 6 is a flowchart showing a processing procedure of a heading object creating means.

【図7】その画面表示を示す説明図。FIG. 7 is an explanatory view showing the screen display.

【図8】条件オブジェクト作成手段の処理手順を示すフ
ローチャート。
FIG. 8 is a flowchart showing a processing procedure of a condition object creating unit.

【図9】その画面表示を示す説明図。FIG. 9 is an explanatory diagram showing the screen display.

【図10】検索フローチャートを示す説明図。FIG. 10 is an explanatory diagram showing a search flowchart.

【図11】検索表示書式の設定手段を示す説明図。FIG. 11 is an explanatory diagram showing a search display format setting means.

【図12】集計表示書式の設定手段を示す説明図。FIG. 12 is an explanatory diagram showing a means for setting a tabulation display format.

【図13】その画面表示を示す説明図。FIG. 13 is an explanatory diagram showing the screen display.

【図14】その画面表示を示す説明図。FIG. 14 is an explanatory diagram showing the screen display.

【図15】その画面表示を示す説明図。FIG. 15 is an explanatory diagram showing the screen display.

【図16】データベースの実在表表示例を示す説明図。FIG. 16 is an explanatory diagram showing a display example of an actual table of a database.

【図17】仕分けオブジェクトによる検索結果の表示例を
示す説明図。
FIG. 17 is an explanatory diagram showing a display example of a search result by a sorting object.

【図18】仕分けオブジェクトによる検索結果の表示例を
示す説明図。
FIG. 18 is an explanatory diagram showing a display example of a search result by a sorting object.

【図19】仕分けオブジェクトによる検索結果の表示例を
示す説明図。
FIG. 19 is an explanatory diagram showing a display example of a search result by a sorting object.

【図20】条件オブジェクトによる検索結果の表示例を示
す説明図。
FIG. 20 is an explanatory diagram showing a display example of search results by a condition object.

【図21】他の実施形態を示す説明図。FIG. 21 is an explanatory diagram showing another embodiment.

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

1………データベースシステム R〜Rn………データレコード F〜F………フィールド 3………物理記憶装置 4………データベース 5………ディスプレイ 6………ウィンドウ 6A……データ表示部 6B……検索ツリー表示部 6C……検索条件表示部 7………データオブジェクト 8………検索オブジェクト 8S、9S,10S、11S………検索アイコン 9………仕分けオブジェクト 10………見出しオブジェクト 11……条件オブジェクト1 ... Database system R 1 to Rn ... Data record F 1 to F 7 ... Field 3 ... Physical storage device 4 ... Database 5 ... Display 6 ... Window 6A ... Data Display unit 6B ... Search tree display unit 6C. Search condition display unit 7 ... Data object 8 ... Search object 8S, 9S, 10S, 11S ... Search icon 9 ... Sort object 10 ... Heading object 11 ... Condition object

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B075 NK54 NR05 PP30 QT06 5B082 GC02    ─────────────────────────────────────────────────── ─── Continued front page    F term (reference) 5B075 NK54 NR05 PP30 QT06                 5B082 GC02

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】多数のデータレコード(Rn)を実在表と
して物理記憶装置(3)に記憶したデータベース(4)
から、予め設定した任意の検索条件で1以上のデータレ
コード(Rn)を抽出し、ディスプレイ(5)に視点表
として仮想表示させるデータベースシステムにおいて、 前記データベース(4)を記録したデータオブジェクト
(7)の下位層に、データレコード(Rn)の任意の検
索条件(8J)と、その検索処理実行スイッチとなる検
索アイコン(8S)を設定した検索オブジェクト(8)
が設定されると共に、前記検索アイコン(8S)が、前
記データオブジェクト(7)に対応するアイコン(7
S)の下位に階層的にツリー表示され、検索アイコン
(8S)により任意の一の検索オブジェクト(8)を選
択して検索処理を実行する際に、直系上位に他の検索オ
ブジェクト(8)が存在しない場合はその検索オブジェ
クトに設定された検索条件のまま、直系上位に他の検索
オブジェクト(8)が存在する場合は個々の検索条件を
AND条件で結合した新たな検索条件を生成し、その検
索条件に合致するデータレコード(Rn)をその都度抽
出して視点表を作成する視点表作成表示手段(PR1)
を備えていることを特徴とするデータベースシステム。
1. A database (4) having a large number of data records (Rn) stored as physical tables in a physical storage device (3).
In the database system for extracting one or more data records (Rn) from the above by a preset arbitrary search condition and virtually displaying them as a viewpoint table on the display (5), a data object (7) recording the database (4) A search object (8) in which an arbitrary search condition (8J) of the data record (Rn) and a search icon (8S) which is a search processing execution switch are set in the lower layer of the
Is set, and the search icon (8S) corresponds to the icon (7) corresponding to the data object (7).
When a search object (8) is selected by the search icon (8S) and a search process is executed, another search object (8) is displayed directly below the S). If it does not exist, the search condition set for the search object remains as it is, and if another search object (8) exists in the direct higher order, a new search condition is generated by combining the individual search conditions with an AND condition, and View table creating and displaying means (PR1) for creating a view table by extracting a data record (Rn) matching the search condition each time
A database system characterized by having.
【請求項2】検索アイコンにより複数の検索オブジェク
ト(8)を選択して検索処理を実行する際に、選択した
各検索用オブジェクト(8)を個々に選択したときに生
成される検索条件をOR条件で結合した新たな検索条件
を生成し、その検索条件に合致するデータレコード(R
n)をその都度抽出して視点表を作成する視点表作成表
示手段(PR1)を備えた請求項1記載のデータベース
システム。
2. When a plurality of search objects (8) are selected by a search icon and a search process is executed, a search condition generated when each of the selected search objects (8) is individually selected is ORed. Create a new search condition that is combined with the condition, and create a data record (R
The database system according to claim 1, further comprising a viewpoint table creating / displaying means (PR1) for extracting n) each time to create a viewpoint table.
【請求項3】前記ディスプレイ(5)上に開かれたウィ
ンドウ(6)が左右に分割されて、実在表及び視点表を
表示するデータ表示部(6A)の左側に、前記各アイコ
ンを階層的にツリー表示する検索ツリー表示部(6B)
が割り付けられて成る請求項1又は2記載のデータベー
スシステム。
3. A window (6) opened on the display (5) is divided into left and right parts, and the icons are hierarchically arranged on the left side of a data display part (6A) for displaying a real table and a viewpoint table. Search tree display (6B)
The database system according to claim 1, wherein the database system is allocated.
【請求項4】一又は二以上の検索オブジェクト(8)を
選択して検索処理を実行する際に生成される検索条件
が、データレコード(Rn)の任意のフィールド(F
n)に記録されているデータを任意の文字列と比較して
目的のデータレコード(Rn)を抽出する一以上の条件
ブロック(20a〜20f)からなり、AND条件を直
列にし、OR条件を並列にして前記条件ブロック(20
a〜20f)を並べた検索フローチャートとして図示す
る検索条件表示手段を備えた請求項1乃至4記載のデー
タベースシステム。
4. A search condition generated when one or more search objects (8) is selected and a search process is executed is an arbitrary field (F) of a data record (Rn).
n) is composed of one or more condition blocks (20a to 20f) for comparing the data recorded with an arbitrary character string and extracting a target data record (Rn), AND conditions are serially connected, and OR conditions are parallel. Then, the condition block (20
5. The database system according to claim 1, further comprising search condition display means illustrated as a search flowchart in which a to 20f) are arranged.
【請求項5】前記検索フローチャートを図示する検索条
件表示部(6C)が、前記ウィンドウ(6)に割り付け
られた検索ツリー表示部(6B)及びデータ表示部(6
A)の下側に割り付けられて成る請求項4記載のデータ
ベースシステム。
5. A search condition display section (6C) showing the search flow chart, a search tree display section (6B) and a data display section (6) assigned to the window (6).
The database system according to claim 4, wherein the database system is assigned to the lower side of A).
【請求項6】前記検索オブジェクト(8)ごとに、その
検索条件により抽出されたデータレコード(Rn)を視
点表にして表示する際の検索結果の表示書式(8F)が
設定されてなる請求項1乃至5記載のデータベースシス
テム。
6. A display format (8F) for a search result when a data record (Rn) extracted by the search condition is displayed as a viewpoint table for each search object (8). The database system according to any one of 1 to 5.
【請求項7】集計基準となるフィールド(Fa)と、任
意のフィールド(Fb)に記録されたデータの集計方法
を指定することにより、集計基準となるフィールド(F
a)のデータが共通するデータレコード(Rn)ごとに
任意のフィールド(Fb)に記録されたデータを集計処
理して表示する集計結果の表示書式(8F)が検索オブ
ジェクト(8)に設定されてなる請求項1乃至6記載の
データベースシステム。
7. A field (Fa) serving as a counting standard by designating a field (Fa) serving as a counting standard and a counting method of data recorded in an arbitrary field (Fb).
The display format (8F) of the aggregation result for totalizing and displaying the data recorded in the arbitrary field (Fb) for each data record (Rn) having the data of a) is set in the search object (8). The database system according to any one of claims 1 to 6.
【請求項8】データレコード(Rn)の任意のフィール
ド(Fn)を指定することにより、当該フィールド(F
n)に記録されているデータを共通のデータごとに仕分
ける検索条件を個々に設定した一以上の仕分けオブジェ
クト(9)を、予め選択された直系上位となる任意のオ
ブジェクト(7、8)の下位の検索オブジェクトとして
作成する仕分けオブジェクト作成手段(PR2)を備え
た請求項1乃至7記載のデータベースシステム。
8. By specifying an arbitrary field (Fn) of a data record (Rn), the field (Fn)
One or more sorting objects (9) in which the search conditions for individually sorting the data recorded in n) are sorted according to common data are subordinate to the preselected direct superior objects (7, 8). The database system according to any one of claims 1 to 7, further comprising a sorting object creating means (PR2) for creating as a search object of.
【請求項9】データレコード(Rn)の任意のフィール
ド(Fn)に記録されたデータを任意の文字列と比較す
る一以上の条件ブロック(20a〜20f)をAND条
件を直列にし、OR条件を並列にして並べた検索フロー
チャート図により検索条件が設定された条件オブジェク
ト(11)を、予め選択された直系上位となる任意のオ
ブジェクト(7、8)の下位の検索オブジェクトとして
作成する条件オブジェクト作成手段(PR4)を備えた
請求項1乃至8記載のデータベースシステム。
9. One or more conditional blocks (20a to 20f) for comparing data recorded in an arbitrary field (Fn) of a data record (Rn) with an arbitrary character string are serially ANDed, and ORed. Condition object creating means for creating a condition object (11) for which a search condition is set by a search flowchart diagram arranged in parallel as a lower search object of an arbitrary object (7, 8) which is a direct upper order selected in advance 9. The database system according to claim 1, comprising (PR4).
【請求項10】直系上位のオブジェクト(7、8)に設定
された検索条件をそのまま継承すると共に、任意の名称
を設定可能な見出しオブジェクト(10)を、予め選択
された任意のオブジェクト(7、8)の下位の検索オブ
ジェクトとして作成する見出しオブジェクト作成手段
(PR3)を備えた請求項1乃至9記載のデータベース
システム。
10. A heading object (10) that inherits the search condition set in the direct higher-order object (7, 8) as it is and can set an arbitrary name is an arbitrary object (7, 8) selected in advance. 10. The database system according to claim 1, further comprising a heading object creating means (PR3) created as a subordinate search object of 8).
【請求項11】サーバ(21)に前記データベース(4)
が構築されると共に、当該サーバ(21)に対してコン
ピュータ通信網(22)を介して接続されるクライアン
ト(23)に、前記視点表作成表示手段(PR1)、前
記仕分けオブジェクト作成手段(PR2)、前記見出し
オブジェクト作成手段(PR3)及び条件オブジェクト
作成手段(PR4)を備えた請求項1乃至10記載のデ
ータベースシステム。
11. The database (4) in a server (21).
Is constructed, and the client (23) connected to the server (21) through the computer communication network (22) is provided with the viewpoint table creation display means (PR1) and the sorting object creation means (PR2). The database system according to any one of claims 1 to 10, further comprising: the heading object creating means (PR3) and the condition object creating means (PR4).
JP2002089595A 2002-03-27 2002-03-27 Database system Expired - Lifetime JP3878507B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002089595A JP3878507B2 (en) 2002-03-27 2002-03-27 Database system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002089595A JP3878507B2 (en) 2002-03-27 2002-03-27 Database system

Publications (2)

Publication Number Publication Date
JP2003288355A true JP2003288355A (en) 2003-10-10
JP3878507B2 JP3878507B2 (en) 2007-02-07

Family

ID=29235140

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002089595A Expired - Lifetime JP3878507B2 (en) 2002-03-27 2002-03-27 Database system

Country Status (1)

Country Link
JP (1) JP3878507B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004303198A (en) * 2003-03-18 2004-10-28 Ricoh Co Ltd Document processor, document processing method, and document processing program
JP2006252125A (en) * 2005-03-10 2006-09-21 Dainippon Printing Co Ltd Database system, server, program and recording medium
JP2006260129A (en) * 2005-03-17 2006-09-28 Dainippon Printing Co Ltd Database system, database search server, program and recording medium
JP2009086815A (en) * 2007-09-28 2009-04-23 Dainippon Printing Co Ltd Database system, server, client terminal, method of inheriting search condition, program, and recording medium
JP2009276963A (en) * 2008-05-14 2009-11-26 Hitachi-Ge Nuclear Energy Ltd Retrieving device
JP2010102503A (en) * 2008-10-23 2010-05-06 Nec Corp Information search system, information search method, program and recording medium
JP2011070265A (en) * 2009-09-24 2011-04-07 Fujifilm Corp Device and method for retrieving information
JP2012123578A (en) * 2010-12-07 2012-06-28 Canon Marketing Japan Inc Information processing device, information processing method and computer program
JP2013080274A (en) * 2011-09-30 2013-05-02 Fujifilm Corp Search screen information display method, search screen information processing system, and program therefor
WO2017057451A1 (en) * 2015-09-29 2017-04-06 株式会社ディビイ Database interface provision program, database interface provision method, and database interface provision device
KR102256814B1 (en) * 2020-09-10 2021-05-27 주식회사 아미크 Method and system for selecting target data

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004303198A (en) * 2003-03-18 2004-10-28 Ricoh Co Ltd Document processor, document processing method, and document processing program
JP4585768B2 (en) * 2003-03-18 2010-11-24 株式会社リコー Document processing apparatus, document processing method, and document processing program
JP2006252125A (en) * 2005-03-10 2006-09-21 Dainippon Printing Co Ltd Database system, server, program and recording medium
JP2006260129A (en) * 2005-03-17 2006-09-28 Dainippon Printing Co Ltd Database system, database search server, program and recording medium
JP4611778B2 (en) * 2005-03-17 2011-01-12 大日本印刷株式会社 Database system, database search server, program, and recording medium
JP2009086815A (en) * 2007-09-28 2009-04-23 Dainippon Printing Co Ltd Database system, server, client terminal, method of inheriting search condition, program, and recording medium
JP2009276963A (en) * 2008-05-14 2009-11-26 Hitachi-Ge Nuclear Energy Ltd Retrieving device
JP2010102503A (en) * 2008-10-23 2010-05-06 Nec Corp Information search system, information search method, program and recording medium
JP2011070265A (en) * 2009-09-24 2011-04-07 Fujifilm Corp Device and method for retrieving information
JP2012123578A (en) * 2010-12-07 2012-06-28 Canon Marketing Japan Inc Information processing device, information processing method and computer program
JP2013080274A (en) * 2011-09-30 2013-05-02 Fujifilm Corp Search screen information display method, search screen information processing system, and program therefor
CN103136320A (en) * 2011-09-30 2013-06-05 富士胶片株式会社 Method of displaying search screen information, search screen information processing system, and storage medium
US8854645B2 (en) 2011-09-30 2014-10-07 Fujifilm Corporation Method of displaying, processing and storing search screen information in a hierachical structure
CN103136320B (en) * 2011-09-30 2015-05-06 富士胶片株式会社 Method of displaying search screen information, search screen information processing system
WO2017057451A1 (en) * 2015-09-29 2017-04-06 株式会社ディビイ Database interface provision program, database interface provision method, and database interface provision device
KR102256814B1 (en) * 2020-09-10 2021-05-27 주식회사 아미크 Method and system for selecting target data
US11372899B2 (en) 2020-09-10 2022-06-28 Armiq Co., Ltd. Method and system for selecting target data

Also Published As

Publication number Publication date
JP3878507B2 (en) 2007-02-07

Similar Documents

Publication Publication Date Title
Kelleher et al. Data science
US11080315B2 (en) Systems and methods for providing a visualizable results list
Dubitzky et al. The open international soccer database for machine learning
Stitz et al. Knowledgepearls: Provenance-based visualization retrieval
US20100076979A1 (en) Performing search query dimensional analysis on heterogeneous structured data based on relative density
CN109906450A (en) For the method and apparatus by similitude association to electronic information ranking
JP4846012B2 (en) Business flow search system, business flow search method, and business flow search program
US10860163B1 (en) Generating user interface for viewing data records
Siddiqui et al. Fast-Forwarding to Desired Visualizations with Zenvisage.
Layton Learning data mining with python
US11036747B2 (en) Systems and methods for providing a visualizable results list
JP2003288355A (en) Database system
Zigkolis et al. Collaborative event annotation in tagged photo collections
JP4973503B2 (en) File search program, method and apparatus
WO2016138566A1 (en) A system and method for federated enterprise analysis
Layton Learning data mining with Python
Fadloun et al. EpidVis: A visual web querying tool for animal epidemiology surveillance
US20120191725A1 (en) Document ranking system with user-defined continuous term weighting
Miklošík et al. SEARCH ENGINE OPTIMISATION AND GOOGLE ANSWER BOX.
US20180067985A1 (en) Spiritual Research System and Method
JP4134975B2 (en) Topic document presentation method, apparatus, and program
Lin et al. SPIRE: supporting parameter-driven interactive rule mining and exploration
US9430518B2 (en) Spiritual research system and method
US20230297565A1 (en) System and method for distribution, searching, and retrieval of data assets
US20040199528A1 (en) Apparatus and computer program for managing database

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20030206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060314

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060510

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060510

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060829

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060905

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20061017

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061102

R150 Certificate of patent or registration of utility model

Ref document number: 3878507

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101110

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20101110

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111110

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20111110

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121110

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20121110

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20131110

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term