Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP3339937B2 - Database search device - Google Patents
[go: Go Back, main page]

JP3339937B2 - Database search device - Google Patents

Database search device

Info

Publication number
JP3339937B2
JP3339937B2 JP27266993A JP27266993A JP3339937B2 JP 3339937 B2 JP3339937 B2 JP 3339937B2 JP 27266993 A JP27266993 A JP 27266993A JP 27266993 A JP27266993 A JP 27266993A JP 3339937 B2 JP3339937 B2 JP 3339937B2
Authority
JP
Japan
Prior art keywords
attribute
database
data
statistic
search
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP27266993A
Other languages
Japanese (ja)
Other versions
JPH07129597A (en
Inventor
博己 加藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP27266993A priority Critical patent/JP3339937B2/en
Publication of JPH07129597A publication Critical patent/JPH07129597A/en
Application granted granted Critical
Publication of JP3339937B2 publication Critical patent/JP3339937B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、データベース検索装置
に係り、特にデータベースから所望のデータを検索する
際にデータベース検索条件の指定を行うデータベース検
索装置に関する。殊に、本発明は、計算機やソフトウェ
アの文法に習熟していないユーザが種々の検索条件でデ
ータベースを検索する際に利用できるデータベース検索
装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database search apparatus, and more particularly to a database search apparatus for specifying database search conditions when searching for desired data from a database. In particular, the present invention relates to a database search device that can be used by a user who is not familiar with the grammar of a computer or software to search a database under various search conditions.

【0002】[0002]

【従来の技術】図10は、従来のデータベース検索シス
テムの構成を示し、検索対象であるデータを格納するデ
ータベース200と、ユーザが検索条件を入力するため
のキーボード380と、ユーザに対する情報を表示する
表示部390と、ユーザから入力された検索条件を用い
てデータベース200からデータを取得するデータ取得
部320とにより構成される。
2. Description of the Related Art FIG. 10 shows the configuration of a conventional database search system, in which a database 200 for storing data to be searched, a keyboard 380 for a user to input search conditions, and information for the user are displayed. The display unit 390 includes a display unit 390 and a data acquisition unit 320 that acquires data from the database 200 using search conditions input by a user.

【0003】図11は、ユーザがキーボードよりデータ
ベースを検索するための検索条件を入力する従来のデー
タベース検索システムを説明する図であって、データベ
ース200と、ユーザが検索条件を入力するキーボード
380と、ユーザから入力された検索条件を用いてデー
タベース200からデータを取得するデータ取得部32
0と、データ取得部320で取得されたデータを表示す
る表示部390とにより構成される。同図において、デ
ータベース200は家電製品の売上に関するデータベー
ス“家電売上”であって、顧客名、商品名、及び売上高
をその属性とする。
FIG. 11 is a diagram illustrating a conventional database search system in which a user inputs search conditions for searching a database from a keyboard. The database 200 includes a database 200, a keyboard 380 in which the user inputs search conditions, and Data acquisition unit 32 that acquires data from database 200 using search conditions input by a user
0, and a display unit 390 that displays the data acquired by the data acquisition unit 320. In the figure, a database 200 is a database “home electric appliance sales” relating to sales of home electric appliances, and its attributes are a customer name, a product name, and a sales amount.

【0004】ユーザがデータベース200から所望のデ
ータを獲得する場合に、データベース識別子(ID)と
して、例えばファイル名を入力し、データの検索条件と
して、例えば属性と属性値の条件の組を入力する。図1
1に記載の“家電売上”データベース200からユーザ
が、例えば商品名が“テレビ”に一致するデータを検索
する場合には、データベースIDと、検索条件を以下の
ように指定する。 データベースID:“家電売上” 検索条件1: (属性名=“商品名”) 検索条件2: (属性値=“テレビ”) 検索条件3: 検索条件1 AND 検索条件2 これにより、検索条件3を利用してデータベース200
から商品名が“テレビ”に一致するデータを検索するこ
とができる。尚、上記の例における検索条件3のAND 演
算によって得られる条件は、別の表現(左辺は属性名を
表し、右辺がその属性名に該当する属性の属性値を表す
表現)によれば、商品名=“テレビ”と記述できる条件
に一致する。
When a user acquires desired data from the database 200, the user inputs, for example, a file name as a database identifier (ID), and inputs, for example, a set of an attribute and an attribute value condition as a data search condition. FIG.
For example, when the user searches the “home appliance sales” database 200 described in No. 1 for data whose product name matches “television”, the database ID and search conditions are specified as follows. Database ID: “sales of home appliances” Search condition 1: (attribute name = “product name”) Search condition 2: (attribute value = “TV”) Search condition 3: Search condition 1 AND Search condition 2 Using database 200
Can be searched for data whose product name matches "TV". According to another expression (the left side represents an attribute name and the right side represents the attribute value of the attribute corresponding to the attribute name), the condition obtained by the AND operation of the search condition 3 in the above example is a product It matches the condition that the name can be described as “TV”.

【0005】また、ユーザが「売上高が20000以上
で60000未満の家電商品とその顧客名に関するデー
タ」を検索する場合には、 データベースID:“家電売上” 検索条件1:(属性名=“売上高”) 検索条件2:(属性値≧20000 )AND (属性値≦60000
) 検索条件3: 検索条件1 AND 検索条件2 を入力する。この検索条件3は、「売上高が20000
以上、及び売上高が60000以下」に相当する。デー
タ取得部220は、ユーザにより指定されたデータベー
ス“家電売上”の中から、「売上高が20000以上、
及び売上高が60000以下」なる検索条件に一致する
データを取得する。表示部390は、データ取得部32
0において得られた検索結果を表示する。
[0005] When a user searches for "data on home electric appliances whose sales are 20,000 or more and less than 60,000 and their customer names", a database ID: "sales of electric home appliances" search condition 1: (attribute name = "sales" High ”) Search condition 2: (attribute value ≧ 20000) AND (attribute value ≦ 60000)
) Search condition 3: Input search condition 1 AND search condition 2. The search condition 3 is that “sales are 20,000
As described above, and the sales are 60000 or less. " The data acquisition unit 220 reads “sales of 20,000 or more,
And the data that matches the search condition of “sales is 60000 or less”. The display unit 390 displays the data acquisition unit 32
The search result obtained at 0 is displayed.

