JP2019200578A - Database composition management device - Google Patents

Database composition management device Download PDF

Info

Publication number
JP2019200578A
JP2019200578A JP2018094511A JP2018094511A JP2019200578A JP 2019200578 A JP2019200578 A JP 2019200578A JP 2018094511 A JP2018094511 A JP 2018094511A JP 2018094511 A JP2018094511 A JP 2018094511A JP 2019200578 A JP2019200578 A JP 2019200578A
Authority
JP
Japan
Prior art keywords
data item
item name
elements
configuration management
database configuration
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
JP2018094511A
Other languages
Japanese (ja)
Other versions
JP6991100B2 (en
Inventor
裕二 副島
Yuji Soejima
裕二 副島
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2018094511A priority Critical patent/JP6991100B2/en
Publication of JP2019200578A publication Critical patent/JP2019200578A/en
Application granted granted Critical
Publication of JP6991100B2 publication Critical patent/JP6991100B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

To embody a database composition management device capable of efficiently managing data item names composed of a plurality of hierarchized elements.SOLUTION: A database composition management device 1 comprises: a storage section 11 which stores, in a tree structure, a plurality of hierarchized elements composing data item names which are names of data items to be registered in a database; and a data item compiling section 12 which, when it receives a new data item name which is a data item name to be added, based on a compared result between each of a plurality of elements composing the new data item name and each of the plurality of elements stored in the storage section 11, identifies a registering location in the tree structure to which the elements composing the new data item name are to be registered.SELECTED DRAWING: Figure 1

Description

本発明は、データベースに登録するためのデータ項目名を管理するデータベース構成管理装置に関する。   The present invention relates to a database configuration management apparatus that manages data item names for registration in a database.

従来のデータベース構成管理システムでは、データベースに登録されるデータ項目名は、リスト形式で並べて管理されており、通常、同じ階層に登録順に格納されていた。しかしながらこの管理方法では、データ項目名が階層化された複数の要素から構成されている場合、データ項目名同士の関係が分かり難い。階層化された複数の要素から構成されるデータ項目名の一例としては、「修飾語」、「主要語」、「分類語」から構成されるデータ項目名が挙げられ、例えば、日別−売上−数量、月間−売上−数量といったデータ項目名が使用される。   In the conventional database configuration management system, the data item names registered in the database are managed side by side in a list format, and are usually stored in the same hierarchy in the registration order. However, in this management method, when the data item name is composed of a plurality of elements that are hierarchized, it is difficult to understand the relationship between the data item names. An example of a data item name made up of a plurality of hierarchized elements is a data item name made up of “qualifiers”, “main words”, and “classification words”. -Data item names such as-quantity, monthly-sales-quantity are used.

階層化されたデータを管理する方法としては、特許文献1に記載されたファイル管理方法がある。特許文献1に記載された技術では、ファイルに階層性のある属性を付与し、階層性を表したツリーに沿ってファイルを探索する。   As a method for managing hierarchized data, there is a file management method described in Patent Document 1. In the technique described in Patent Document 1, an attribute having a hierarchy is given to a file, and the file is searched along a tree representing the hierarchy.

特開2005−216129号公報JP 2005-216129 A

データ項目名の管理について、特許文献1に記載の技術を適用することで、データ項目名同士の関係を分かりやすくすることができると考えられる。しかしながら、人手によってデータ項目名を登録する場合には、同一のデータ項目名、または、一部が一致するデータ項目名が既に登録されているか否かをひとつひとつ判別しなければならず、手間がかかってしまうという問題があった。   Regarding the management of data item names, it is considered that the relationship between data item names can be easily understood by applying the technique described in Patent Document 1. However, when manually registering data item names, it must be determined one by one whether the same data item name, or a data item name that partially matches, has already been registered. There was a problem that.

本発明は、上記に鑑みてなされたものであって、階層化された複数の要素から構成されるデータ項目名を効率的に管理することが可能なデータベース構成管理装置を得ることを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to obtain a database configuration management apparatus capable of efficiently managing data item names composed of a plurality of hierarchical elements. .

上述した課題を解決し、目的を達成するために、本発明に係るデータベース構成管理装置は、データベースに登録されるデータ項目の名称であるデータ項目名を構成する階層化された複数の要素をツリー構造で記憶する記憶部と、追加するデータ項目名である新規データ項目名を受け付けると、新規データ項目名を構成する複数の要素のそれぞれと、記憶部に記憶された複数の要素のそれぞれとの比較結果に基づいて、ツリー構造の中で、新規データ項目名を構成する要素を登録する登録箇所を特定するデータ項目編集部と、を備えることを特徴とする。   In order to solve the above-described problems and achieve the object, the database configuration management apparatus according to the present invention provides a tree of a plurality of hierarchical elements constituting data item names that are names of data items registered in the database. When a storage unit stored in the structure and a new data item name that is a data item name to be added are received, each of a plurality of elements constituting the new data item name and each of a plurality of elements stored in the storage unit And a data item editing unit for specifying a registration location for registering an element constituting the new data item name in the tree structure based on the comparison result.

本発明によれば、階層化された複数の要素から構成されるデータ項目名を効率的に管理することが可能になるという効果を奏する。   According to the present invention, there is an effect that it is possible to efficiently manage data item names composed of a plurality of hierarchized elements.

本発明の実施の形態1にかかるデータベース構成管理装置の構成を示す図The figure which shows the structure of the database configuration management apparatus concerning Embodiment 1 of this invention. 図1に示すデータベース構成管理装置が表示するメニュー画面を示す図The figure which shows the menu screen which the database structure management apparatus shown in FIG. 1 displays 図1に示すデータベース構成管理装置が表示するデータ項目名の一覧照会画面を示す図The figure which shows the list inquiry screen of the data item name which the database configuration management apparatus shown in FIG. 1 displays 本発明の比較例にかかるデータ項目名の一覧照会画面を示す図The figure which shows the list inquiry screen of the data item name concerning the comparative example of this invention 図1に示すデータベース構成管理装置が表示する新規データ項目名の登録画面を示す図The figure which shows the registration screen of the new data item name which the database configuration management apparatus shown in FIG. 1 displays 図1に示すデータ項目編集部が新規データ項目名を登録する動作を示すフローチャートThe flowchart which shows the operation | movement which the data item edit part shown in FIG. 1 registers a new data item name. 図1に示すデータベース構成管理装置のハードウェア構成例を示す図The figure which shows the hardware structural example of the database structure management apparatus shown in FIG.

以下に、本発明の実施の形態に係るデータベース構成管理装置を図面に基づいて詳細に説明する。なお、この実施の形態によりこの発明が限定されるものではない。   Hereinafter, a database configuration management apparatus according to an embodiment of the present invention will be described in detail with reference to the drawings. Note that the present invention is not limited to the embodiments.

実施の形態1.
図1は、本発明の実施の形態1にかかるデータベース構成管理装置1の構成を示す図である。データベース構成管理装置1は、記憶部11と、データ項目編集部12と、表示制御部13とを有する。
Embodiment 1 FIG.
FIG. 1 is a diagram showing a configuration of the database configuration management apparatus 1 according to the first exemplary embodiment of the present invention. The database configuration management apparatus 1 includes a storage unit 11, a data item editing unit 12, and a display control unit 13.

記憶部11は、データベースに登録されるデータ項目の名称であるデータ項目名を構成する階層化された複数の要素をツリー構造で記憶している。例えば、記憶部11は、データ項目名を構成する要素を記憶すると共に、要素間の関係を記憶することで、データ項目名を構成する要素をツリー構造で記憶することができる。   The storage unit 11 stores a plurality of hierarchized elements constituting a data item name, which is the name of a data item registered in the database, in a tree structure. For example, the storage unit 11 can store the elements constituting the data item name and the relationship between the elements, thereby storing the elements constituting the data item name in a tree structure.

データ項目編集部12は、記憶部11に記憶されたデータ項目名の修正および削除と、記憶部11へのデータ項目名の新規登録とを行うことができる。データ項目編集部12は、追加するデータ項目名である新規データ項目名を受け付けると、記憶部11に記憶された複数の要素によって構成されるツリー構造の中で、新規データ項目名を構成する要素を登録する登録箇所を特定する機能を有する。例えば、ユーザが、要素ごとに設けられた入力欄に文字列を入力する場合、データ項目編集部12は、入力欄に基づいて、要素の区切りを判断することができる。ユーザが入力欄にデータ項目名を表す一連の文字列を入力する場合、データ項目編集部12は、予め定められたルールに従って、或いは、機械学習などの技術を用いて、文字列を複数の要素に分割することができる。   The data item editing unit 12 can modify and delete the data item name stored in the storage unit 11 and newly register the data item name in the storage unit 11. When the data item editing unit 12 accepts a new data item name that is a data item name to be added, the element constituting the new data item name in the tree structure composed of a plurality of elements stored in the storage unit 11 Has a function of specifying a registration location for registering the. For example, when the user inputs a character string into an input field provided for each element, the data item editing unit 12 can determine the separation of elements based on the input field. When the user inputs a series of character strings representing data item names in the input field, the data item editing unit 12 converts the character string into a plurality of elements according to a predetermined rule or using a technique such as machine learning. Can be divided into

データ項目編集部12は、新規データ項目名を構成する複数の要素のそれぞれと、記憶部11に記憶された複数の要素のそれぞれとの比較結果に基づいて、登録箇所を特定する。具体的には、データ項目編集部12は、新規データ項目名を構成する複数の要素のそれぞれと、記憶部11に記憶された複数の要素のそれぞれとを、上位の階層から順に比較して、要素同士が一致するか否かに基づいて、登録箇所を特定する。このときデータ項目編集部12は、一致しない要素が出現するまで、上位の階層から順に同一の階層の要素同士を比較し、一致しない要素から下位の要素を新規に登録する要素とする。このとき、データ項目編集部12は、一致しない要素が出現した階層よりも1つ上位の階層から新たな分岐を生成し、当該分岐点を登録箇所と特定する。またデータ項目編集部12は、特定した登録箇所に新規データ項目名を構成する要素を登録する。   The data item editing unit 12 specifies a registration location based on a comparison result between each of the plurality of elements constituting the new data item name and each of the plurality of elements stored in the storage unit 11. Specifically, the data item editing unit 12 compares each of the plurality of elements constituting the new data item name with each of the plurality of elements stored in the storage unit 11 in order from the higher hierarchy, A registration location is specified based on whether or not the elements match. At this time, the data item editing unit 12 compares the elements in the same hierarchy in order from the upper hierarchy until an unmatched element appears, and sets the elements from the non-matching elements as newly registered elements. At this time, the data item editing unit 12 generates a new branch from a hierarchy one level higher than the hierarchy in which the mismatched elements appear, and identifies the branch point as a registered location. In addition, the data item editing unit 12 registers the elements constituting the new data item name at the specified registration location.

表示制御部13は、表示装置を用いて出力する画面への表示内容を制御する。例えば、表示制御部13は、データベース構成管理装置1が有する機能を選択するためのメニュー画面130を表示することができる。図2は、図1に示すデータベース構成管理装置1が表示するメニュー画面130を示す図である。メニュー画面130は、データ項目の登録、修正、削除、照会を行うための操作ボタンを含んでいる。メニュー画面130で「照会」を選択すると、表示制御部13は、データ項目名の一覧照会画面131を表示することができる。   The display control unit 13 controls display contents on the screen to be output using the display device. For example, the display control unit 13 can display a menu screen 130 for selecting a function that the database configuration management apparatus 1 has. FIG. 2 is a diagram showing a menu screen 130 displayed by the database configuration management apparatus 1 shown in FIG. Menu screen 130 includes operation buttons for registering, modifying, deleting, and inquiring data items. When “inquiry” is selected on the menu screen 130, the display control unit 13 can display a list inquiry screen 131 for data item names.

図3は、図1に示すデータベース構成管理装置1が表示するデータ項目名の一覧照会画面131を示す図である。表示制御部13は、一覧照会画面131に、記憶部11に記憶されたデータ項目名を構成する複数の要素をツリー構造で表示する。具体的には、表示制御部13は、各要素と関係する他の要素とを線で結んで、データ項目名を構成する要素間の親子関係を示している。接続されている2つの要素のうち左側に位置する要素が親ノードであり、右側に位置する要素が子ノードである。データ項目名は、階層化された複数の要素から構成される。ここで、データ項目名を構成する要素の階層の数は、予め定められた固定数であり、ここでは、3つの階層の要素から構成されている。ここで示すデータ項目名は、上位の階層から順に「修飾語」、「主要語」、「分類語」の3つの階層の要素から構成される。「主要語」は、そのデータ項目が説明している実体を表す文字列であり、「分類語」は、そのデータ項目が属しているドメインを表す文字列であり、「修飾語」は、「主要語」および「分類語」をより細かく分類する文字列である。なお、データ項目名は、修飾語、主要語および分類語のうち、修飾語が省略されて、2つの要素から構成されてもよい。修飾語、主要語および分類語の3つの要素から構成されるデータ項目名の一例としては、「配電/受付/番号」「契約/容量単位/コード」などが挙げられる。主要語および分類語の2つの要素から構成されるデータ項目名の一例としては、「工事/件数」が挙げられる。   FIG. 3 is a diagram showing a list inquiry screen 131 for data item names displayed by the database configuration management apparatus 1 shown in FIG. The display control unit 13 displays a plurality of elements constituting the data item name stored in the storage unit 11 on the list inquiry screen 131 in a tree structure. Specifically, the display control unit 13 connects the other elements related to each element with a line to indicate a parent-child relationship between the elements constituting the data item name. Of the two connected elements, the element located on the left side is a parent node, and the element located on the right side is a child node. The data item name is composed of a plurality of hierarchical elements. Here, the number of hierarchies of the elements constituting the data item name is a predetermined fixed number, and here, it is composed of elements of three hierarchies. The data item names shown here are composed of elements in three layers of “modifier”, “main word”, and “classification word” in order from the upper layer. The “main word” is a character string representing the entity described by the data item, the “classification word” is a character string representing the domain to which the data item belongs, and the “qualifier” is “ It is a character string for further classifying “main word” and “classification word”. The data item name may be composed of two elements by omitting the modifier from the modifier, the main word, and the classification word. As an example of the data item name composed of three elements of a modifier, a main word, and a classification word, “distribution / acceptance / number”, “contract / capacity unit / code”, and the like can be given. An example of a data item name composed of two elements of a main word and a classification word is “construction / number of cases”.

修飾語Aは、ルートノードであり、主要語Cおよび主要語Dは、修飾語Aを親ノードとする子ノードである。分類語Gおよび分類語Hは、主要語Cを親ノードとする子ノードである。分類語Iは、主要語Dを親ノードとする子ノードである。修飾語Bは、ルートノードであり、主要語Eは、修飾語Bを親ノードとする子ノードであり、分類語Jは、主要語Eを親ノードとする子ノードである。主要語Fは、親ノードを持たないルートノードであり、分類語Kは、主要語Fを親ノードとする子ノードである。本実施の形態では、データ項目名は3つの階層の要素から構成されることが予め定められているため、分類語G,H,I,J,Kはいずれも子ノードを持たない葉ノードとなる。   The modifier A is a root node, and the main word C and the main word D are child nodes having the modifier A as a parent node. The classification word G and the classification word H are child nodes having the main word C as a parent node. The classification word I is a child node having the main word D as a parent node. The modifier B is a root node, the main word E is a child node having the modifier B as a parent node, and the classification word J is a child node having the main word E as a parent node. The main word F is a root node having no parent node, and the classification word K is a child node having the main word F as a parent node. In the present embodiment, since it is predetermined that the data item name is composed of elements of three layers, the classification terms G, H, I, J, and K are all leaf nodes having no child nodes. Become.

図4は、本発明の比較例にかかるデータ項目名の一覧照会画面90を示す図である。ツリー構造を用いてデータ項目名を表示しない場合、一般的には、一覧照会画面90に示されるように、データ項目名は一連の文字列で管理されることが多い。この場合、登録されているデータ項目名が多くなるにつれて、登録しようとしているデータ項目名が既に登録されたものであるか否かを確認することが困難となり、手間がかかっていた。   FIG. 4 is a view showing a list inquiry screen 90 for data item names according to a comparative example of the present invention. When the data item names are not displayed using the tree structure, generally, as shown in the list inquiry screen 90, the data item names are often managed by a series of character strings. In this case, as the number of registered data item names increases, it becomes difficult to confirm whether or not the data item name to be registered is already registered, which takes time and effort.

図5は、図1に示すデータベース構成管理装置1が表示する新規データ項目名の登録画面132を示す図である。図5は、図3に示す一覧照会画面131に表示されたツリー構造を有する複数の要素が記憶部11に記憶されている状態で、新規データ項目名「修飾語B/主要語E/分類語X」を登録する際に表示制御部13が表示する登録画面132である。この場合、記憶部11には、「修飾語B/主要語E」が共通する「修飾語B/主要語E/分類語J」が既に登録されているため、データ項目編集部12は、「分類語X」の登録箇所22を、主要語Eの下位と特定することができる。表示制御部13は、ツリー構造の中の登録箇所22を登録画面132上に表示することができる。   FIG. 5 is a diagram showing a new data item name registration screen 132 displayed by the database configuration management apparatus 1 shown in FIG. 5 shows a state in which a plurality of elements having a tree structure displayed on the list inquiry screen 131 shown in FIG. This is a registration screen 132 displayed by the display control unit 13 when registering “X”. In this case, since “modifier B / main word E / classified word J” having the same “modifier B / main word E” is already registered in the storage unit 11, the data item editing unit 12 The registration location 22 of the “classification word X” can be specified as a subordinate of the main word E. The display control unit 13 can display the registration location 22 in the tree structure on the registration screen 132.

続いて、本実施の形態にかかるデータベース構成管理装置1がデータ項目名の登録を行う動作について説明する。図6は、図1に示すデータ項目編集部12が新規データ項目名を登録する動作を示すフローチャートである。   Next, an operation in which the database configuration management apparatus 1 according to the present embodiment registers a data item name will be described. FIG. 6 is a flowchart showing an operation in which the data item editing unit 12 shown in FIG. 1 registers a new data item name.

データ項目編集部12は、新規データ項目名を構成する複数の要素のうち、最も上位の要素である修飾語が、登録済みの修飾語と一致するか否かを判断する(ステップS101)。新規データ項目名の修飾語が登録済みの修飾語と一致しない場合(ステップS101:No)、データ項目編集部12は、新規データ項目名の修飾語、主要語および分類語を新規登録する(ステップS102)。   The data item editing unit 12 determines whether or not the modifier that is the highest element among the plurality of elements constituting the new data item name matches the registered modifier (step S101). If the modifier of the new data item name does not match the registered modifier (step S101: No), the data item editing unit 12 newly registers the modifier, the main word, and the classification word of the new data item name (step S101). S102).

新規データ項目名の修飾語が登録済みの修飾語と一致する場合(ステップS101:Yes)、データ項目編集部12は、新規データ項目名を構成する複数の要素のうち、修飾語よりも1つ下位の要素である主要語が、登録済みの主要語のうち修飾語が一致したものと一致するか否かを判断する(ステップS103)。新規データ項目名の主要語が登録済みの主要語と一致しない場合(ステップS103:No)、データ項目編集部12は、主要語および分類語を新規登録し、登録済みの修飾語に紐づける(ステップS104)。   When the modifier of the new data item name matches the registered modifier (step S101: Yes), the data item editing unit 12 selects one of the plurality of elements constituting the new data item name from the modifier. It is determined whether or not the main word, which is a lower element, matches the registered main word that matches the modifier (step S103). When the main word of the new data item name does not match the registered main word (step S103: No), the data item editing unit 12 newly registers the main word and the classification word and associates them with the registered modifier ( Step S104).

新規データ項目名の主要語が登録済みの主要語と一致する場合(ステップS103:Yes)、データ項目編集部12は、新規データ項目名を構成する複数の要素のうち、主要語よりも1つ下位の要素である分類語が登録済みの分類語のうち修飾語および主要語が一致したものと一致するか否かを判断する(ステップS105)。新規データ項目名の分類語が登録済みの分類語と一致しない場合(ステップS105:No)、データ項目編集部12は、分類語を新規登録し、登録済みの修飾語および主要語に紐づける(ステップS106)。新規データ項目名の分類語が登録済みの分類語と一致する場合(ステップS105:Yes)、登録済みのデータ項目のため、登録を行わない(ステップS107)。   When the main word of the new data item name matches the registered main word (step S103: Yes), the data item editing unit 12 selects one of the plurality of elements constituting the new data item name from the main word. It is determined whether or not the classification word, which is a lower element, matches the one in which the modifier and the main word match among the registered classification words (step S105). When the classification word of the new data item name does not match the registered classification word (step S105: No), the data item editing unit 12 newly registers the classification word and associates it with the registered modifier and main word ( Step S106). If the classification word of the new data item name matches the registered classification word (step S105: Yes), the registration is not performed because the data item has been registered (step S107).

なお、修飾語が存在せず、主要語および分類語から構成されるデータ項目名の場合、同様に修飾語が存在しないデータ項目名が登録されている場合、修飾語が登録済みの修飾語と一致すると判断される。   In the case of a data item name that does not have a modifier and consists of a main word and a classification word, if a data item name that does not have a modifier is registered in the same way, the modifier is a registered modifier. It is determined that they match.

図7は、図1に示すデータベース構成管理装置1のハードウェア構成例を示す図である。データベース構成管理装置1の有する記憶部11、データ項目編集部12および表示制御部13の機能は、プロセッサ31と、メモリ32と、入力装置33と、表示装置34とを用いて実現することができる。   FIG. 7 is a diagram illustrating a hardware configuration example of the database configuration management apparatus 1 illustrated in FIG. 1. The functions of the storage unit 11, the data item editing unit 12, and the display control unit 13 included in the database configuration management apparatus 1 can be realized using the processor 31, the memory 32, the input device 33, and the display device 34. .

プロセッサ31は、CPU(Central Processing Unit)であり、中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、DSP(Digital Signal Processor)などとも呼ばれる。メモリ32は、例えば、RAM(Random Access Memory)、ROM(Read Only Memory)、フラッシュメモリー、EPROM(Erasable Programmable ROM)、EEPROM(登録商標)(Electrically EPROM)などの不揮発性または揮発性の半導体メモリ、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD(Digital Versatile Disk)などである。   The processor 31 is a CPU (Central Processing Unit) and is also called a central processing unit, a processing unit, an arithmetic unit, a microprocessor, a microcomputer, a DSP (Digital Signal Processor), or the like. The memory 32 is, for example, a nonvolatile or volatile semiconductor memory such as RAM (Random Access Memory), ROM (Read Only Memory), flash memory, EPROM (Erasable Programmable ROM), EEPROM (registered trademark) (Electrically EPROM), Magnetic disks, flexible disks, optical disks, compact disks, mini disks, DVDs (Digital Versatile Disks), and the like.

入力装置33は、キーボード、マウス、タッチセンサなどである。表示装置34は、表示画面を出力する出力装置であり、液晶ディスプレイ、有機EL(Electro Luminescence)ディスプレイなどである。   The input device 33 is a keyboard, a mouse, a touch sensor, or the like. The display device 34 is an output device that outputs a display screen, and is a liquid crystal display, an organic EL (Electro Luminescence) display, or the like.

プロセッサ31は、メモリ32に記憶されたコンピュータプログラムを読み出して実行することにより、データベース構成管理装置1の各機能を実現することができる。メモリ32は、プロセッサ31が実行する各処理における一時メモリとしても使用される。   The processor 31 can implement each function of the database configuration management device 1 by reading and executing the computer program stored in the memory 32. The memory 32 is also used as a temporary memory in each process executed by the processor 31.

以上説明したように、本実施の形態にかかるデータベース構成管理装置1によれば、データベースに登録されるデータ項目の名称であるデータ項目名を構成する複数の要素が、ツリー構造で管理される。そして、データ項目名を追加する場合には、新規データ項目名を構成する複数の要素のそれぞれと、記憶部11に記憶された登録済みの複数の要素のそれぞれとの比較結果に基づいて、ツリー構造の中で、新規データ項目名を構成する要素を登録する登録箇所22が特定される。このような構成により、ユーザは、記憶部11に登録済みのデータ項目名を確認する必要なく、データベース構成管理装置1に新規データ項目名を入力するだけで、ツリー構造の中で新規データ項目名を構成する要素が登録される登録箇所を特定することができる。したがって、階層化された複数の要素から構成されるデータ項目名を効率的に管理することが可能になる。   As described above, according to the database configuration management apparatus 1 according to the present embodiment, a plurality of elements constituting a data item name that is a name of a data item registered in the database are managed in a tree structure. And when adding a data item name, based on the comparison result of each of the some element which comprises new data item name, and each of the some registered element memorize | stored in the memory | storage part 11, tree In the structure, a registration location 22 for registering an element constituting a new data item name is specified. With such a configuration, the user does not need to confirm the data item name registered in the storage unit 11, and simply inputs the new data item name to the database configuration management device 1. It is possible to specify the registration location where the elements constituting the are registered. Therefore, it is possible to efficiently manage data item names composed of a plurality of hierarchical elements.

また本実施の形態にかかるデータベース構成管理装置1は、登録されたデータ項目名を構成する複数の要素をツリー構造で画面上に表示することができる。これにより、現在登録されているデータ項目名同士の関係を視覚的に分かりやすくなる。また、データベース構成管理装置1は、新規データ項目名の登録箇所22を特定すると、ツリー構造の中の登録箇所22を画面上に表示することができる。これにより、現在登録されているデータ項目名と、新規データ項目名との関係が視覚的に分かりやすくなる。   The database configuration management apparatus 1 according to the present embodiment can display a plurality of elements constituting registered data item names on the screen in a tree structure. This makes it easier to visually understand the relationship between currently registered data item names. Further, when the database configuration management apparatus 1 specifies the registration location 22 of the new data item name, the registration location 22 in the tree structure can be displayed on the screen. This makes it easier to visually understand the relationship between the currently registered data item name and the new data item name.

以上の実施の形態に示した構成は、本発明の内容の一例を示すものであり、別の公知の技術と組み合わせることも可能であるし、本発明の要旨を逸脱しない範囲で、構成の一部を省略、変更することも可能である。   The configuration described in the above embodiment shows an example of the contents of the present invention, and can be combined with another known technique, and can be combined with other configurations without departing from the gist of the present invention. It is also possible to omit or change the part.

例えば、上記の実施の形態では、データ項目名は階層化された3つの要素から構成されることとしたが、本実施の形態はかかる例に限定されない。データ項目名は、階層化された2つまたは4つ以上の要素から構成されてもよい。また、上記の実施の形態では、データ項目名を構成する3つの要素は、修飾語、主要語および分類語であることとしたが、本実施の形態はかかる例に限定されない。上記の要素は一例であり、本実施の形態は、階層化された複数の要素から構成されるデータ項目名の管理に広く適用することが可能である。   For example, in the above embodiment, the data item name is composed of three hierarchized elements, but the present embodiment is not limited to such an example. The data item name may be composed of two or four or more elements hierarchized. In the above embodiment, the three elements constituting the data item name are the modifier, the main word, and the classification word. However, the present embodiment is not limited to this example. The above elements are examples, and the present embodiment can be widely applied to management of data item names composed of a plurality of hierarchized elements.

1 データベース構成管理装置、11 記憶部、12 データ項目編集部、13 表示制御部、22 登録箇所、31 プロセッサ、32 メモリ、33 入力装置、34 表示装置、90,131 一覧照会画面、130 メニュー画面、132 登録画面。   DESCRIPTION OF SYMBOLS 1 Database structure management apparatus, 11 Memory | storage part, 12 Data item edit part, 13 Display control part, 22 Registration location, 31 Processor, 32 Memory, 33 Input device, 34 Display apparatus, 90,131 List inquiry screen, 130 Menu screen, 132 Registration screen.

Claims (7)

データベースに登録されるデータ項目の名称であるデータ項目名を構成する階層化された複数の要素をツリー構造で記憶する記憶部と、
追加する前記データ項目名である新規データ項目名を受け付けると、前記新規データ項目名を構成する複数の要素のそれぞれと、前記記憶部に記憶された複数の要素のそれぞれとの比較結果に基づいて、前記ツリー構造の中で、前記新規データ項目名を構成する要素を登録する登録箇所を特定するデータ項目編集部と、
を備えることを特徴とするデータベース構成管理装置。
A storage unit that stores, in a tree structure, a plurality of hierarchized elements constituting a data item name that is a name of a data item registered in the database;
When a new data item name that is the data item name to be added is received, based on a comparison result between each of the plurality of elements constituting the new data item name and each of the plurality of elements stored in the storage unit , In the tree structure, a data item editing unit for specifying a registration location for registering an element constituting the new data item name;
A database configuration management apparatus comprising:
前記データ項目編集部は、前記新規データ項目名を構成する複数の要素のそれぞれと、前記ツリー構造に含まれる複数の要素のそれぞれとを、上位の階層から順に比較して、同じ階層の要素同士が一致するか否かに基づいて、前記登録箇所を特定することを特徴とする請求項1に記載のデータベース構成管理装置。   The data item editing unit compares each of the plurality of elements constituting the new data item name with each of the plurality of elements included in the tree structure in order from the higher hierarchy, and the elements of the same hierarchy The database configuration management apparatus according to claim 1, wherein the registration location is specified based on whether or not the two match. 前記記憶部に記憶された複数の前記要素をツリー構造で画面上に表示する表示制御部、
をさらに備えることを特徴とする請求項1または2に記載のデータベース構成管理装置。
A display control unit for displaying the plurality of elements stored in the storage unit on a screen in a tree structure;
The database configuration management device according to claim 1, further comprising:
前記表示制御部は、前記データ項目編集部が前記登録箇所を特定すると、前記ツリー構造の中の前記登録箇所の位置を前記画面上に表示することを特徴とする請求項3に記載のデータベース構成管理装置。   4. The database configuration according to claim 3, wherein when the data item editing unit specifies the registration location, the display control unit displays the position of the registration location in the tree structure on the screen. Management device. 前記データ項目名を構成する要素の階層の数は、予め定められた固定数であることを特徴とする請求項1から4のいずれか1項に記載のデータベース構成管理装置。   5. The database configuration management apparatus according to claim 1, wherein the number of hierarchies of elements constituting the data item name is a predetermined fixed number. 6. 前記データ項目名を構成する要素は、修飾語、主要語および分類語であることを特徴とする請求項1に記載のデータベース構成管理装置。   2. The database configuration management apparatus according to claim 1, wherein the elements constituting the data item name are a modifier, a main word, and a classification word. 前記データ項目編集部は、特定した前記登録箇所に前記新規データ項目名を構成する要素を追加登録することを特徴とする請求項1に記載のデータベース構成管理装置。   2. The database configuration management apparatus according to claim 1, wherein the data item editing unit additionally registers an element constituting the new data item name at the specified registration location.
JP2018094511A 2018-05-16 2018-05-16 Database configuration management device Active JP6991100B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018094511A JP6991100B2 (en) 2018-05-16 2018-05-16 Database configuration management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018094511A JP6991100B2 (en) 2018-05-16 2018-05-16 Database configuration management device

Publications (2)

Publication Number Publication Date
JP2019200578A true JP2019200578A (en) 2019-11-21
JP6991100B2 JP6991100B2 (en) 2022-01-12

Family

ID=68613151

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018094511A Active JP6991100B2 (en) 2018-05-16 2018-05-16 Database configuration management device

Country Status (1)

Country Link
JP (1) JP6991100B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04215182A (en) * 1990-12-13 1992-08-05 Nippon Telegr & Teleph Corp <Ntt> Data naming and registering device
JP2002297569A (en) * 2001-03-30 2002-10-11 Fujitsu Ltd Conversion apparatus for structured document and conversion apparatus for query
EP1338979A1 (en) * 2002-02-14 2003-08-27 Sun Microsystems, Inc. Method and apparatus for graphically defining and modifying of complex data types in relational databases
JP2015162107A (en) * 2014-02-27 2015-09-07 株式会社エヌ・ティ・ティ・データ Correspondence relation extraction device, correspondence relation extraction method, and correspondence relation extraction program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4215182B2 (en) 1999-09-14 2009-01-28 株式会社日立製作所 Pendulum type running shear machine threading device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04215182A (en) * 1990-12-13 1992-08-05 Nippon Telegr & Teleph Corp <Ntt> Data naming and registering device
JP2002297569A (en) * 2001-03-30 2002-10-11 Fujitsu Ltd Conversion apparatus for structured document and conversion apparatus for query
EP1338979A1 (en) * 2002-02-14 2003-08-27 Sun Microsystems, Inc. Method and apparatus for graphically defining and modifying of complex data types in relational databases
JP2015162107A (en) * 2014-02-27 2015-09-07 株式会社エヌ・ティ・ティ・データ Correspondence relation extraction device, correspondence relation extraction method, and correspondence relation extraction program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
久野 靖: "計算機科学を志す人のためのコンピュータリテラシ▲5▼ ファイルシステム(2)", BIT, vol. Vol. 24 No. 9 通巻第312号, JPN6021043919, 1 September 1992 (1992-09-01), JP, pages 1025 - 1033, ISSN: 0004634628 *

Also Published As

Publication number Publication date
JP6991100B2 (en) 2022-01-12

Similar Documents

Publication Publication Date Title
JP6916403B2 (en) Specifying and applying logical validation rules to data
CN112036736B (en) Workflow creation method and device
US9760589B2 (en) Mechanism for deprecating object oriented data
CN110738027B (en) Computer-implemented method, apparatus, and storage medium for generating spreadsheet formulas
JP2005519370A (en) Effective storage of indented threads in threaded discussion applications
KR20150117280A (en) Building applications for configuring processes
CN111443912A (en) Page rendering method and device based on components, computer equipment and storage medium
US7747946B2 (en) System and method for adorning shapes with data driven objects
US7685155B2 (en) System and method of providing and utilizing an object schema to facilitate mapping between disparate domains
CN111078689B (en) Data processing method and system of discontinuous pre-ordering traversal tree algorithm
WO2011118003A1 (en) Web application building system, web application building method, web application building program, and recording medium on which web application building is recorded
US20190042581A1 (en) Systems and Methods for Using Entity/Relationship Model Data To Enhance User Interface Engine
JP6103314B2 (en) Information management apparatus and file management method
JP6684233B2 (en) Test input information retrieval device and method
US20080172636A1 (en) User interface for selecting members from a dimension
JP2019200578A (en) Database composition management device
JP6948492B2 (en) Information management device and file management method
EP3926465A1 (en) Method and system for creating an app by merging source code
US20210294966A1 (en) Systems and methods for binding lookup controls
JP2010039751A (en) Software development system
JP2019149019A (en) Support system
JP6295800B2 (en) Procedure creation program, procedure creation method and procedure creation device
US9710571B2 (en) Graphical top-down planning system
JP7092992B2 (en) Document management program, document management device and document management method
JP2018032113A (en) Information management device and file management method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210112

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211029

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: 20211109

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20211207

R150 Certificate of patent or registration of utility model

Ref document number: 6991100

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150