JP3670305B2 - Database search statement creation device - Google Patents

Database search statement creation device Download PDF

Info

Publication number
JP3670305B2
JP3670305B2 JP30946593A JP30946593A JP3670305B2 JP 3670305 B2 JP3670305 B2 JP 3670305B2 JP 30946593 A JP30946593 A JP 30946593A JP 30946593 A JP30946593 A JP 30946593A JP 3670305 B2 JP3670305 B2 JP 3670305B2
Authority
JP
Japan
Prior art keywords
name
column
work area
source program
description part
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
JP30946593A
Other languages
Japanese (ja)
Other versions
JPH07160558A (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 JP30946593A priority Critical patent/JP3670305B2/en
Publication of JPH07160558A publication Critical patent/JPH07160558A/en
Application granted granted Critical
Publication of JP3670305B2 publication Critical patent/JP3670305B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

【0001】
【産業上の利用分野】
本発明は、ソースプログラムからデータベース検索文を作成する装置に関するものである。
【0002】
多くのリレーショナルデータベースマネジメントシステムでは、Structured QueryLanguage(SQL 構造化問い合わせ言語)がサポートされており、そのリレーショナルデータベースをアクセスするアプリケーションプログラムはCOBOL,Cなどのプログラム言語や専用の簡易言語で記述されたソースプログラムをコンパイルすることにより得られる。
【0003】
【従来の技術】
図3(A)で示されるように、データベース表の名称(表1:ビュー表であってもよい),カラム(列)の名称(カラム1,カラム2)が記述されたソースプログラム(例えば、4GLで記述する)をユーザが作成し、そのファイルを専用のコンパイラに引き渡す。
【0004】
この場合、コンパイラは”SELECT カラム1,カラム2 FROM 表1 INTO カラム1,カラム2の作業域”という内容のSQL文が含まれるアプリケーションプログラムを生成する。
【0005】
データベースユーザは生成されたアプリケーションプログラムを起動し、起動されたアプリケーションプログラムはデータベース中の表1をアクセスしてそのカラム1,カラム2からユーザ業務に必要なデータを取り出し、データベースユーザに対して出力する(通常はデータベースユーザのネットワーク端末に画面表示させる)。
【0006】
その後において、カラム1,カラム2の他にカラム3の出力が必要となった場合は、図3(B)のようにソースプログラムが修正されてカラム3の出力を指示する部分が追加され、また、カラム3の検索を指示する部分も追加される。
【0007】
【発明が解決しようとする課題】
検索指示の部分に表名のみを記述してソースプログラムを簡略化する場合、カラム毎に作業域が自動的に用意されることから、アプリケーションプログラムで使用されないカラムの作業域が無駄なものとなる。
【0008】
また、データベースマネジメントシステムがサポートするデータ形式の全てをアプリケーションプログラムが取り扱えるとは限らない。
【0009】
このためソースプログラムの作成者は、アプリケーションプログラムが使用できるデータ形式(属性)に定義されたカラムのうち必要なものの名称をソースプログラムの出力指示部分と検索指示部分の双方へ図3(A)のように全て記述し、あるいは、必要なカラムで形成したビュー表を定義する。
【0010】
また、データベースユーザの要求に応じて出力指示部分と検索指示部分の双方へカラム名を図3(B)のように追加し、使用されなくなったものについてはその記述を双方から削除し、あるいは、ビュー表の再定義を行なう。
【0011】
しかしながら、ソースプログラム内の出力指示部分に記述されたカラムの全てを検索指示の部分に記述したりビュー表を定義する作業は、ソースプログラムの作成者にとって大きな負担となる。
【0012】
本発明は上記従来の事情に鑑みてなされたものであり、その目的は、プログラム作成者の負担を軽減してプログラムの生産性を高めることが可能となる装置を提供することにある。
【0013】
【課題を解決するための手段】
図1において、第1発明にかかる装置は、ソースプログラムから表名の記述部分を切り出す表名切出手段10と、ソースプログラムからホスト変数の記述部分を切り出し、該ホスト変数で示された列名を特定する列名特定手段12と、特定された列名のデータ参照に必要となる作業域の名称を生成する作業域名生成手段14と、切り出された表名の記述部分,特定された列名,生成された作業域の名称を用いて“SELECT 前記列名 FROM 前記表名 INTO 前記作業域の名称”なるデータ検索用のデータベース検索文を生成するデータベース検索文生成手段16と、を有する。
【0014】
また図2において、第2発明にかかる装置は、ソースプログラムから表名の記述部分を切り出し、該記述部分を用いてリレーショナルデータベースの表定義を参照し、使用可能なデータ形式の列名を決定する使用可能列決定手段20と、ソースプログラムからホスト変数の記述部分を切り出し、該ホスト変数にて示された列名であって使用可能と決定された列名を特定する列名特定手段22と、特定された列名のデータ参照に必要となる作業域の名称を生成する作業域名生成手段24と、切り出された表名の記述部分,特定された列名,生成された作業域の名称を用いて“SELECT 前記列名 FROM 前記表名 INTO 前記作業域の名称”なるデータ検索用のデータベース検索文を生成するデータベース検索文生成手段26と、を有する。
【0015】
【作用】
第1発明の装置はアプリケーションプログラムで使用されるカラム(ソースプログラムに埋め込まれたホスト変数で示される)を特定し、それらについてのみ、作業域を自動的に用意する。
【0016】
また第2発明の装置はアプリケーションプログラムが使用可能なカラムであって(使用可能か否かはデータベースの表定義を参照することにより判別できる)、アプリケーションプログラムで使用されるカラム(ソースプログラムに埋め込まれたホスト変数で示される)を特定し、それらについてのみ、作業域を自動的に用意する。
【0017】
このように使用されるカラムまたは使用可能で実際に使用されるカラムについてのみ作業域が確保されるので、ソースプログラムの作成者は図4(A)のように検索指示の部分で表名のみを記述し、ビュー表の定義は行なわない。
【0018】
そして、図3の場合と同様に表1のカラム1,2に加えてカラム3からもデータを取り出すためには、図4(B)のようにソースプログラムの出力指示部分についてのみ、カラム3の記述を行なう。
【0019】
以上の説明から理解されるように、ソースプログラム作成の作業(や変更作業)がきわめて容易なものとなる。したがって、プログラム作成者の負担を軽減し、ソースプログラムの生産性を大幅に高めることが可能となる。
【0020】
【実施例】
図5では実施例の構成が説明されており、同図の装置は資源情報解析部50,プログラム解析部52,データ域生成部54,SQL文生成部56で構成されている。
【0021】
そして同図のSQLデータベース500は予め構築されており、ソースプログラム502(図6にその一例を示す)が作成されて装置に引き渡されると、資源情報解析部50は図7の処理を開始する。
【0022】
同図において資源情報解析部50は、ソースプログラム502を読み込み(ステップ700)、資源節(図6参照)を調べて表の名称(表1:TABLE1)を特定し(ステップ702)、その表名を用いてSQLデータベース500の表定義を参照する(ステップ704)。
【0023】
図8ではSQLデータベース500における表1の定義内容が説明されており、アプリケーションプログラム(ソースプログラム502)はカラム1,2,3,4,5のうちカラム1,2,3を使用できるものの、カラム4,5は使用できない。
【0024】
この表定義内容から資源情報解析部50は図5のカラム管理テーブル504を作成する(ステップ706,708,710)。図9(A)には表1の定義内容から作成したカラム管理テーブル504の内容が示されており、資源情報解析部50はカラム1,2,3,4,5のうちアプリケーションプログラム(ソースプログラム502)が使用できるカラム1,2,3の名称とそれらがソースプログラム502で使用されているか否かをON,OFFで示す状態値とを対応させ、全ての状態値をOFFに設定する(ステップ706,708,710)。
【0025】
資源情報解析部50がカラム管理テーブル504を作成すると、プログラム解析部52は図10の処理を開始し、資源情報解析部50はソースプログラム502における処理部(図6参照)を調べてアプリケーションプログラム(ソースプログラム502)が使用するカラムの名称を全て特定し、これらカラムの名称とカラム管理テーブル504上で対応した全ての状態値をONに設定する(ステップ1000,1002,1004)。
【0026】
図6のソースプログラム502が作成された場合で図8の表定義が行なわれていたときには、図9(B)のように、カラム1,2の状態値がONとされ、カラム3の状態値はOFFのままとされる。
【0027】
またデータ域生成部54は図11の処理を行ない、プログラム解析部52が状態値をONとしたカラム名についてのみ、作業域506(データ域:変数)を用意する(ステップ1100,1102,1104)。
【0028】
例えば、図6のソースプログラム502が作成された場合で図8の表定義が行なわれており、かつ、図9(B)のようにカラム1,2の状態値がONとされたときには、図9(C)のように作業域(データ域)の名称(変数)がカラム1,2についてのみ用意される。
【0029】
そしてSQL文生成部56は図12の処理を行ない、上記のソースプログラム502及びカラム管理テーブル504の内容を参照しながら作業域の名称を用いてSQL文508を作成し(ステップ1200,1202,1204,1206,1208,1210,1212,1214,1216,1218)、このSQL文508が埋め込まれたアプリケーションプログラム(例えばCOBOL言語のソースプログラム.オブジェクトプログラムであっても良い)を生成する。
【0030】
以上のように、アプリケーションプログラムが使用可能なカラムであって、そのアプリケーションプログラムで使用されるカラムについてのみ、作業域506が自動的に用意される。
【0031】
このため、ソースプログラム502の作成者はビュー表の定義を行なわず、図6のように検索を指示する処理部で表名のみを記述する。したがって、ソースプログラム502の作成作業がきわめて容易なものとなってプログラム作成者の負担が軽減され、その結果、ソースプログラム502の生産性を大幅に高められる。
【0032】
また、図3の場合と同様に表1のカラム1,2に加えてカラム3からもデータを取り出すためには、ソースプログラム502の出力指示部分についてのみ、カラム3の記述を図4(B)のように追加すれば良く、ソースプログラム502の変更も容易となる。
【0033】
【発明の効果】
以上説明したように本発明によれば、アプリケーションプログラムで使用されるカラムについてのみ、または、アプリケーションプログラムが使用可能なカラムであってそのアプリケーションプログラムで使用されるカラムについてのみ、作業域が用意されるので、ソースプログラムはビュー表の定義を行なわずにその検索指示部分に表名のみを記述して作成でき、このため、ソースプログラム作成の作業を容易化してその作成者の負担を軽減し、プログラム開発の生産効率を大幅に向上させことが可能となる。
【図面の簡単な説明】
【図1】 第1発明の原理説明図である。
【図2】 第2発明の原理説明図である。
【図3】 従来技術の説明図である。
【図4】 発明の作用説明図である。
【図5】 実施例の構成説明図である。
【図6】 実施例のソースプログラム説明図である。
【図7】 資源情報解析部の処理内容を説明するフローチャートである。
【図8】 実施例のデータベースにおける表定義の説明図である。
【図9】 実施例におけるカラム管理テーブル及びデータ域(作業域)の説明図である。
【図10】 プログラム解析部の処理内容を説明するフローチャートである。
【図11】 データ域生成部の処理内容を説明するフローチャートである。
【図12】 SQL文生成部の処理内容を説明するフローチャートである。
【符号の説明】
50 資源情報解析部
52 プログラム解析部
54 データ域生成部
56 SQL文生成部
500 SQLデータベース
502 ソースプログラム
504 カラム管理テーブル
506 データ域(作業域)
508 SQL文
[0001]
[Industrial application fields]
The present invention relates to an apparatus for creating a database search sentence from a source program.
[0002]
Many relational database management systems support Structured Query Language (SQL Structured Query Language), and the application program that accesses the relational database is a source program written in a programming language such as COBOL or C or a dedicated simple language. Is obtained by compiling
[0003]
[Prior art]
As shown in FIG. 3A, a source program (for example, a column 1) may be described (for example, the name of a database table (table 1: may be a view table) and the names of columns (columns) (column 1, column 2). 4GL), and the file is transferred to a dedicated compiler.
[0004]
In this case, the compiler generates an application program including an SQL statement having the contents “SELECT column 1, column 2 FROM Table 1 INTO column 1, column 2 work area”.
[0005]
The database user starts the generated application program, and the started application program accesses Table 1 in the database, extracts data necessary for the user job from its column 1 and column 2, and outputs it to the database user. (Normally displayed on the network user's network terminal).
[0006]
After that, if it is necessary to output the column 3 in addition to the columns 1 and 2, the source program is modified as shown in FIG. A part for instructing a search in column 3 is also added.
[0007]
[Problems to be solved by the invention]
When simplifying the source program by describing only the table name in the search instruction part, a work area is automatically prepared for each column, so the work area of the column that is not used in the application program becomes useless. .
[0008]
Also, not all data formats supported by the database management system can be handled by an application program.
[0009]
For this reason, the creator of the source program transfers the names of necessary columns among the columns defined in the data format (attributes) that can be used by the application program to both the output instruction portion and the search instruction portion of FIG. 3A. Or define a view table formed with necessary columns.
[0010]
Also, column names are added to both the output instruction part and the search instruction part as shown in FIG. 3B in response to a request from the database user, and the description of those that are no longer used is deleted from both. Redefine the view table.
[0011]
However, the work of describing all the columns described in the output instruction part in the source program in the search instruction part or defining the view table is a heavy burden on the creator of the source program.
[0012]
The present invention has been made in view of the above-described conventional circumstances, and an object of the present invention is to provide an apparatus capable of reducing the burden on the program creator and increasing the productivity of the program.
[0013]
[Means for Solving the Problems]
In FIG. 1, the apparatus according to the first invention includes a table name extracting means 10 for extracting a description part of a table name from a source program, and a column name indicated by the host variable by extracting a description part of a host variable from the source program. Column name specifying means 12 for specifying the data, work area name generating means 14 for generating the name of the work area necessary for referring to the data of the specified column name, the description part of the extracted table name, the specified column name And a database search statement generation means 16 for generating a database search statement for data search of “SELECT, column name FROM, table name, INTO , name of the work area using the name of the generated work area.
[0014]
In FIG. 2, the apparatus according to the second invention cuts out a table name description part from the source program, uses the description part to refer to the table definition of the relational database, and determines column names of usable data formats. Usable column determining means 20, column name specifying means 22 for cutting out the description part of the host variable from the source program and specifying the column name indicated by the host variable and determined to be usable; Using the work area name generation means 24 for generating the name of the work area necessary for referring to the data of the specified column name, the description part of the extracted table name, the specified column name, and the name of the generated work area having a, a database search sentence generating means 26 for generating a database search sentence "SELECT the column name FROM table name INTO the work area entitled" becomes data for retrieval Te .
[0015]
[Action]
The apparatus of the first invention specifies columns (indicated by host variables embedded in the source program) used in the application program, and automatically prepares a work area only for them.
[0016]
The apparatus of the second invention is a column that can be used by an application program (whether or not it can be used can be determined by referring to the table definition of the database), and a column (embedded in the source program). Specified in the host variable), and automatically prepare a work area only for them.
[0017]
Since the work area is secured only for the column used in this way or the column that can be used and actually used, the creator of the source program specifies only the table name in the search instruction part as shown in FIG. Describe and do not define the view table.
[0018]
Then, in order to extract data from column 3 in addition to columns 1 and 2 in Table 1 as in the case of FIG. 3, only the output instruction portion of the source program as shown in FIG. Make a description.
[0019]
As can be understood from the above description, the source program creation (or modification) becomes extremely easy. Therefore, the burden on the program creator can be reduced and the productivity of the source program can be greatly increased.
[0020]
【Example】
FIG. 5 illustrates the configuration of the embodiment. The apparatus shown in FIG. 5 includes a resource information analysis unit 50, a program analysis unit 52, a data area generation unit 54, and an SQL statement generation unit 56.
[0021]
The SQL database 500 shown in the figure is constructed in advance, and when the source program 502 (an example of which is shown in FIG. 6) is created and delivered to the apparatus, the resource information analysis unit 50 starts the process shown in FIG.
[0022]
In the figure, the resource information analysis unit 50 reads the source program 502 (step 700), checks the resource section (see FIG. 6), identifies the table name (Table 1: TABLE1) (step 702), and the table name. Is used to refer to the table definition of the SQL database 500 (step 704).
[0023]
FIG. 8 illustrates the definition contents of Table 1 in the SQL database 500. Although the application program (source program 502) can use columns 1, 2, 3 among columns 1, 2, 3, 4, 5, 4 and 5 cannot be used.
[0024]
From this table definition content, the resource information analysis unit 50 creates the column management table 504 of FIG. 5 (steps 706, 708, 710). FIG. 9A shows the contents of the column management table 504 created from the definition contents of Table 1, and the resource information analysis unit 50 uses the application program (source program) among the columns 1, 2, 3, 4 and 5. 502), the names of columns 1, 2, and 3 that can be used and the state values indicated by ON and OFF indicating whether or not they are used in the source program 502 are associated with each other, and all the state values are set to OFF (step 706, 708, 710).
[0025]
When the resource information analysis unit 50 creates the column management table 504, the program analysis unit 52 starts the processing in FIG. 10, and the resource information analysis unit 50 examines the processing unit (see FIG. 6) in the source program 502 to check the application program ( All the column names used by the source program 502) are specified, and all the state values corresponding to these column names on the column management table 504 are set to ON (steps 1000, 1002, 1004).
[0026]
When the source program 502 of FIG. 6 is created and the table definition of FIG. 8 is performed, the state values of the columns 1 and 2 are turned ON as shown in FIG. Remains off.
[0027]
Further, the data area generation unit 54 performs the processing of FIG. 11 and prepares a work area 506 (data area: variable) only for the column names for which the program analysis unit 52 has the status value ON (steps 1100, 1102, 1104). .
[0028]
For example, when the source program 502 of FIG. 6 is created and the table definition of FIG. 8 is performed, and the status values of the columns 1 and 2 are turned ON as shown in FIG. As shown in FIG. 9C, the name (variable) of the work area (data area) is prepared only for the columns 1 and 2.
[0029]
Then, the SQL statement generation unit 56 performs the processing shown in FIG. 12, and creates the SQL statement 508 using the name of the work area while referring to the contents of the source program 502 and the column management table 504 (steps 1200, 1202, and 1204). , 1206, 1208, 1210, 1212, 1214, 1216, 1218), and an application program (for example, a COBOL language source program or an object program) in which the SQL statement 508 is embedded is generated.
[0030]
As described above, the work area 506 is automatically prepared only for columns that can be used by the application program and that are used by the application program.
[0031]
For this reason, the creator of the source program 502 does not define the view table, but describes only the table name in the processing unit instructing the search as shown in FIG. Therefore, the creation of the source program 502 becomes very easy, and the burden on the program creator is reduced. As a result, the productivity of the source program 502 can be greatly increased.
[0032]
Similarly to the case of FIG. 3, in order to extract data from the column 3 in addition to the columns 1 and 2 in Table 1, only the output instruction part of the source program 502 is described in the column 3 as shown in FIG. The source program 502 can be easily changed.
[0033]
【The invention's effect】
As described above, according to the present invention, a work area is prepared only for a column used in an application program, or only for a column that can be used by the application program and is used in the application program. Therefore, the source program can be created by describing only the table name in the search instruction part without defining the view table. Therefore, the work of creating the source program is facilitated and the burden on the creator is reduced. The production efficiency of development can be greatly improved.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating the principle of the first invention.
FIG. 2 is a diagram illustrating the principle of the second invention.
FIG. 3 is an explanatory diagram of a conventional technique.
FIG. 4 is an explanatory diagram of the operation of the invention.
FIG. 5 is a diagram illustrating the configuration of an embodiment.
FIG. 6 is an explanatory diagram of a source program of the embodiment.
FIG. 7 is a flowchart illustrating processing contents of a resource information analysis unit.
FIG. 8 is an explanatory diagram of a table definition in the database according to the embodiment.
FIG. 9 is an explanatory diagram of a column management table and a data area (work area) in the embodiment.
FIG. 10 is a flowchart illustrating processing contents of a program analysis unit.
FIG. 11 is a flowchart illustrating processing contents of a data area generation unit.
FIG. 12 is a flowchart illustrating processing contents of an SQL sentence generation unit.
[Explanation of symbols]
50 Resource Information Analysis Unit 52 Program Analysis Unit 54 Data Area Generation Unit 56 SQL Statement Generation Unit 500 SQL Database 502 Source Program 504 Column Management Table 506 Data Area (Work Area)
508 SQL statement