【0006】さらに詳細なデータ、例えば商品名“テレ
ビ”の売上高に関するデータを知りたい場合には、 データベースID:“家電売上” 検索条件1:(属性名=“商品名”) 検索条件2:(属性値=“テレビ”) 検索条件3: 検索条件1 AND 検索条件2 検索条件4:(属性名=“売上高”) 検索条件5:(属性値≧20000 )AND (属性値≦60000
) 検索条件6: 検索条件4 AND 検索条件5 検索条件7: 検索条件3 AND 検索条件6 を入力して、当該データベースを検索する。
If one wants to know more detailed data, for example, data on the sales of the product name “TV”, the database ID is “sales of home appliances”. Search condition 1: (attribute name = “product name”) Search condition 2: (Attribute value = “TV”) Search condition 3: Search condition 1 AND Search condition 2 Search condition 4: (Attribute name = “Sales”) Search condition 5: (Attribute value ≧ 20000) AND (Attribute value ≦ 60000)
) Search condition 6: Search condition 4 AND Search condition 5 Search condition 7: Search condition 3 AND Search condition 6 Enter and search the database.

【0007】以上のように、従来技術のデータベース検
索システムにおいて、ユーザはキーボード380を利用
して、属性名或いは属性値を含む検索条件式の形で検索
条件を入力する。さらに、検索の結果は表示画面上に表
形式等の文字列を用いて出力される。
As described above, in the conventional database search system, the user uses the keyboard 380 to input a search condition in the form of a search condition expression including an attribute name or an attribute value. Further, the search result is output on the display screen using a character string in a table format or the like.

【0008】尚、近年、パソコン等の発達によりグラフ
ィカルディスプレイ装置及びマウスを含むグラフィカル
ユーザインタフェース(GUI)を利用して、各種アプ
リケーションソフトウェアにユーザ指向のマンマシンイ
ンターフェース(MMI)が提供されているが、データ
ベース検索のための検索条件式は、キーボードから文字
列として入力される。
In recent years, with the development of personal computers and the like, a user-oriented man-machine interface (MMI) has been provided for various kinds of application software using a graphical user interface (GUI) including a graphical display device and a mouse. The search condition expression for database search is input as a character string from the keyboard.

【0009】[0009]

【発明が解決しようとする課題】しかしながら、従来の
技術によるデータベース検索装置では、ユーザが所望の
データを獲得するための検索条件の指定を行う際、所定
の文法に従って条件式を作成するので、ユーザは条件式
を記述するための文法を予め習得する必要がある。さら
に、ユーザは属性名、属性値を含む上記の条件式、又は
データベースの所望の属性中の属性値から選択したキー
データをキーボードから入力する必要があるため、適切
にデータベースを利用するためには、データベースに格
納されているデータの種類、格納されているデータを検
索するためのキーデータ等、データベースに含まれるデ
ータの内容に習熟することも必要である。
However, in the conventional database search apparatus, when a user specifies a search condition for obtaining desired data, a conditional expression is created according to a predetermined grammar. Needs to learn the grammar for describing conditional expressions in advance. Furthermore, since the user needs to input the attribute name, the above-mentioned conditional expression including the attribute value, or the key data selected from the attribute value in the desired attribute of the database from the keyboard, in order to use the database properly, It is also necessary to become familiar with the contents of data included in the database, such as the types of data stored in the database and key data for searching the stored data.

【0010】本発明は、上記の従来技術の問題点に鑑
み、ユーザがデータベースから所望のデータを検索して
獲得する際、事前にデータベースの検索条件式の記述文
法を学習すること、及び事前にデータベースに格納され
るデータの詳細な内容に習熟することなく、データベー
スに格納されるデータの詳細な情報を参照しながら検索
条件を指定しうるデータベース検索装置を提供すること
を目的とする。
The present invention has been made in view of the above-mentioned problems of the prior art, and when a user searches for and obtains desired data from a database, the user learns a description grammar of a search condition formula of the database in advance, and An object of the present invention is to provide a database search device capable of designating a search condition while referring to detailed information of data stored in a database without becoming proficient in detailed contents of data stored in the database.

【0011】[0011]

【課題を解決するための手段】図1は本発明の原理構成
図である。
FIG. 1 is a block diagram showing the principle of the present invention.

【0012】本発明のデータベース検索装置は、ポイン
ティング機能を有する装置を用いてユーザからの情報要
求が入力される入力手段110と、入力手段110より
入力されたデータベースの検索条件に基づいて、データ
ベースからユーザが所望するデータを取得するデータ取
得手段120と、データ取得手段120により取得され
たデータをその属性に応じて数値データ型の属性と、そ
の他のデータ型の属性とに分類する取得データ判別手段
130と、数値データ型の属性に含まれる属性値の統計
量を計算する統計量計算手段140と、統計量計算手段
140により計算された統計量を図形化処理し、図形化
処理された統計量を表示する統計量表示手段152及び
その他の型の属性に含まれる属性値の一覧を表示する属
性値一覧表示手段154とを含みデータベースの属性の
一覧を表示する表示手段150とを有する。
The database search apparatus of the present invention uses an apparatus having a pointing function for inputting an information request from a user and inputting the information request from a user. Data acquisition means 120 for acquiring data desired by the user, and acquired data discrimination means for classifying the data acquired by the data acquisition means 120 into attributes of numerical data types and attributes of other data types according to the attributes. 130, a statistic calculation unit 140 for calculating a statistic of an attribute value included in the attribute of the numerical data type, and a statistic calculated by the statistic calculation unit 140 is subjected to graphic processing, and the statistic obtained by the graphic processing Value display means 152 for displaying attribute values and attribute value list display means for displaying a list of attribute values included in other types of attributes And a 54 and a display unit 150 for displaying a list of attributes in the database.

【0013】さらに、本発明のデータベース検索装置
は、統計量計算手段140が数値型の属性に含まれる属
性値の出現頻度の度数分布を計算し、統計量表示手段1
52が統計量計算手段140により計算された度数分布
を図形化処理して度数分布図として表示し、統計量表示
手段152により表示された度数分布図の属性値の範囲
から検索条件として利用される値の範囲が入力手段11
0によって選択されることを特徴とする。
Further, in the database search device of the present invention, the statistic calculation means 140 calculates the frequency distribution of the appearance frequency of the attribute value included in the numerical type attribute, and the statistic display means 1
52, the frequency distribution calculated by the statistic calculation means 140 is graphically processed and displayed as a frequency distribution chart, and is used as a search condition from the attribute value range of the frequency distribution chart displayed by the statistic display means 152. Value range is input means 11
It is characterized by being selected by 0.

【0014】[0014]

【作用】本発明のデータベース検索装置により、データ
ベース200の属性の一覧を表示して、ユーザにキーボ
ードを用いずに、マウス等のポインティング機能を有す
る装置を用いて属性を選択させ、ユーザにより選択され
た属性を数値データ型の属性とその他のデータ型の属性
とに分類する。分類されたこの属性が数値データ型の場
合には、属性に含まれる属性値の統計量を計算し、計算
結果を図形化処理して表示し、ユーザに所望の属性値の
取り得る値の範囲を選択させる。一方、分類された属性
がその他のデータ型の場合には、属性の属性値一覧を表
示して、ユーザに所望の属性値を選択させる。これによ
り、ユーザは、表示手段150に表示された情報から入
力手段110により所望の属性を選択し、さらに、図形
表示された属性値の範囲、又は一覧表示された属性値か
ら属性値に対する条件を選択して、所望のデータを検索
するためのデータベース検索条件を指定することができ
る。したがって、ユーザは、検索条件を指定する際に、
所定の文法に従って条件式を作成してこの条件式をキー
ボードから入力する必要はなく、さらに、属性値の統計
量又は属性値の一覧等のデータベースの詳細な内容を事
前に知る必要もない。
With the database search device of the present invention, a list of attributes of the database 200 is displayed, and the user is allowed to select an attribute using a device having a pointing function such as a mouse without using a keyboard. Attributes are classified into numeric data type attributes and attributes of other data types. If the classified attribute is a numeric data type, calculate the statistic of the attribute value included in the attribute, display the calculated result as a graphic, and display the range of possible values of the desired attribute value to the user. To select. On the other hand, if the classified attribute is of another data type, a list of attribute values of the attribute is displayed to allow the user to select a desired attribute value. Thus, the user selects a desired attribute from the information displayed on the display unit 150 by the input unit 110, and further sets a condition for the attribute value from the range of the attribute value displayed in the figure or the attribute value displayed in the list. By selecting, a database search condition for searching for desired data can be designated. Therefore, when the user specifies the search condition,
There is no need to create a conditional expression according to a predetermined grammar and input this conditional expression from the keyboard, and it is not necessary to know in advance the detailed contents of the database such as the statistics of attribute values or a list of attribute values.

【0015】[0015]

【実施例】ユーザからの情報要求に応じてデータベース
から必要な情報を検索して出力する際に、ユーザが所望
のデータを検索するための検索条件をグラフィックディ
スプレイ装置に表示された情報からポインティング装置
により指定する本発明によるデータベース検索装置の一
実施例を以下に図面と共に詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS When searching and outputting necessary information from a database in response to an information request from a user, a search condition for a user to search for desired data is determined from information displayed on a graphic display device by a pointing device. An embodiment of the database search device according to the present invention designated by the following will be described in detail with reference to the drawings.

【0016】図2は、本発明の一実施例によるデータベ
ース検索システムの構成を示す図であって、検索される
情報を格納するデータベース200と、ユーザがデータ
ベース200から必要な情報を検索するために利用する
入出力装置であるグラフィカルユーザインタフェース
(以下、GUIと記す)210と、ユーザからの情報要
求に応じてデータベース200から必要な情報を検索し
て出力するデータベース検索装置220とから成る。
FIG. 2 is a diagram showing a configuration of a database search system according to an embodiment of the present invention. The database 200 stores information to be searched, and a user searches the database 200 for necessary information. It comprises a graphical user interface (hereinafter, referred to as a GUI) 210 as an input / output device to be used, and a database search device 220 for searching and outputting necessary information from the database 200 in response to an information request from a user.

【0017】本発明の一実施例によるGUI210は、
文字及び図形情報等を表示する高解像度のビットマップ
ディスプレイ212と、画面上の位置を示すためのポイ
ンティング装置であるマウス214とにより構成され
る。
The GUI 210 according to one embodiment of the present invention includes:
It comprises a high-resolution bitmap display 212 for displaying characters and graphic information and the like, and a mouse 214 as a pointing device for indicating a position on the screen.

【0018】さらに、本発明の一実施例によるデータベ
ース検索装置220は、GUI210を介したユーザの
入力に応じたデータをデータベース200から取得する
データ取得部230と、ユーザの入力に応じてデータベ
ース200から取得されたデータの属性が数値データ型
かそれ以外のデータ型であるかを判定する取得データ判
別部240と、数値データ型の属性値の最小値、最大
値、平均値、中央値、度数分布、分散、標準偏差、偏差
値、正規分布、2項分布等の統計量を計算する統計量計
算部250と、及び、統計量計算結果を表示する統計結
果表示部262と、データベース200内の属性の一覧
を表示する属性一覧表示部266と、所定の属性に含ま
れる属性値の一覧を表示する属性値一覧表示部264と
を有する表示部260とから成る。
Further, the database search device 220 according to one embodiment of the present invention includes a data acquisition unit 230 for acquiring data according to a user input via the GUI 210 from the database 200, and a data acquisition unit 230 for acquiring data from the database 200 according to the user input. Acquired data discriminator 240 that determines whether the attribute of the acquired data is a numeric data type or another data type, and a minimum value, a maximum value, an average value, a median value, and a frequency distribution of attribute values of the numeric data type Statistic calculation unit 250 for calculating statistics such as variance, standard deviation, deviation value, normal distribution, binomial distribution, etc., and a statistics result display unit 262 for displaying the statistic calculation results, and attributes in the database 200 Display section 26 having an attribute list display section 266 for displaying a list of attribute values, and an attribute value list display section 264 for displaying a list of attribute values included in a predetermined attribute. Consisting of.

【0019】図3は本発明の一実施例による表示部26
0の統計量計算結果表示部262を示す。同図におい
て、統計量の種別と属性名を表示するタイトル282
と、図形化処理された統計量(例えば、棒グラフ)を表
示する図形化統計量284と、統計量の図の横軸に相当
して属性値の範囲を示す属性値目盛り286と、ユーザ
が属性値の範囲の中から所望の値の範囲を指定するため
の領域(以下では、スライダボックスと呼ぶ)288と
が表示された状態が示される。
FIG. 3 shows a display unit 26 according to an embodiment of the present invention.
The statistic calculation result display part 262 of 0 is shown. In the figure, a title 282 indicating the type of the statistic and the attribute name is displayed.
A graphical statistic 284 that displays a statistical quantity (for example, a bar graph) that has been subjected to the graphic processing; an attribute value scale 286 that indicates a range of attribute values corresponding to the horizontal axis of the statistic diagram; An area (hereinafter, referred to as a slider box) 288 for designating a desired value range from the value range is displayed.

【0020】本発明の一実施例で利用されるデータベー
ス200は、属性名が、夫々「顧客名」、「商品名」、
「売上高」である3つの属性から成る「家電売上」デー
タベースであって、「顧客名」の属性値には、「A」、
「B」及び「C」が含まれ、「商品名」の属性値には、
「テレビ」、「冷蔵庫」及び「ラジオ」が含まれ、「売
上高」の属性値には、「1000000 」、「500000」、「15
00000 」及び「200000」が含まれる。
In the database 200 used in one embodiment of the present invention, the attribute names are “customer name”, “product name”,
This is a “home appliance sales” database including three attributes “sales”, and the attribute values of “customer name” include “A”,
"B" and "C" are included, and the attribute value of "product name"
Includes “TV”, “Refrigerator” and “Radio”, and the attribute values of “Sales” include “100000”, “500000”, and “15”.
00000 "and" 200000 ".

【0021】次に、図2に示す本発明の一実施例による
データベース検索装置220の動作を詳細に説明する。
図4は、本発明の一実施例によるデータベース検索装置
における検索条件指定の概要を説明するためのフローチ
ャートである。
Next, the operation of the database search device 220 according to the embodiment of the present invention shown in FIG. 2 will be described in detail.
FIG. 4 is a flowchart for explaining an outline of search condition specification in the database search device according to one embodiment of the present invention.

【0022】尚、以下の説明では、本発明の一実施例に
おいて検索対象となるデータベースは既に選択済であっ
て、検索条件指定の過程では改めてデータベースを選択
する必要はないものとする。
In the following description, it is assumed that a database to be searched has already been selected in one embodiment of the present invention, and it is not necessary to select a database again in the process of specifying search conditions.

【0023】ステップ100)データ取得部230はデ
ータベース200からデータベース属性一覧、即ち「顧
客名」、「商品名」及び「売上高」を取得し、これを表
示部260の属性一覧表示部266により表示データ形
式(例えば、表示位置、書式、表示データ)に変換し
て、ビットマップディスプレイ212に表示する。
Step 100) The data acquisition unit 230 acquires a database attribute list, that is, “customer name”, “product name”, and “sales” from the database 200, and displays them on the attribute list display unit 266 of the display unit 260. The data is converted into a data format (for example, display position, format, display data) and displayed on the bitmap display 212.

【0024】ステップ110)ユーザがビットマップデ
ィスプレイ212上に表示されたデータベース属性一覧
の中から、検索条件として指定する属性をマウス214
を用いて選択する。選択された情報が通知されたデータ
取得部230は、該当する属性の属性値をデータベース
200から取得する。
Step 110) The user designates an attribute specified as a search condition from the database attribute list displayed on the bitmap display 212 by the mouse 214.
Use to select. The data acquisition unit 230 notified of the selected information acquires the attribute value of the corresponding attribute from the database 200.

【0025】ステップ120)取得データ判別部240
は、ユーザが指定した属性に基づいてデータ取得部23
0で取得された属性のデータ型が数値データ型であるか
(例えば、「売上高」を属性として選択した場合か)、
それ以外のデータ型、例えば文字型であるか(属性が、
「顧客名」又は「商品名」の場合か)を判別し、数値デ
ータ型以外のデータ型である場合には、ステップ150
に進む。
Step 120) Acquired data judging section 240
Is based on the attribute specified by the user.
Whether the data type of the attribute acquired at 0 is a numeric data type (for example, if “sales” is selected as the attribute),
For other data types, for example, character type (the attribute is
"Customer name" or "product name"), and if the data type is other than the numerical data type, step 150
Proceed to.

【0026】ステップ130)属性のデータ型が数値デ
ータ型であるので、統計量計算部250は、データ取得
部230で取得した属性値を用いて、属性値の統計量
(最小値、最大値、平均値、中央値、度数分布、分散、
標準偏差、偏差値、正規分布、2項分布等)を計算し
て、統計結果表示部262にいずれかの統計量(例え
ば、度数分布)を出力する。統計結果表示部262は、
統計量を表示データ形式に変換し、さらに、属性値の範
囲をユーザが指定するためのスライダボックス288を
表示データに付加し、ビットマップディスプレイ212
に出力する。
Step 130) Since the data type of the attribute is a numerical data type, the statistic calculation unit 250 uses the attribute value acquired by the data acquisition unit 230 to calculate the statistic of the attribute value (minimum value, maximum value, Mean, median, frequency distribution, variance,
A standard deviation, a deviation value, a normal distribution, a binomial distribution, and the like are calculated, and any statistical amount (for example, a frequency distribution) is output to the statistical result display unit 262. The statistical result display section 262
The statistic is converted into a display data format, and a slider box 288 for the user to specify a range of the attribute value is added to the display data.
Output to

【0027】ステップ140)ユーザがビットマップデ
ィスプレイ212上に表示された属性値の統計量を参照
して、スライダボックス288で表示された属性値の範
囲から所望の属性値の条件をマウス214で選択して
(例えば、範囲の最小値でマウスボタンをクリックし、
ボタンを押したまま範囲の最大値まで移動してボタンを
リリースする等によって)指定する。指定された属性値
の範囲が通知されたデータ取得部230は、指定された
属性値の範囲に収まるデータをデータベース200から
取得し、属性一覧表示部266を介して、取得されたデ
ータ、即ち検索されたデータが網掛け等でマークされた
属性一覧をビットマップディスプレイ212に出力す
る。
Step 140) The user refers to the statistics of the attribute values displayed on the bitmap display 212 and selects a desired attribute value condition from the range of the attribute values displayed in the slider box 288 with the mouse 214. (For example, by clicking the mouse button at the minimum value of the range,
While holding down the button, move to the maximum value in the range and release the button (eg). The data acquisition unit 230 notified of the designated attribute value range acquires data that falls within the designated attribute value range from the database 200, and acquires the acquired data, ie, the search, via the attribute list display unit 266. An attribute list in which the data thus obtained is marked by hatching or the like is output to the bitmap display 212.

【0028】ステップ150)属性のデータ型が数値デ
ータ以外のデータ型であるので、属性値の一覧を文字列
データとし、これを表示データ形式に変換して、ビット
マップディスプレイ212に出力する。
Step 150) Since the data type of the attribute is a data type other than the numerical data, a list of attribute values is set as character string data, which is converted into a display data format and output to the bit map display 212.

【0029】ステップ160)ユーザがビットマップデ
ィスプレイ212上に表示された属性値の一覧を参照し
て、所望の属性値の条件をマウス214で選択して(例
えば、所望の属性値が表示されている箇所でマウス21
4をクリックして)指定する。指定された属性値が通知
されたデータ取得部230は、指定された属性値を有す
るデータをデータベース200から取得する。属性一覧
表示部266を介して、取得されたデータ、即ち検索さ
れたデータを網掛け等でマークした属性一覧をビットマ
ップディスプレイ212に出力する。
Step 160) The user refers to the list of attribute values displayed on the bitmap display 212 and selects a desired attribute value condition with the mouse 214 (for example, when the desired attribute value is displayed). Mouse 21 where you are
Click 4) to specify. The data acquisition unit 230 to which the designated attribute value has been notified acquires data having the designated attribute value from the database 200. Via the attribute list display unit 266, the acquired data, that is, an attribute list in which the searched data is marked by shading or the like, is output to the bitmap display 212.

【0030】ステップ170)検索条件に新たな属性を
追加する場合には、ステップ110に戻る。検索条件の
追加指定が不要な場合には、検索条件指定を終了する。
Step 170) If a new attribute is to be added to the search condition, the process returns to step 110. When the additional specification of the search condition is unnecessary, the search condition specification ends.

【0031】尚、ステップ170からステップ110に
戻る際に、直前までの検索結果を残したまま処理を続行
すると検索データの絞り込みが可能であり、一方、直前
までの検索結果を削除すると新たに属性の選択を開始す
ることができる。
When returning to the step 110 from the step 170, the search data can be narrowed down by continuing the processing while the search result up to the immediately preceding is left. On the other hand, when the search result up to the immediately preceding is deleted, a new attribute is obtained. You can start your selection.

【0032】以下では、本発明の一実施例による検索条
件指定方法を検索条件指定画面を参照して詳細に説明す
る。
Hereinafter, a search condition designating method according to an embodiment of the present invention will be described in detail with reference to a search condition designating screen.

【0033】図5は、本発明の一実施例による条件指定
画面の初期状態を示しており、データベース属性の一覧
が表示されている。この段階では、「顧客名」、「商品
名」、「売上高」の何れかの属性を選択することができ
る。ここで、画面上で属性「商品名」が表示されている
箇所をマウス214でクリックする。
FIG. 5 shows an initial state of a condition designation screen according to an embodiment of the present invention, in which a list of database attributes is displayed. At this stage, one of the attributes of “customer name”, “product name”, and “sales” can be selected. Here, the position where the attribute “product name” is displayed on the screen is clicked with the mouse 214.

【0034】図6は本発明の一実施例による条件指定画
面を示す。同図は、属性「商品名」が選択され、さら
に、属性「商品名」の属性値一覧がプルダウンメニュー
形式で表示された状態を示す。属性「商品名」の属性値
のデータ型は数値データ型ではなく文字型であるため、
属性値の一覧を表形式で表示する。マウス214を移動
すると属性値一覧中の反転部分(図6では、「テレ
ビ」)が移動し、ユーザは所望の属性値を選択すること
ができる。マウス214のボタンをリリースすると、属
性値が選択される。このようなユーザの操作により図6
において、 検索条件1:(属性名=“商品名”) 検索条件2:(属性値=“テレビ”) 検索条件3: 検索条件1 AND 検索条件2 が検索条件として指定される。
FIG. 6 shows a condition designation screen according to one embodiment of the present invention. This figure shows a state in which the attribute “product name” is selected, and a list of attribute values of the attribute “product name” is displayed in a pull-down menu format. Since the data type of the attribute value of the attribute "product name" is not a numeric data type but a character type,
Displays a list of attribute values in table format. When the mouse 214 is moved, the inverted part (“TV” in FIG. 6) in the attribute value list moves, and the user can select a desired attribute value. Releasing the mouse 214 button selects the attribute value. By such a user operation, FIG.
, Search condition 1: (attribute name = “product name”) search condition 2: (attribute value = “television”) search condition 3: search condition 1 AND search condition 2 are designated as search conditions.

【0035】図7は、本発明の一実施例による条件指定
画面を示し、上記の検索条件でデータベースから検索さ
れた結果のデータベース属性の一覧が、検索条件に該当
するデータ部分を網掛けとして表示された状態を示して
いる。
FIG. 7 shows a condition designation screen according to an embodiment of the present invention. A list of database attributes obtained as a result of a search from the database under the above search conditions is displayed by shading data portions corresponding to the search conditions. FIG.

【0036】図8は本発明の一実施例による条件指定画
面を示す。同図において、データベース属性一覧表示の
初期画面において、属性「売上高」が選択された状態を
示す。属性「売上高」のデータ型は数値データ型である
ため、統計量が計算されてその結果が画面に表示され
る。本発明の一実施例では、売上高の額毎の出現頻度の
度数分布を統計量として求めて分布図を表示している。
さらに、分布図の下に、ユーザが売上高の属性値の範囲
とマウス214によって指定するためのスライダボック
ス430が表示される。同図において、ユーザが50か
ら300の範囲を指定したことがスライダボックス内の
網掛け表示で示されている。同図では、 検索条件4:(属性名=“売上高”) 検索条件5:(属性値≧500000)AND (属性値≦300000
0 ) 検索条件6: 検索条件4 AND 検索条件5 が検索条件として指定される。
FIG. 8 shows a condition designation screen according to one embodiment of the present invention. In the figure, a state where the attribute “sales” is selected on the initial screen of the database attribute list display is shown. Since the data type of the attribute “sales” is a numerical data type, a statistic is calculated and the result is displayed on the screen. In one embodiment of the present invention, a frequency distribution of the appearance frequency of each sales amount is obtained as a statistic, and a distribution diagram is displayed.
Further, a slider box 430 is displayed below the distribution chart so that the user can specify the range of the attribute value of the sales and the mouse 214. In the figure, the fact that the user has specified the range of 50 to 300 is indicated by hatching in the slider box. In the figure, search condition 4: (attribute name = “sales”) search condition 5: (attribute value ≧ 500000) AND (attribute value ≦ 300000)
0) Search condition 6: Search condition 4 AND Search condition 5 are specified as search conditions.

【0037】図9は本発明の一実施例による条件指定画
面を示す。同図において、上記の検索条件3を使って、
既に、「商品名」が「テレビ」であるデータが検索され
たデータベース属性一覧表示の画面から、さらに、属性
「売上高」が選択された状態を示す。属性「売上高」の
データ型は数値データ型であるため、統計量が計算され
てその結果が画面に表示されるが、統計量を計算する対
象データは、商品名が「テレビ」であるデータに限定さ
れる。本発明の一実施例では、売上高の額毎の度数分布
を統計量として求めて分布図を表示している。さらに、
分布図の下に、ユーザが売上高の属性値の範囲とマウス
214によって指定するためのスライダボックス288
を表示する。同図では、 検索条件1:(属性名=“商品名”) 検索条件2:(属性値=“テレビ”) 検索条件3: 検索条件1 AND 検索条件2 検索条件4:(属性名=“売上高”) 検索条件5:(属性値≧500000)AND (属性値≦300000
0 ) 検索条件6: 検索条件4 AND 検索条件5 検索条件7: 検索条件3 AND 検索条件6 が検索条件として指定されたことに相当する。
FIG. 9 shows a condition designation screen according to one embodiment of the present invention. In the figure, using the above search condition 3,
This shows a state in which the attribute “sales” is already selected from the database attribute list display screen where the data whose “product name” is “television” has been searched. Since the data type of the attribute “Sales” is a numeric data type, the statistic is calculated and the result is displayed on the screen. The data for which the statistic is calculated is the data whose product name is “TV” Is limited to In one embodiment of the present invention, a frequency distribution for each amount of sales is obtained as a statistic and a distribution diagram is displayed. further,
Below the distribution chart, a slider box 288 for the user to specify the range of attribute values of sales and the mouse 214
Is displayed. In the figure, search condition 1: (attribute name = “product name”) search condition 2: (attribute value = “television”) search condition 3: search condition 1 AND search condition 2 search condition 4: (attribute name = “sales” High ”) Search condition 5: (Attribute value ≧ 500000) AND (Attribute value ≦ 300000)
0) Search condition 6: Search condition 4 AND search condition 5 Search condition 7: Search condition 3 AND Search condition 6 is equivalent to being specified as a search condition.

【0038】尚、上記の本発明の一実施例の説明では、
データ取得部でデータベースからデータを取得する際
に、データ検索処理を同時に実行する場合を例として説
明したが、データベースを検索する部分をデータ取得部
と分離して配置する方法も可能である。
In the above description of one embodiment of the present invention,
The case where the data retrieval processing is executed simultaneously when the data acquisition unit acquires data from the database has been described as an example. However, a method in which the database retrieval part is separated from the data acquisition unit may be used.

【0039】さらに、GUI210の構成は本発明の一
実施例に限定されることはなく、例えば、表示装置とし
て、解像度の低いキャラクタディスプレイ又はグラフイ
ックディスプレイを利用することが可能である。また、
画面上の位置を指定するポインティング装置として、ダ
イヤル、スライダ等の外付け装置、又は、キーボードの
キー操作による画面上のカーソル移動等を利用すること
が可能である。
Further, the configuration of the GUI 210 is not limited to the embodiment of the present invention. For example, a character display or a graphic display having a low resolution can be used as a display device. Also,
As a pointing device for designating a position on the screen, an external device such as a dial or a slider, a cursor movement on the screen by a key operation of a keyboard, or the like can be used.

【0040】本発明の一実施例では、ポインティング装
置のみを利用して検索条件を指定しているが、キーボー
ドを利用して検索条件式を入力する方法とポインティン
グ装置による入力とを併用することも可能である。例え
ば、上記の検索条件5は、画面上のスライダボックスと
マウス操作とにより指定しているが、スライダボックス
の表示と共に、検索条件式のキーボード入力用ボックス
を表示し、この入力用ボックスがマウスでクリックされ
た場合には、キーボードからの検索条件式入力を受け付
けるようにする。
In one embodiment of the present invention, the search condition is specified by using only the pointing device. However, the method of inputting the search condition expression using the keyboard and the input by the pointing device may be used together. It is possible. For example, the above search condition 5 is specified by a slider box on the screen and a mouse operation. Along with the display of the slider box, a keyboard input box of a search condition expression is displayed. When clicked, the search condition expression input from the keyboard is accepted.

【0041】尚、本発明の一実施例では、属性値の範囲
指定のために、スライダボックスを利用しているが、ス
ライダボックスに限定されることはなく、範囲を指定で
きる方法であれば良く、数値をアップ、又はダウンさせ
るボタンをマウスでクリックする、円形のダイヤルを表
示してそれを回転させて範囲を指定する等の方法に置き
換えることが可能である。
In the embodiment of the present invention, the slider box is used to specify the range of the attribute value. However, the present invention is not limited to the slider box, but may be any method capable of specifying the range. It is possible to substitute a method of clicking a button for increasing or decreasing a numerical value with a mouse, or displaying a circular dial and rotating it to specify a range.

【0042】[0042]

【発明の効果】上述のように、本発明のデータベース検
索装置によれば、ユーザはキーボードを利用した検索条
件式等の検索条件の指定が不要なため、計算機の使用方
法及び条件式記述文法の学習が不要であって、ユーザに
よるコンピューティングを浸透させる上での阻害要因の
除去に寄与する。
As described above, according to the database search apparatus of the present invention, the user does not need to specify search conditions such as search conditions using a keyboard. It does not require learning, and contributes to the elimination of obstacles to the penetration of computing by users.

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

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明の一実施例によるデータベース検索シス
テムの説明図である。
FIG. 2 is an explanatory diagram of a database search system according to one embodiment of the present invention.

【図3】本発明の一実施例による統計結果表示部の説明
図である。
FIG. 3 is an explanatory diagram of a statistical result display unit according to one embodiment of the present invention.

【図4】本発明の一実施例のデータベース検索装置によ
るデータベース検索条件指定の動作フローチャートであ
る。
FIG. 4 is an operation flowchart for specifying a database search condition by the database search device according to one embodiment of the present invention;

【図5】本発明の一実施例による条件指定画面(その
1)である。
FIG. 5 is a condition designation screen (part 1) according to an embodiment of the present invention.

【図6】本発明の一実施例による条件指定画面(その
2)である。
FIG. 6 is a condition designation screen (part 2) according to an embodiment of the present invention.

【図7】本発明の一実施例による条件指定画面(その
3)である。
FIG. 7 is a condition designation screen (part 3) according to an embodiment of the present invention.

【図8】本発明の一実施例による条件指定画面(その
4)である。
FIG. 8 is a condition designation screen (part 4) according to one embodiment of the present invention.

【図9】本発明の一実施例による条件指定画面(その
5)である。
FIG. 9 is a condition designation screen (part 5) according to one embodiment of the present invention.

【図10】従来技術によるシステム構成図である。FIG. 10 is a system configuration diagram according to the related art.

【図11】従来技術によるシステムを説明するための図
である。
FIG. 11 is a diagram for explaining a system according to the related art.

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

110 入力手段 120 データ取得手段 130 取得データ判別手段 140 統計量計算手段 150 表示手段 152 統計量表示手段 154 属性値一覧表示手段 200 データベース 210 グラフィカルユーザインタフェース(GUI) 212 ビットマップディスプレイ 214 マウス 220 データベース検索装置 230、320 データ取得部 240 取得データ判別部 250 統計量計算部 260 表示部 262 統計結果表示部 264 属性値一覧表示部 266 属性一覧表示部 282 タイトル 284 図形化統計量 286 属性値目盛り 288 属性値範囲指定領域(スライダボックス) 310 データベース検索システム 380 キーボード 390 表示部 400 データベース属性一覧表示 410 データベース属性値選択プルダウンメニュー 420 属性値統計量表示 430 属性値範囲指定スライダボックス Reference Signs List 110 input means 120 data acquisition means 130 acquired data determination means 140 statistics calculation means 150 display means 152 statistics display means 154 attribute value list display means 200 database 210 graphical user interface (GUI) 212 bitmap display 214 mouse 220 database search device 230, 320 Data acquisition unit 240 Acquisition data discrimination unit 250 Statistics calculation unit 260 Display unit 262 Statistics result display unit 264 Attribute value list display unit 266 Attribute list display unit 282 Title 284 Graphical statistics 286 Attribute value scale 288 Attribute value range Designated area (slider box) 310 Database search system 380 Keyboard 390 Display section 400 Database attribute list display 410 Database attribute value selection pull-down Menu 420 Attribute value statistics display 430 Attribute value range specification slider box

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平4−216169(JP,A) 特開 平1−72231(JP,A) 特開 平4−125774(JP,A) 特開 平5−289920(JP,A) 特開 平5−181908(JP,A) 特開 平7−6179(JP,A) 特開 平6−348762(JP,A) 特開 平6−68151(JP,A) 特開 昭64−1030(JP,A) 堀尾祥久、津田和幸、平川正人ほか, アイコニックブラウザの開発,情報処理 学会研究報告89−DBS−70,日本,社 団法人情報処理学会,1989年3月14日, Vol.89,No.23,pp.1−8 (58)調査した分野(Int.Cl.7,DB名) G06F 17/30 ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-4-216169 (JP, A) JP-A-1-72231 (JP, A) JP-A-4-125774 (JP, A) JP-A-5-215 289920 (JP, A) JP-A-5-181908 (JP, A) JP-A-7-6179 (JP, A) JP-A-6-348762 (JP, A) JP-A-6-68151 (JP, A) JP-A 64-1030 (JP, A) Yoshihisa Horio, Kazuyuki Tsuda, Masato Hirakawa et al., Development of Iconic Browser, IPSJ Research Report 89-DBS-70, Japan, Information Processing Society of Japan, March 1989 March 14, Vol. 89, No. 23, pp. 1-8 (58) Field surveyed (Int. Cl. 7 , DB name) G06F 17/30

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ユーザからの情報要求の入力に応じてデ
ータベースから必要な情報を検索して出力するデータベ
ース検索装置において、 ポインティング機能を有する装置を用いて該ユーザから
の該情報要求が入力される入力手段(110)と、 該入力手段(110)より入力された該データベースの
検索条件に基づいて、該データベースから該ユーザが所
望するデータを取得するデータ取得手段(120)と、 該データ取得手段(120)により取得された該データ
をその属性に応じて数値データ型の属性と、その他のデ
ータ型の属性とに分類する取得データ判別手段(13
0)と、 該取得データ判別手段(130)において数値データ型
と判別された場合に前記数値データ型の属性に含まれる
属性値の統計量を計算する統計量計算手段(140)
と、 前記統計量計算手段(140)により計算された該統計
量を図形化処理し、該図形化処理された統計量を表示す
る統計量表示手段(152)及び前記その他の型の属性
に含まれる属性値の一覧を表示する属性値一覧表示手段
(154)を含み前記データベースの属性の一覧を表示
する表示手段(150)とを有し、 前記表示手段(150)により表示された情報から該ユ
ーザの所望の検索条件を前記入力手段(110)によっ
て該ユーザに指定させることを特徴とするデータベース
検索装置。
1. A database search device for searching and outputting necessary information from a database in response to an input of an information request from a user, wherein the information request from the user is input using a device having a pointing function. Input means (110); data acquisition means (120) for acquiring data desired by the user from the database based on search conditions of the database input from the input means (110); Acquisition data discrimination means (13) for classifying the data acquired by (120) into an attribute of a numerical data type and an attribute of another data type according to the attribute.
0), and a statistic calculation means (140) for calculating a statistic of an attribute value included in the attribute of the numerical data type when the acquired data determination means (130) determines that the attribute is a numerical data type.
The statistic calculated by the statistic calculation means (140) is subjected to graphic processing, and the statistic display means (152) for displaying the statistic processed by the graphic processing is included in the attributes of the other types. Display means (150) including an attribute value list display means (154) for displaying a list of attribute values to be displayed, and a display means (150) for displaying a list of attribute values of the database. A database search apparatus characterized by allowing a user to specify a search condition desired by the user by the input means (110).
【請求項2】 前記統計量計算手段(140)が前記数
値型の属性に含まれる属性値の出現頻度の度数分布を計
算し、前記統計量表示手段(152)が前記統計量計算
手段(140)により計算された該度数分布を図形化処
理して度数分布図として表示し、前記統計量表示手段
(152)により表示された該度数分布図の前記属性値
の範囲から前記検索条件として利用される値の範囲が前
記入力手段(110)によって選択されることを特徴と
する請求項1記載のデータベース検索装置。
2. The statistic calculation means (140) calculates a frequency distribution of appearance frequencies of attribute values included in the numerical type attribute, and the statistic display means (152) calculates the statistic calculation means (140). ) Is calculated and displayed as a frequency distribution chart, and is used as the search condition from the attribute value range of the frequency distribution chart displayed by the statistics display means (152). 2. A database search apparatus according to claim 1, wherein a range of values to be selected is selected by said input means.
JP27266993A 1993-10-29 1993-10-29 Database search device Expired - Fee Related JP3339937B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27266993A JP3339937B2 (en) 1993-10-29 1993-10-29 Database search device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27266993A JP3339937B2 (en) 1993-10-29 1993-10-29 Database search device

Publications (2)

Publication Number Publication Date
JPH07129597A JPH07129597A (en) 1995-05-19
JP3339937B2 true JP3339937B2 (en) 2002-10-28

Family

ID=17517144

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27266993A Expired - Fee Related JP3339937B2 (en) 1993-10-29 1993-10-29 Database search device

Country Status (1)

Country Link
JP (1) JP3339937B2 (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5784057A (en) * 1996-08-14 1998-07-21 International Business Machines Corporation Dynamically modifying a graphical user interface window title
US5818444A (en) * 1996-08-14 1998-10-06 International Business Machines Corporation Method, apparatus and application for object selective but global attribute modification
US6104395A (en) * 1996-08-14 2000-08-15 International Business Machines Corporation Graphical interface method, apparatus and application for opening window of all designated container objects
US5867157A (en) * 1996-08-14 1999-02-02 International Business Machines Corporation Graphical interface method, apparatus and application for creating and modifying a list of values with multiple components
US6195096B1 (en) 1996-08-14 2001-02-27 International Business Machines Corporation Graphical interface method, apparatus and application for creating and modifying a multiple-value text list
US5781193A (en) * 1996-08-14 1998-07-14 International Business Machines Corporation Graphical interface method, apparatus and application for creating multiple value list from superset list
US5774120A (en) * 1996-08-14 1998-06-30 International Business Machines Corporation Refresh and select-all actions in graphical user interface
US5872568A (en) * 1996-08-14 1999-02-16 International Business Machines Corporation Application and method for creating a list from pre-defined and user values
US5774119A (en) * 1996-08-14 1998-06-30 International Business Machines Corporation Graphical interface method, apparatus and application for selection of target object
JP2001265784A (en) * 2000-03-17 2001-09-28 Mitsubishi Electric Corp Database search device
JP2002055997A (en) 2000-08-08 2002-02-20 Tsubasa System Co Ltd Device and method for retrieving used-car information
JP4756345B2 (en) * 2006-02-28 2011-08-24 日本電気株式会社 Information processing apparatus, information search system, information search method, and program
JP5299963B2 (en) * 2009-02-06 2013-09-25 株式会社日立製作所 Analysis system and information analysis method
JP5892818B2 (en) * 2012-03-15 2016-03-23 株式会社東芝 Portable electronic device and control program for portable electronic device
CN116864039A (en) * 2023-06-25 2023-10-10 浙江大学医学院附属儿童医院 Cyclopeptide data management platform and design method thereof

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS641030A (en) * 1987-06-24 1989-01-05 Canon Inc File retrieval system
JPS6472231A (en) * 1987-09-11 1989-03-17 Matsushita Electric Industrial Co Ltd Information retrieving device
JPH07120358B2 (en) * 1990-09-17 1995-12-20 富士通株式会社 Method and apparatus for displaying compound data
CA2055056C (en) * 1990-12-10 1996-05-14 Shih-Gong Li Graphic definition of range in the selection of data from a database field
JPH04216169A (en) * 1990-12-17 1992-08-06 Hitachi Ltd Method and device for retrieving article information
JPH05289920A (en) * 1992-04-15 1993-11-05 Hitachi Ltd Database search method and system
JP3223645B2 (en) * 1992-06-15 2001-10-29 富士ゼロックス株式会社 Database access method and apparatus
US5608899A (en) * 1993-06-04 1997-03-04 International Business Machines Corporation Method and apparatus for searching a database by interactively modifying a database query
US5911138A (en) * 1993-06-04 1999-06-08 International Business Machines Corporation Database search facility having improved user interface

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
堀尾祥久、津田和幸、平川正人ほか,アイコニックブラウザの開発,情報処理学会研究報告89−DBS−70,日本,社団法人情報処理学会,1989年3月14日,Vol.89,No.23,pp.1−8

Also Published As

Publication number Publication date
JPH07129597A (en) 1995-05-19

Similar Documents

Publication Publication Date Title
US7281220B1 (en) Streaming video programming guide system selecting video files from multiple web sites and automatically generating selectable thumbnail frames and selectable keyword icons
JP3339937B2 (en) Database search device
US5790121A (en) Clustering user interface
US7113941B2 (en) Database access mechanisms for a computer user interface
US5909678A (en) Computer systems, method and program for constructing statements by dragging and dropping iconic representations of subcomponent statements onto a phrase template
JP4769889B2 (en) PROGRAM SELECTION DEVICE AND PROGRAM SELECTION DEVICE CONTROL METHOD
JP3586549B2 (en) Image search method and apparatus
JP2008108280A (en) Web browser allowing navigation between hypertext objects using remote controller
US6160556A (en) Method of selecting an object and system thereof
JPH1165803A (en) Information visualization system
US20040088291A1 (en) Retrieval condition setting method and retrieval condition setting apparatus
US8150878B1 (en) Device method and computer program product for sharing web feeds
KR20080050427A (en) How to Explore Structured Data
US20020047858A1 (en) Graphical user interfaces
WO2002027508A9 (en) Method and software for graphical representation of qualitative search results
JP5805134B2 (en) Terminal device and device program
CN107577388B (en) Input interface control method and device
JP2002041571A (en) Information retrieving device
JP3528541B2 (en) Search logic input device
JP2001022778A (en) Device and method for retrieval
JP2000322427A (en) Information retrieval device and recording medium
JP2002278983A (en) Abstract extraction program, document analysis support program, abstract extraction method, document analysis support method, document analysis support system
JP2000207422A (en) Document search and rating system and method using concept thesaurus
JP2004139175A (en) Information browsing apparatus, information browsing method, information browsing program, and computer-readable recording medium storing the program
JPH1139327A (en) Automatic link information restoration method and apparatus

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20020730

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

Free format text: PAYMENT UNTIL: 20080816

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20090816

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20090816

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20100816

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees