JPH064580A - Data base processor - Google Patents
Data base processorInfo
- Publication number
- JPH064580A JPH064580A JP4163098A JP16309892A JPH064580A JP H064580 A JPH064580 A JP H064580A JP 4163098 A JP4163098 A JP 4163098A JP 16309892 A JP16309892 A JP 16309892A JP H064580 A JPH064580 A JP H064580A
- Authority
- JP
- Japan
- Prior art keywords
- item
- attribute
- keyword
- item attribute
- key word
- 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
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、コンピュータシステム
によるデータベース管理の設計処理に好適な、データベ
ース処理装置に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a database processing apparatus suitable for design processing of database management by a computer system.
【0002】[0002]
【従来の技術】従来、コンピュータシステムによりデー
タベースの設計をする際、新規に項目を追加する場合に
は、まず項目名を入力し、その後に項目の属性を指定す
ることになる。例えば、項目名として「氏名」を入力
し、その属性として“文字列”を指定する。あるいは項
目名として「電話番号」を入力し、その属性として“文
字列”の”日付表示”を指定する。さらに、項目名とし
て「年齢」を入力し、その属性として“数値”の”整
数”を指定するなどである。2. Description of the Related Art Conventionally, when a database is designed by a computer system, when a new item is added, the item name is first input and then the attribute of the item is designated. For example, "name" is input as the item name and "character string" is specified as the attribute. Alternatively, "telephone number" is input as the item name and "date display" of "character string" is specified as the attribute. Further, "age" is input as the item name, and "integer" of "numerical value" is specified as the attribute.
【0003】このようにデータベースの設計をする場
合、項目の属性は必ず指定されなければならないため、
従来からよく用いられる方法としては、新規に項目を追
加した時点でデフォルトの属性が指定されるようにして
おき、必要ならばそれを変更することが行われている。When designing a database in this way, the attributes of items must be specified, so
As a conventional method, a default attribute is specified when a new item is added, and the default attribute is changed if necessary.
【0004】[0004]
【発明が解決しようとする課題】しかし、項目の属性は
データの内部状態を指定するものであり、データベース
の素人が属性を設定するのは困難な作業である。例え
ば、項目名が「金額」であれば常識的にこの項目の属性
は「数値」であることはわかるし、この項目に対して設
計を行おうとすれば逆に「数値」でなければならないこ
とになるが、デフォルトの属性として一律に「文字列」
が設定されている場合には、わざわざこの属性を「数
値」に変更しなければならない。However, the attribute of the item specifies the internal state of the data, and it is a difficult task for a layman in the database to set the attribute. For example, if the item name is "amount", it is common sense that the attribute of this item is "numerical value", and when designing for this item, it must be "numerical value". However, the default attribute is uniformly "character string".
If is set, this attribute must be changed to "numerical value".
【0005】このように、属性を変更する作業はデータ
ベースの素人には感覚的にわかりにくいものであるし、
素人でなくても面倒な作業であった。As described above, the task of changing the attributes is difficult for a layman of the database to perceive.
It was a laborious task even if you were not an amateur.
【0006】よって本発明の目的は上述の点に鑑み、属
性を設定するための手間を簡略化したデータベース処理
装置を提供することにある。Therefore, in view of the above points, an object of the present invention is to provide a database processing device in which the effort for setting attributes is simplified.
【0007】[0007]
【課題を解決するための手段】かかる目的を達成するた
めに、本発明は項目名の文字列内容を解析する手段と、
前記解析により、予め登録されたキーワードを含んでい
る場合には当該キーワードに対応した項目属性を設定
し、いずれのキーワードも含んでいない場合にはデフォ
ルトの属性を設定する手段とを具備したものである。In order to achieve such an object, the present invention comprises means for analyzing the character string contents of item names,
According to the analysis described above, when a keyword registered in advance is included, an item attribute corresponding to the keyword is set, and when none of the keywords is included, a default attribute is set. is there.
【0008】さらに加えて、前記キーワードだけでは決
定できない項目属性については、問い合わせ要求を行う
手段を具備することも可能である。In addition, it is possible to provide a means for making an inquiry request for an item attribute that cannot be determined only by the keyword.
【0009】[0009]
【作用】本発明の上記構成によれば、項目名の文字列内
容を解析し予め登録されたキーワードを含んでいればそ
のキーワードに対応した項目属性を自動的に設定し、項
目名がキーワードを含んでいなければデフォルトの属性
をそのまま設定する。According to the above configuration of the present invention, the content of the character string of the item name is analyzed, and if the keyword registered in advance is included, the item attribute corresponding to the keyword is automatically set, and the item name indicates the keyword. If not included, set the default attributes as they are.
【0010】さらに、キーワードだけでは決定できない
内容があるような項目属性(式の設定など)であれば操
作者に問い合わせを行い、属性内容を完全なものにして
から設定する。例えば、項目名の文字列の終わりに
「計」というキーワードが付いていたときには複数項目
の値の合計を示す属性式を設定するとした場合、合計す
べき複数の項目を操作者に問い合わせて指定させ、その
内容をもとに属性式を設定する。Further, if there is an item attribute (such as setting of a formula) that cannot be determined only by the keyword, the operator is inquired to complete the attribute content before setting. For example, when the keyword "total" is added to the end of the character string of the item name, if you set an attribute expression that indicates the sum of the values of multiple items, ask the operator to specify multiple items to be summed. , Set the attribute expression based on its contents.
【0011】[0011]
【実施例】本発明の第1の実施例では、データ入力装置
と、データ格納装置と、制御装置とを有し、データ格納
装置内に項目名の格納領域と、キーワードと項目属性の
対応テーブルの格納領域と、各項目の項目属性の格納領
域とを有し、制御装置内に項目名取り込み手段と、キー
ワードと項目属性の対応テーブル読み込み手段と、項目
属性の格納手段と、項目名解析手段と、項目属性設定手
段とを有するシステムによるデータベースの設計処理に
おいて、項目名の文字列内容に応じて自動的にその項目
属性を設定するものである。In the first embodiment of the present invention, a data input device, a data storage device, and a control device are provided, and a storage area for item names, a correspondence table for keywords and item attributes is provided in the data storage device. And an item attribute storage area for each item, and an item name fetching means, a keyword-item attribute correspondence table reading means, an item attribute storing means, and an item name analyzing means. In the database design process by the system having the item attribute setting means, the item attribute is automatically set according to the content of the character string of the item name.
【0012】また本発明の第2の実施例では、データ入
力装置と、データ表示装置と、データ格納装置と、制御
装置とを有し、データ格納装置内に項目名の格納領域
と、キーワードと項目属性式の対応テーブルの格納領域
と、各項目の項目属性式の格納領域と項目属性式詳細情
報に対する問い合わせメッセージの格納領域とを有し、
制御装置内に項目名取り込み手段と、キーワードと項目
属性式の対応テーブル読み込み手段と、項目属性式の格
納手段と、項目名解析手段と、項目属性式の詳細情報の
問い合わせ手段と、入力情報解析手段と、項目属性式設
定手段とを有するシステムによるデータベースの設計処
理において、項目名の文字列内容に応じて自動的にその
項目属性式を設定し、属性式に対してさらに詳細情報が
必要な場合は、操作者に問いあわせることで補充して完
全な項目属性式を設定するものである。The second embodiment of the present invention has a data input device, a data display device, a data storage device, and a control device, and has a storage area for item names and a keyword in the data storage device. It has a storage area of a correspondence table of item attribute expressions, a storage area of item attribute expressions of each item, and a storage area of inquiry messages for detailed information of item attribute expressions,
In the control device, an item name fetching means, a keyword / item attribute expression correspondence table reading means, an item attribute expression storing means, an item name analyzing means, an item attribute expression detailed information inquiring means, and an input information analysis Means and an item attribute expression setting means, in the design process of the database by the system, the item attribute expression is automatically set according to the character string content of the item name, and further detailed information is required for the attribute expression. In this case, a complete item attribute expression is set by supplementing by inquiring to the operator.
【0013】以下、図面を参照して本発明の2つの実施
例を詳細に説明する。Two embodiments of the present invention will be described in detail below with reference to the drawings.
【0014】実施例1 図1は、本発明の第1の実施例を示すブロック構成図で
ある。本図において、1は制御装置、2はデータ格納装
置である。 First Embodiment FIG. 1 is a block diagram showing the first embodiment of the present invention. In the figure, 1 is a control device and 2 is a data storage device.
【0015】この制御装置1において、11は項目名取
り込み手段、12はキーワードと項目属性の対応テーブ
ル読み込み手段、13は項目属性の格納手段、14は項
目名解析手段、15は項目属性設定手段である。In this control device 1, 11 is an item name fetching means, 12 is a keyword / item attribute correspondence table reading means, 13 is an item attribute storing means, 14 is an item name analyzing means, and 15 is an item attribute setting means. is there.
【0016】また、データ格納装置2において、21は
項目名の格納領域、22はキーワードと項目属性の対応
テーブルの格納領域、23は各項目の項目属性の格納領
域である。Further, in the data storage device 2, 21 is an item name storage area, 22 is a storage area of a keyword-item attribute correspondence table, and 23 is an item attribute storage area of each item.
【0017】図2は、本実施例において、1つの項目名
に対する属性を設定するための処理手順を示したフロー
チャートである。FIG. 2 is a flowchart showing a processing procedure for setting an attribute for one item name in this embodiment.
【0018】図2に示したフローチャートを参照して本
実施例の動作を説明する。The operation of this embodiment will be described with reference to the flow chart shown in FIG.
【0019】まず、項目名取り込み手段11により項目
名の格納領域21から項目名を読み込み、項目名解析手
段14に渡す(ステップS21)。First, the item name fetching means 11 reads the item name from the item name storage area 21 and passes it to the item name analyzing means 14 (step S21).
【0020】次に、キーワードと項目属性の対応テーブ
ル読み込み手段12によりキーワードと項目属性の対応
テーブルの格納領域22から最初のキーワードを読み込
み、項目名解析手段14に渡す(ステップS22)。Next, the keyword / item attribute correspondence table reading means 12 reads the first keyword from the storage area 22 of the keyword / item attribute correspondence table and passes it to the item name analyzing means 14 (step S22).
【0021】項目名解析手段14は、項目名がこのキー
ワードを含むか否かを解析し(ステップS23)、含ま
なければ次のキーワードに対して解析を行う(ステップ
S25)。The item name analysis means 14 analyzes whether or not the item name includes this keyword (step S23), and if not, analyzes the next keyword (step S25).
【0022】項目名がキーワードを含んでいれば(ステ
ップS23:Yes)、その時点で解析を終了する。す
なわち、項目属性設定手段15はキーワードに対応する
項目属性をキーワードと項目属性の対応テーブル12か
ら読み込み、これを項目属性の格納手段13を介して各
項目の項目属性の格納領域23に格納する(ステップS
27)。If the item name includes a keyword (step S23: Yes), the analysis ends at that point. That is, the item attribute setting means 15 reads the item attribute corresponding to the keyword from the keyword / item attribute correspondence table 12, and stores it in the item attribute storage area 23 of each item via the item attribute storage means 13 ( Step S
27).
【0023】解析において含むキーワードがなかったと
きは、同じくテーブル12を介してデフォルトの項目属
性を読み込み、項目属性の格納手段13を通して格納す
る(ステップS25→S26→S27)。When there is no keyword to be included in the analysis, the default item attribute is also read through the table 12 and stored through the item attribute storage means 13 (steps S25 → S26 → S27).
【0024】ここで、例えば図3に示す項目名に対し
て、それぞれ図4のキーワード項目属性対応テーブルを
用いてこの実施例を実行すると、図5に示す項目属性と
なる。Here, for example, when the embodiment is executed for the item names shown in FIG. 3 by using the keyword item attribute correspondence table of FIG. 4, the item attributes shown in FIG. 5 are obtained.
【0025】図4のテーブルにおいて、項目属性の記述
は「基本属性(文字または数値)/特殊属性)」の形式
であり、デフォルトの項目属性は常にテーブルの最後に
あるものとする。In the table of FIG. 4, the description of the item attribute is in the form of "basic attribute (character or numerical value) / special attribute)", and the default item attribute is always at the end of the table.
【0026】実施例2 図6は、本発明の第2の実施例を示すブロック図であ
る。本図において、100は制御装置、200はデータ
格納装置、300は入力装置、400は表示装置であ
る。 Embodiment 2 FIG. 6 is a block diagram showing a second embodiment of the present invention. In the figure, 100 is a control device, 200 is a data storage device, 300 is an input device, and 400 is a display device.
【0027】制御装置100内の111は項目名取り込
み手段、112はキーワードと項目属性式の対応テーブ
ル読み込み手段、113は項目属性式の格納手段、11
4は項目名解析手段、115は項目属性式設定手段、1
16は項目属性式の詳細情報の問い合わせ手段、117
は問い合わせメッセージの読み取り手段、118は入力
情報解析手段である。In the control device 100, 111 is an item name fetching means, 112 is a keyword / item attribute expression correspondence table reading means, 113 is an item attribute expression storing means, 11
4 is an item name analysis means, 115 is an item attribute expression setting means, 1
Reference numeral 16 is a means for inquiring detailed information of the item attribute expression, 117
Is an inquiry message reading means, and 118 is an input information analyzing means.
【0028】データ格納装置200内の221は項目名
の格納領域、222はキーワードと項目属性式の対応テ
ーブルの格納領域、223は各項目の項目属性式の格納
領域、224は項目属性式詳細情報に対する問い合わせ
メッセージの格納領域である。Reference numeral 221 in the data storage device 200 indicates an item name storage area, 222 indicates a keyword / item attribute expression correspondence table storage area, 223 indicates an item attribute expression storage area of each item, and 224 indicates item attribute expression detailed information. Is an area for storing an inquiry message for.
【0029】図7は、本実施例を用いて、1つの項目名
に対する属性式を設定する際の処理手順を示したフロー
チャートである。FIG. 7 is a flow chart showing a processing procedure when setting an attribute expression for one item name using this embodiment.
【0030】次に、図7のフローに従って本実施例の処
理手順を説明する。Next, the processing procedure of this embodiment will be described according to the flow of FIG.
【0031】まず、項目名取り込み手段111が項目名
の格納領域221から項目名を読み込み、項目名解析手
段114に渡す(ステップS71)。First, the item name fetching means 111 reads the item name from the item name storage area 221, and passes it to the item name analyzing means 114 (step S71).
【0032】次に、キーワードと項目属性式の対応テー
ブル読み込み手段112がキーワードと項目属性式の対
応テーブルの格納領域222から最初のキーワードを読
み込み項目名解析手段114に渡す(ステップS7
2)。項目名解析手段114は、項目名がこのキーワー
ドを含むか否かを解析し(ステップS73)、含まなけ
れば次のキーワードに対して解析を行う。そして、これ
以上キーワードがなければ解析を終了する(ステップS
74:Yes)。なお、解析において含むキーワードが
なかったときは項目属性式なしとして項目属性式の格納
はせず、次の項目の処理へ移る。Next, the keyword / item attribute expression correspondence table reading means 112 transfers the first keyword from the storage area 222 of the keyword / item attribute expression correspondence table to the read item name analysis means 114 (step S7).
2). The item name analysis unit 114 analyzes whether or not the item name includes this keyword (step S73), and if not, analyzes the next keyword. If there are no more keywords, the analysis ends (step S
74: Yes). If there is no keyword included in the analysis, the item attribute expression is not stored and the item attribute expression is not stored, and the process proceeds to the next item.
【0033】項目名がキーワードを含んでいれば、項目
属性式設定手段115において項目属性式を決定するわ
けであるが(ステップS75)、ここで該当する属性式
の内容が不完全の場合、たとえば属性式が複数項目の値
の合計を示す属性式の場合、合計すべき複数の項目を操
作者に問い合わせるべく項目属性式の詳細情報の問い合
わせ手段116が問い合わせメッセージの読み取り手段
117を介して項目属性式詳細情報に対する問い合わせ
メッセージの格納領域224から該当する問い合わせメ
ッセージを読み込み(ステップS77)、このメッセー
ジを表示装置400に表示し(ステップS78)、操作
者が入力装置300を介して詳細情報(この場合、合計
すべき複数項目)を指定してもらい(ステップS7
9)、入力情報解析手段118で入力された情報が項目
属性式の詳細情報かどうかを解析し、属性式の詳細情報
であれば(ステップS80:No)、これを追加して該
当する項目属性式を決定し(ステップS81)、これを
項目属性式の格納手段113を介して各項目の項目属性
式の格納領域223に格納する(ステップS82)。If the item name includes a keyword, the item attribute formula setting means 115 determines the item attribute formula (step S75). However, if the contents of the corresponding attribute formula are incomplete, for example, When the attribute expression is an attribute expression indicating the sum of the values of a plurality of items, the inquiring means 116 for the detailed information of the item attribute expression inquires the operator about a plurality of items to be summed, through the inquiry message reading means 117. The corresponding inquiry message is read from the inquiry message storage area 224 for the formula detailed information (step S77), this message is displayed on the display device 400 (step S78), and the operator inputs the detailed information (in this case, the input device 300). , Multiple items to be totaled) are specified (step S7)
9), it is analyzed whether the information input by the input information analysis means 118 is the detailed information of the item attribute expression, and if it is the detailed information of the attribute expression (step S80: No), this is added and the corresponding item attribute is added. The formula is determined (step S81) and stored in the item attribute formula storage area 223 of each item via the item attribute formula storage means 113 (step S82).
【0034】入力された情報がなくて詳細情報の指定が
キャンセルされた場合(ステップS80:Yes)は、
項目属性式なしとして項目属性式の格納はせず、次の項
目の処理へ移る。If there is no input information and the designation of detailed information is canceled (step S80: Yes),
If there is no item attribute expression, the item attribute expression is not stored and the next item is processed.
【0035】ここで、例えば図8に示す項目名に対し
て、それぞれ図9のキーワード項目属性式対応テーブル
と図10の属性式に対応するメッセージテーブルを用い
て、本実施例を実行すると、図11に示す項目属性式と
なる。Here, for example, for the item names shown in FIG. 8, using the keyword item attribute expression correspondence table of FIG. 9 and the message table corresponding to the attribute expressions of FIG. The item attribute expression shown in FIG.
【0036】図9のテーブルにおいて、キーワードに
「*計」とは項目名の最後の文字が「計」であることを
意味し、項目属性式の「合計(項目1+…+項目n)」
とは、項目1から項目nまでの値の合計を、その項目の
値とすることを意味する。In the table of FIG. 9, "* total" in the keyword means that the last character of the item name is "total", and "total (item 1 + ... + item n)" of the item attribute expression.
Means that the sum of the values of item 1 to item n is the value of that item.
【0037】なお、上述した実施例1および実施例2は
単独で実施するだけでなく、あわせて実施(項目属性,
項目属性式双方の解析を行う)してもよいことは勿論で
ある。It should be noted that the above-described first and second embodiments are not only carried out independently, but also together (item attribute,
Of course, both item attribute expressions may be analyzed).
【0038】[0038]
【発明の効果】以上説明したとおり本発明によれば、項
目名の文字列内容を解析し予め登録されたキーワードを
含んでいればそのキーワードに対応した項目属性を自動
的に設定し、項目名がキーワードを含んでいなければデ
フォルトの属性をそのまま設定し、さらに、キーワード
だけでは決定できない内容があるような項目属性(式の
設定など)であれば操作者に問い合わせを行い、属性内
容を完全なものにしてから設定するという構成としてあ
るので、項目名の内容という誰でも直感的に理解できる
言葉を入力するだけである程度のデータベースの項目属
性の設定が可能となり、データベースの素人でも容易に
属性を設定できるようになる。As described above, according to the present invention, the character string content of an item name is analyzed, and if a keyword registered in advance is included, the item attribute corresponding to the keyword is automatically set, and the item name If does not include a keyword, the default attribute is set as it is. Furthermore, if there is an item attribute (such as a formula setting) that cannot be determined only by the keyword, the operator is inquired to complete the attribute content. Since it is configured after setting it, it is possible to set the item attribute of the database to some extent by simply entering the word that the content of the item name can be intuitively understood, and even an amateur of the database can easily set the attribute. Can be set.
【図1】本発明の第1の実施例を示すブロック図であ
る。FIG. 1 is a block diagram showing a first embodiment of the present invention.
【図2】本発明の第1の実施例の処理の流れを表したフ
ローチャートである。FIG. 2 is a flowchart showing a processing flow of the first exemplary embodiment of the present invention.
【図3】本発明の第1の実施例に用いる項目名テーブル
の例を示す図である。FIG. 3 is a diagram showing an example of an item name table used in the first embodiment of the present invention.
【図4】本発明の第1の実施例に用いるキーワードと項
目属性の対応テーブルの例を示す図である。FIG. 4 is a diagram showing an example of a correspondence table of keywords and item attributes used in the first embodiment of the present invention.
【図5】図3と図4のテーブルの例を用いて、本発明の
第1の実施例により得た項目属性テーブルを示す図であ
る。FIG. 5 is a diagram showing an item attribute table obtained by the first embodiment of the present invention using the example of the tables of FIGS. 3 and 4.
【図6】本発明の第2の実施例を示すブロック図であ
る。FIG. 6 is a block diagram showing a second embodiment of the present invention.
【図7】本発明の第2の実施例の処理の流れを表したフ
ローチャートである。FIG. 7 is a flowchart showing a flow of processing according to the second embodiment of the present invention.
【図8】本発明の第2の実施例に用いる項目名テーブル
の例を示す図である。FIG. 8 is a diagram showing an example of an item name table used in the second embodiment of the present invention.
【図9】本発明の第2の実施例に用いるキーワードと項
目属性の対応テーブルの例を示す図である。FIG. 9 is a diagram showing an example of a correspondence table of keywords and item attributes used in the second embodiment of the present invention.
【図10】本発明の第2の実施例に用いる、項目属性式
に対応する問い合わせメッセージテーブルの例を示す図
である。FIG. 10 is a diagram showing an example of an inquiry message table corresponding to item attribute expressions used in the second embodiment of the present invention.
【図11】図8〜図10を用いて、本発明の第2の実施
例により得た項目属性式テーブルを示す図である。FIG. 11 is a diagram showing an item attribute expression table obtained by the second embodiment of the present invention with reference to FIGS. 8 to 10.
1 制御装置 2 データ格納装置 11 項目名取り込み手段 12 キーワードと項目属性の対応テーブル読み込み手
段 13 項目属性の格納手段 14 項目名解析手段 15 項目属性設定手段 21 項目名の格納領域 22 キーワードと項目属性の対応テーブルの格納領域 23 各項目の項目属性の格納領域 100 制御装置 111 項目名取り込み手段 112 キーワードと項目属性式の対応テーブル読み込
み手段 113 項目属性式の格納手段 114 項目名解析手段 115 項目属性式設定手段 116 項目属性式付加情報の問い合わせ手段 117 問い合わせメッセージの読み取り手段 118 入力情報解析手段 200 データ格納手段 221 項目名の格納領域 222 キーワードと項目属性式の対応テーブルの格納
領域 223 各項目の項目属性式の格納領域 224 項目属性式詳細情報に対する問い合わせメッセ
ージの格納領域 300 入力装置 400 表示装置1 Control Device 2 Data Storage Device 11 Item Name Importing Means 12 Keyword / Item Attribute Correspondence Table Reading Means 13 Item Attribute Storage Means 14 Item Name Analyzing Means 15 Item Attribute Setting Means 21 Item Name Storage Area 22 Keywords and Item Attribute Storage Areas Storage area of correspondence table 23 Storage area of item attribute of each item 100 Control device 111 Item name fetching means 112 Corresponding table reading means of keyword and item attribute expression 113 Item attribute expression storing means 114 Item name analyzing means 115 Item attribute expression setting Means 116 means for inquiring additional information of item attribute expression 117 means for reading inquiry message 118 input information analyzing means 200 data storage means 221 storage area for item name 222 storage area for correspondence table of keyword and item attribute expression 223 item attribute of each item Storage area of inquiry message of Storage 224 attribute type details 300 input device 400 display device
Claims (2)
る場合には当該キーワードに対応した項目属性を設定
し、いずれのキーワードも含んでいない場合にはデフォ
ルトの属性を設定する手段とを具備したことを特徴とす
るデータベース処理装置。1. A means for analyzing a character string content of an item name, and if the analysis includes a keyword registered in advance, an item attribute corresponding to the keyword is set, and any keyword is included. A database processing apparatus, comprising: means for setting a default attribute if not present.
は、問い合わせ要求を行う手段を具備したことを特徴と
するデータベース処理装置。2. The database processing apparatus according to claim 1, further comprising means for making an inquiry request for an item attribute that cannot be determined only by the keyword.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP16309892A JP3337717B2 (en) | 1992-06-22 | 1992-06-22 | Database processing device and database processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP16309892A JP3337717B2 (en) | 1992-06-22 | 1992-06-22 | Database processing device and database processing method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH064580A true JPH064580A (en) | 1994-01-14 |
JP3337717B2 JP3337717B2 (en) | 2002-10-21 |
Family
ID=15767145
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP16309892A Expired - Fee Related JP3337717B2 (en) | 1992-06-22 | 1992-06-22 | Database processing device and database processing method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3337717B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2599268B (en) * | 2019-06-03 | 2023-03-08 | Yazaki Corp | Heat storage material composition, and heat storage system for heating and cooling building |
-
1992
- 1992-06-22 JP JP16309892A patent/JP3337717B2/en not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2599268B (en) * | 2019-06-03 | 2023-03-08 | Yazaki Corp | Heat storage material composition, and heat storage system for heating and cooling building |
Also Published As
Publication number | Publication date |
---|---|
JP3337717B2 (en) | 2002-10-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20020116373A1 (en) | Database management system, and query method and query execution program in the database management system | |
US20040078355A1 (en) | Information management system | |
US20070106767A1 (en) | Database device database search device, and method thereof | |
JP3337717B2 (en) | Database processing device and database processing method | |
JP2001056809A (en) | Document managing system | |
JP2002207768A (en) | Information processing system, its method and recording medium recorded with information processing program operating on computer | |
JP2001005654A (en) | Business rule management device | |
JPH0695861A (en) | Program parts reuse managing device | |
JP2798147B2 (en) | Database input / output method and input / output device | |
JPH0227475A (en) | Data managing device | |
JP2006146385A (en) | Electronic form processing method, system, and program | |
JP2004126838A (en) | Document creation supporting method | |
JPH07129445A (en) | Method for generating logical configuration of data base file | |
JPH07105223A (en) | Data base retrieval device | |
JPH04137035A (en) | Software design structure storage device | |
JP3555542B2 (en) | Group number setting device and group number setting method | |
JPH0683747A (en) | Device for accessing menu information | |
JPH0795300B2 (en) | Name management method in database | |
JPS63307554A (en) | Product control system | |
JPH06203045A (en) | Paten managing system | |
JP2001175682A (en) | Database device, database managing method, and storage medium stored with managing program for database | |
JPH01266624A (en) | Data base retrieving device | |
JPH04190423A (en) | Information control assisting device using function-classified pointer | |
JPH1165831A (en) | Software design support device | |
JP2001075795A (en) | Device and method for managing program and file item and recording medium stored with program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20070809 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080809 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080809 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090809 Year of fee payment: 7 |
|
LAPS | Cancellation because of no payment of annual fees |