Claims (2)

ソースプログラムから表名の記述部分を切り出す表名切出手段(10)と、
ソースプログラムからホスト変数の記述部分を切り出し、該ホスト変数で示された列名を特定する列名特定手段(12)と、
特定された列名のデータ参照に必要となる作業域の名称を生成する作業域名生成手段(14)と、
切り出された表名の記述部分,特定された列名,生成された作業域の名称を用いて“SELECT 前記列名 FROM 前記表名 INTO 前記作業域の名称”なるデータ検索用のデータベース検索文を生成するデータベース検索文生成手段(16)と、
を有する、
ことを特徴としたデータベース検索文作成装置。
Table name extraction means (10) for extracting a description part of the table name from the source program;
Column name specifying means (12) for extracting the description part of the host variable from the source program and specifying the column name indicated by the host variable;
A work area name generating means (14) for generating a work area name necessary for referring to the data of the identified column name;
Using the description part of the extracted table name, the specified column name, and the name of the generated work area, a database search statement for data search “SELECT, column name FROM, table name, INTO, name of work area” Database search statement generation means (16) to generate;
Having
A database search sentence creation device characterized by that.
ソースプログラムから表名の記述部分を切り出し、該記述部分を用いてリレーショナルデータベースの表定義を参照し、使用可能なデータ形式の列名を決定する使用可能列決定手段(20)と、
ソースプログラムからホスト変数の記述部分を切り出し、該ホスト変数にて示された列名であって使用可能と決定された列名を特定する列名特定手段(22)と、
特定された列名のデータ参照に必要となる作業域の名称を生成する作業域名生成手段(24)と、
切り出された表名の記述部分,特定された列名,生成された作業域の名称を用いて“SELECT 前記列名 FROM 前記表名 INTO 前記作業域の名称”なるデータ検索用のデータベース検索文を生成するデータベース検索文生成手段(26)と、
を有する、
ことを特徴としたデータベース検索文作成装置。
Usable column determination means (20) for extracting a description part of a table name from a source program, referring to a table definition of a relational database using the description part, and determining a column name of a usable data format;
Column name specifying means (22) for extracting the description part of the host variable from the source program and specifying the column name indicated by the host variable and determined to be usable;
A work area name generating means (24) for generating a work area name necessary for referring to the data of the identified column name;
Using the description part of the extracted table name, the specified column name, and the name of the generated work area, a database search statement for data search “SELECT, column name FROM, table name, INTO, name of work area” Database search statement generation means (26) to be generated;
Having
A database search sentence creation device characterized by that.
JP30946593A 1993-12-09 1993-12-09 Database search statement creation device Expired - Fee Related JP3670305B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30946593A JP3670305B2 (en) 1993-12-09 1993-12-09 Database search statement creation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30946593A JP3670305B2 (en) 1993-12-09 1993-12-09 Database search statement creation device

Publications (2)

Publication Number Publication Date
JPH07160558A JPH07160558A (en) 1995-06-23
JP3670305B2 true JP3670305B2 (en) 2005-07-13

Family

ID=17993323

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30946593A Expired - Fee Related JP3670305B2 (en) 1993-12-09 1993-12-09 Database search statement creation device

Country Status (1)

Country Link
JP (1) JP3670305B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000250791A (en) 1999-03-03 2000-09-14 Nec Corp Method and device for displaying message in dml object reproduction mode and recording medium with this method programmed and recorded therein

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0752391B2 (en) * 1988-02-19 1995-06-05 日本電気株式会社 Translation method of source program including multiple database descriptions

Also Published As

Publication number Publication date
JPH07160558A (en) 1995-06-23

Similar Documents

Publication Publication Date Title
US20020013862A1 (en) Method for data access code generation
JPH1083289A (en) Programming aid
JP3670305B2 (en) Database search statement creation device
JP2003281149A (en) Method of setting access right and system of structured document management
US5995968A (en) Method of creating meta data and processor load data in a mobile switching center
JPH11143910A (en) Extension system for composite object and computer readable recording medium
US7225196B2 (en) Data conversion method and computer system therefor
JPH07129382A (en) Spiral type object oriented software development supporting system and software developing method
JP2785138B2 (en) Genetic methods in large-scale knowledge database systems
JPH0744343A (en) Automatic generating device for operation support information
JPH06231181A (en) Distributed database control system
JPH09311800A (en) Automatic data converting device
JP2942414B2 (en) Virtual database method
JPH06259528A (en) Method and device for generating animation
JPS63138431A (en) Processing system for decision of object attribute
JPH02116972A (en) Retrieval system for program data base
JPH04116721A (en) System definition directive analysis system
JPH04248624A (en) Program conversion processor
JPS62282329A (en) Information processor
JPH04245325A (en) File control system
JPH06324853A (en) Source program editor setting object oriented programming language as target
JPH08314958A (en) Data registering method in parliamentary papers retrieving system
JPH02205930A (en) Interface check processing method
JPH01188938A (en) Collective batch processing system
JPH05143305A (en) Object defining method utilizing interrogative pronoun

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040330

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040518

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050414

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20080422

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20090422

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090422

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100422

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees