JPH07160558A - Data base retrieval sentence preparing device - Google Patents

Data base retrieval sentence preparing device

Info

Publication number
JPH07160558A
JPH07160558A JP5309465A JP30946593A JPH07160558A JP H07160558 A JPH07160558 A JP H07160558A JP 5309465 A JP5309465 A JP 5309465A JP 30946593 A JP30946593 A JP 30946593A JP H07160558 A JPH07160558 A JP H07160558A
Authority
JP
Japan
Prior art keywords
name
column
source program
work area
generating
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
JP5309465A
Other languages
Japanese (ja)
Other versions
JP3670305B2 (en
Inventor
Yoshihisa Miyashita
善寿 宮下
Kyoichi Kaga
恭一 加賀
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

Landscapes

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

Abstract

PURPOSE:To provide the device for improving the productivity of a program by reducing the burden of a program preparing person. CONSTITUTION:This device is provided with a table name segmenting means 10 for segmenting the describing part of a table name from a source program, column name specifying means 12 for segmenting the describing part of a host variable from the source program and specifying a column name shown by the host variable, work area name generating means 14 for generating the name of a work area required for referring to the data of the specified column name, and data base retrieval sentence generating means 16 for generating a data base retrieval sentence for data retrieval while using the segmented describing part of the table name, specified column name and the generated name of the work area.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ソースプログラムから
データベース検索文を作成する装置に関するものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus for creating a database search statement from a source program.

【0002】多くのリレーショナルデータベースマネジ
メントシステムでは、Structured Quer
y Language(SQL 構造化問い合わせ言
語)がサポートされており、そのリレーショナルデータ
ベースをアクセスするアプリケーションプログラムはC
OBOL,Cなどのプログラム言語や専用の簡易言語で
記述されたソースプログラムをコンパイルすることによ
り得られる。
In many relational database management systems, Structured Quer
y Language (SQL structured query language) is supported, and the application program that accesses the relational database is C
It can be obtained by compiling a source program written in a programming language such as OBOL or C or a dedicated simple language.

【0003】[0003]

【従来の技術】図3(A)で示されるように、データベ
ース表の名称(表1:ビュー表であってもよい),カラ
ム(列)の名称(カラム1,カラム2)が記述されたソ
ースプログラム(例えば、4GLで記述する)をユーザ
が作成し、そのファイルを専用のコンパイラに引き渡
す。
2. Description of the Related Art As shown in FIG. 3A, a database table name (table 1: view table may be used) and a column name (column 1, column 2) are described. A user creates a source program (for example, described in 4GL) and passes the file to a dedicated compiler.

【0004】この場合、コンパイラは”SELECT
カラム1,カラム2 FROM 表1 INTO カラ
ム1,カラム2の作業域”という内容のSQL文が含ま
れるアプリケーションプログラムを生成する。
In this case, the compiler is "SELECT"
Column 1, column 2 FROM Table 1 INTO Work area of column 1, column 2 Generates an application program including an SQL statement having the content ".

【0005】データベースユーザは生成されたアプリケ
ーションプログラムを起動し、起動されたアプリケーシ
ョンプログラムはデータベース中の表1をアクセスして
そのカラム1,カラム2からユーザ業務に必要なデータ
を取り出し、データベースユーザに対して出力する(通
常はデータベースユーザのネットワーク端末に画面表示
させる)。
The database user activates the generated application program, and the activated application program accesses the table 1 in the database to retrieve the data necessary for the user's work from the columns 1 and 2 and Output (usually displayed on the screen of the database user's network terminal).

【0006】その後において、カラム1,カラム2の他
にカラム3の出力が必要となった場合は、図3(B)の
ようにソースプログラムが修正されてカラム3の出力を
指示する部分が追加され、また、カラム3の検索を指示
する部分も追加される。
After that, when the output of the column 3 is required in addition to the columns 1 and 2, the source program is modified as shown in FIG. 3B to add a portion for instructing the output of the column 3. Also, a part for instructing the search in column 3 is added.

【0007】[0007]

【発明が解決しようとする課題】検索指示の部分に表名
のみを記述してソースプログラムを簡略化する場合、カ
ラム毎に作業域が自動的に用意されることから、アプリ
ケーションプログラムで使用されないカラムの作業域が
無駄なものとなる。
When only the table name is described in the search instruction part to simplify the source program, the work area is automatically prepared for each column, and therefore the columns not used by the application program are not used. Work area is wasted.

【0008】また、データベースマネジメントシステム
がサポートするデータ形式の全てをアプリケーションプ
ログラムが取り扱えるとは限らない。
Further, not all data formats supported by the database management system can be handled by the application program.

【0009】このためソースプログラムの作成者は、ア
プリケーションプログラムが使用できるデータ形式(属
性)に定義されたカラムのうち必要なものの名称をソー
スプログラムの出力指示部分と検索指示部分の双方へ図
3(A)のように全て記述し、あるいは、必要なカラム
で形成したビュー表を定義する。
For this reason, the creator of the source program assigns the names of the required columns among the columns defined in the data format (attribute) that can be used by the application program to both the output instruction part and the search instruction part of the source program as shown in FIG. Describe all as in A) or define a view table formed with necessary columns.

【0010】また、データベースユーザの要求に応じて
出力指示部分と検索指示部分の双方へカラム名を図3
(B)のように追加し、使用されなくなったものについ
てはその記述を双方から削除し、あるいは、ビュー表の
再定義を行なう。
Further, column names are assigned to both the output instruction portion and the search instruction portion in response to a request from the database user.
As shown in (B), the description is deleted from both when it is no longer used, or the view table is redefined.

【0011】しかしながら、ソースプログラム内の出力
指示部分に記述されたカラムの全てを検索指示の部分に
記述したりビュー表を定義する作業は、ソースプログラ
ムの作成者にとって大きな負担となる。
However, the work of describing all the columns described in the output instruction part in the source program in the search instruction part and 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 conventional circumstances, and an object thereof is to provide an apparatus capable of reducing the burden on a program creator and improving the productivity of the program. .

【0013】[0013]

【課題を解決するための手段】図1において、第1発明
にかかる装置は、ソースプログラムから表名の記述部分
を切り出す表名切出手段10と、ソースプログラムから
ホスト変数の記述部分を切り出し、該ホスト変数で示さ
れた列名を特定する列名特定手段12と、特定された列
名のデータ参照に必要となる作業域の名称を生成する作
業域名生成手段14と、切り出された表名の記述部分,
特定された列名,生成された作業域の名称を用いてデー
タ検索用のデータベース検索文を生成するデータベース
検索文生成手段16と、を有する。
In FIG. 1, a device according to the first invention is a table name cutout means 10 for cutting out a description part of a table name from a source program, and a cutout part for describing a host variable from a source program, A column name specifying means 12 for specifying a column name indicated by the host variable, a work area name generating means 14 for generating a work area name required for data reference of the specified column name, and a cut out table name. Description part of
Database search statement generation means 16 for generating a database search statement for data search using the specified column name and the generated work area name.

【0014】また図2において、第2発明にかかる装置
は、ソースプログラムから表名の記述部分を切り出し、
該記述部分を用いてリレーショナルデータベースの表定
義を参照し、使用可能なデータ形式の列名を決定する使
用可能列決定手段20と、ソースプログラムからホスト
変数の記述部分を切り出し、該ホスト変数にて示された
列名であって使用可能と決定された列名を特定する列名
特定手段22と、特定された列名のデータ参照に必要と
なる作業域の名称を生成する作業域名生成手段24と、
切り出された表名の記述部分,特定された列名,生成さ
れた作業域の名称を用いてデータ検索用のデータベース
検索文を生成するデータベース検索文生成手段26と、
を有する。
In FIG. 2, the apparatus according to the second invention cuts out the description portion of the table name from the source program,
An available column determining means 20 for determining a column name of a usable data format by referring to a table definition of a relational database using the description part, and a description part of a host variable is cut out from a source program, and the host variable is used. A column name specifying means 22 for specifying a column name that has been determined to be usable and a work area name generating means 24 for generating a name of a work area required for data reference of the specified column name. When,
A database search statement generating means 26 for generating a database search statement for data search using the cutout table name description portion, the specified column name, and the generated work area name;
Have.

【0015】[0015]

【作用】第1発明の装置はアプリケーションプログラム
で使用されるカラム(ソースプログラムに埋め込まれた
ホスト変数で示される)を特定し、それらについての
み、作業域を自動的に用意する。
The apparatus of the first aspect of the invention identifies the columns used by the application program (indicated by the host variables embedded in the source program) and automatically prepares the work area only for those columns.

【0016】また第2発明の装置はアプリケーションプ
ログラムが使用可能なカラムであって(使用可能か否か
はデータベースの表定義を参照することにより判別でき
る)、アプリケーションプログラムで使用されるカラム
(ソースプログラムに埋め込まれたホスト変数で示され
る)を特定し、それらについてのみ、作業域を自動的に
用意する。
The apparatus of the second invention is a column that can be used by the application program (whether or not it can be determined by referring to the table definition of the database), and the column used by the application program (source program (Indicated by host variables embedded in.) And automatically prepare work areas only for them.

【0017】このように使用されるカラムまたは使用可
能で実際に使用されるカラムについてのみ作業域が確保
されるので、ソースプログラムの作成者は図4(A)の
ように検索指示の部分で表名のみを記述し、ビュー表の
定義は行なわない。
Since the work area is reserved only for the columns used in this way or the columns that can be used and are actually used, the creator of the source program displays the search instruction portion in the portion shown in FIG. 4 (A). Only the name is described, and the view table is not defined.

【0018】そして、図3の場合と同様に表1のカラム
1,2に加えてカラム3からもデータを取り出すために
は、図4(B)のようにソースプログラムの出力指示部
分についてのみ、カラム3の記述を行なう。
In order to retrieve data from column 3 in addition to columns 1 and 2 of Table 1 as in the case of FIG. 3, only the output instruction portion of the source program as shown in FIG. Column 3 is described.

【0019】以上の説明から理解されるように、ソース
プログラム作成の作業(や変更作業)がきわめて容易な
ものとなる。したがって、プログラム作成者の負担を軽
減し、ソースプログラムの生産性を大幅に高めることが
可能となる。
As can be understood from the above description, the work (or change work) of creating the source program is extremely easy. Therefore, it is possible to reduce the burden on the program creator and significantly increase the productivity of the source program.

【0020】[0020]

【実施例】図5では実施例の構成が説明されており、同
図の装置は資源情報解析部50,プログラム解析部5
2,データ域生成部54,SQL文生成部56で構成さ
れている。
[Embodiment] FIG. 5 illustrates the configuration of the embodiment. The apparatus shown in FIG. 5 includes a resource information analysis unit 50 and a program analysis unit 5.
2, a data area generator 54 and an SQL statement generator 56.

【0021】そして同図のSQLデータベース500は
予め構築されており、ソースプログラム502(図6に
その一例を示す)が作成されて装置に引き渡されると、
資源情報解析部50は図7の処理を開始する。
The SQL database 500 shown in the figure is pre-built, and when a source program 502 (one example of which is shown in FIG. 6) is created and delivered to the device,
The resource information analysis unit 50 starts the processing of FIG. 7.

【0022】同図において資源情報解析部50は、ソー
スプログラム502を読み込み(ステップ700)、資
源節(図6参照)を調べて表の名称(表1:TABLE
1)を特定し(ステップ702)、その表名を用いてS
QLデータベース500の表定義を参照する(ステップ
704)。
In the figure, the resource information analysis unit 50 reads the source program 502 (step 700), checks the resource section (see FIG. 6), and names the table (Table 1: TABLE).
1) is specified (step 702), and S is calculated using the table name.
The table definition of the QL database 500 is referred to (step 704).

【0023】図8ではSQLデータベース500におけ
る表1の定義内容が説明されており、アプリケーション
プログラム(ソースプログラム502)はカラム1,
2,3,4,5のうちカラム1,2,3を使用できるも
のの、カラム4,5は使用できない。
In FIG. 8, the definition contents of Table 1 in the SQL database 500 are explained, and the application program (source program 502) has column 1,
Although columns 1, 2, and 3 of 2, 3, 4, and 5 can be used, columns 4 and 5 cannot be used.

【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,7
10)。
From the contents of this table definition, 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 has columns 1, 2, 3, 3.
Of the columns 4 and 5, the names of columns 1, 2 and 3 that can be used by the application program (source program 502) are associated with the state values that indicate ON or OFF whether or not they are used in the source program 502, and all The state value of is set to OFF (steps 706, 708, 7).
10).

【0025】資源情報解析部50がカラム管理テーブル
504を作成すると、プログラム解析部52は図10の
処理を開始し、資源情報解析部50はソースプログラム
502における処理部(図6参照)を調べてアプリケー
ションプログラム(ソースプログラム502)が使用す
るカラムの名称を全て特定し、これらカラムの名称とカ
ラム管理テーブル504上で対応した全ての状態値をO
Nに設定する(ステップ1000,1002,100
4)。
When the resource information analysis unit 50 creates the column management table 504, the program analysis unit 52 starts the processing of FIG. 10, and the resource information analysis unit 50 checks the processing unit (see FIG. 6) in the source program 502. All the column names used by the application program (source program 502) are specified, and all the state values corresponding to these column names on the column management table 504 are set to O.
Set to N (steps 1000, 1002, 100
4).

【0026】図6のソースプログラム502が作成され
た場合で図8の表定義が行なわれていたときには、図9
(B)のように、カラム1,2の状態値がONとされ、
カラム3の状態値はOFFのままとされる。
When the source program 502 of FIG. 6 is created and the table definition of FIG.
As shown in (B), the state values of columns 1 and 2 are turned on,
The state value of column 3 remains OFF.

【0027】またデータ域生成部54は図11の処理を
行ない、プログラム解析部52が状態値をONとしたカ
ラム名についてのみ、作業域506(データ域:変数)
を用意する(ステップ1100,1102,110
4)。
The data area generation unit 54 performs the processing shown in FIG. 11, and the work area 506 (data area: variable) only for the column name whose state value is turned ON by the program analysis unit 52.
Are prepared (steps 1100, 1102, 110
4).

【0028】例えば、図6のソースプログラム502が
作成された場合で図8の表定義が行なわれており、か
つ、図9(B)のようにカラム1,2の状態値がONと
されたときには、図9(C)のように作業域(データ
域)の名称(変数)がカラム1,2についてのみ用意さ
れる。
For example, when the source program 502 of FIG. 6 is created, the table definition of FIG. 8 is performed, and the state values of columns 1 and 2 are turned on as shown in FIG. 9B. At times, as shown in FIG. 9C, the names (variables) of the work area (data area) are prepared only for the columns 1 and 2.

【0029】そしてSQL文生成部56は図12の処理
を行ない、上記のソースプログラム502及びカラム管
理テーブル504の内容を参照しながら作業域の名称を
用いてSQL文508を作成し(ステップ1200,1
202,1204,1206,1208,1210,1
212,1214,1216,1218)、このSQL
文508が埋め込まれたアプリケーションプログラム
(例えばCOBOL言語のソースプログラム.オブジェ
クトプログラムであっても良い)を生成する。
Then, the SQL statement generator 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 (step 1200, 1
202, 1204, 1206, 1208, 1210, 1
212, 1214, 1216, 1218), this SQL
An application program (for example, a COBOL language source program or an object program) in which the statement 508 is embedded is generated.

【0030】以上のように、アプリケーションプログラ
ムが使用可能なカラムであって、そのアプリケーション
プログラムで使用されるカラムについてのみ、作業域5
06が自動的に用意される。
As described above, only the columns which can be used by the application program and which are used by the application program are included in the work area 5.
06 is automatically prepared.

【0031】このため、ソースプログラム502の作成
者はビュー表の定義を行なわず、図6のように検索を指
示する処理部で表名のみを記述する。したがって、ソー
スプログラム502の作成作業がきわめて容易なものと
なってプログラム作成者の負担が軽減され、その結果、
ソースプログラム502の生産性を大幅に高められる。
For this reason, the creator of the source program 502 does not define the view table, and describes only the table name in the processing section for instructing the search as shown in FIG. Therefore, the work of creating the source program 502 becomes extremely easy, and the burden on the program creator is reduced, and as a result,
The productivity of the source program 502 can be greatly increased.

【0032】また、図3の場合と同様に表1のカラム
1,2に加えてカラム3からもデータを取り出すために
は、ソースプログラム502の出力指示部分についての
み、カラム3の記述を図4(B)のように追加すれば良
く、ソースプログラム502の変更も容易となる。
Further, as in the case of FIG. 3, in order to retrieve data from column 3 in addition to columns 1 and 2 of Table 1, the description of column 3 is described only for the output instruction portion of the source program 502. The source program 502 can be easily changed by adding as shown in FIG.

【0033】[0033]

【発明の効果】以上説明したように本発明によれば、ア
プリケーションプログラムで使用されるカラムについて
のみ、または、アプリケーションプログラムが使用可能
なカラムであってそのアプリケーションプログラムで使
用されるカラムについてのみ、作業域が用意されるの
で、ソースプログラムはビュー表の定義を行なわずにそ
の検索指示部分に表名のみを記述して作成でき、このた
め、ソースプログラム作成の作業を容易化してその作成
者の負担を軽減し、プログラム開発の生産効率を大幅に
向上させことが可能となる。
As described above, according to the present invention, work can be performed only on columns used in an application program, or only columns usable by the application program and used in the application program. Since the area is prepared, the source program can be created by writing only the table name in the search instruction part without defining the view table, which simplifies the work of creating the source program and reduces the burden on the creator. This makes it possible to significantly improve the production efficiency of program development.

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

【図1】第1発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the first invention.

【図2】第2発明の原理説明図である。FIG. 2 is a diagram illustrating the principle of the second invention.

【図3】従来技術の説明図である。FIG. 3 is an explanatory diagram of a conventional technique.

【図4】発明の作用説明図である。FIG. 4 is an explanatory view of the operation of the invention.

【図5】実施例の構成説明図である。FIG. 5 is a diagram illustrating the configuration of the embodiment.

【図6】実施例のソースプログラム説明図である。FIG. 6 is an explanatory diagram of a source program according to the embodiment.

【図7】資源情報解析部の処理内容を説明するフローチ
ャートである。
FIG. 7 is a flowchart illustrating processing contents of a resource information analysis unit.

【図8】実施例のデータベースにおける表定義の説明図
である。
FIG. 8 is an explanatory diagram of table definition in the database of the embodiment.

【図9】実施例におけるカラム管理テーブル及びデータ
域(作業域)の説明図である。
FIG. 9 is an explanatory diagram of a column management table and a data area (work area) in the embodiment.

【図10】プログラム解析部の処理内容を説明するフロ
ーチャートである。
FIG. 10 is a flowchart illustrating processing contents of a program analysis unit.

【図11】データ域生成部の処理内容を説明するフロー
チャートである。
FIG. 11 is a flowchart illustrating processing contents of a data area generation unit.

【図12】SQL文生成部の処理内容を説明するフロー
チャートである。
FIG. 12 is a flowchart illustrating the processing content of an SQL statement generation unit.

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

50 資源情報解析部 52 プログラム解析部 54 データ域生成部 56 SQL文生成部 500 SQLデータベース 502 ソースプログラム 504 カラム管理テーブル 506 データ域(作業域) 508 SQL文 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)

【特許請求の範囲】[Claims] 【請求項1】 ソースプログラムから表名の記述部分を
切り出す表名切出手段(10)と、 ソースプログラムからホスト変数の記述部分を切り出
し、該ホスト変数で示された列名を特定する列名特定手
段(12)と、 特定された列名のデータ参照に必要となる作業域の名称
を生成する作業域名生成手段(14)と、 切り出された表名の記述部分,特定された列名,生成さ
れた作業域の名称を用いてデータ検索用のデータベース
検索文を生成するデータベース検索文生成手段(16)
と、 を有する、 ことを特徴としたデータベース検索文作成装置。
1. A table name cutout means (10) for cutting out a description part of a table name from a source program, and a column name for cutting out a description part of a host variable from the source program and specifying a column name indicated by the host variable. A specifying means (12), a work area name generating means (14) for generating a work area name required for data reference of the specified column name, a description part of the cut out table name, the specified column name, Database search statement generation means (16) for generating a database search statement for data search using the generated work area name
And a database search statement creation device characterized by comprising:
【請求項2】 ソースプログラムから表名の記述部分を
切り出し、該記述部分を用いてリレーショナルデータベ
ースの表定義を参照し、使用可能なデータ形式の列名を
決定する使用可能列決定手段(20)と、 ソースプログラムからホスト変数の記述部分を切り出
し、該ホスト変数にて示された列名であって使用可能と
決定された列名を特定する列名特定手段(22)と、 特定された列名のデータ参照に必要となる作業域の名称
を生成する作業域名生成手段(24)と、 切り出された表名の記述部分,特定された列名,生成さ
れた作業域の名称を用いてデータ検索用のデータベース
検索文を生成するデータベース検索文生成手段(26)
と、 を有する、 ことを特徴としたデータベース検索文作成装置。
2. An available column determining means (20) for extracting a description part of a table name from a source program, referring to the table definition of a relational database using the description part, and determining a column name of a usable data format. And a 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, and the specified column A work area name generating means (24) for generating a work area name required for data reference of a name, a description part of a cut table name, a specified column name, and a generated work area name. Database search statement generation means (26) for generating a database search statement for search
And a database search statement creation device characterized by comprising:
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 true JPH07160558A (en) 1995-06-23
JP3670305B2 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)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6405205B1 (en) 1999-03-03 2002-06-11 Nec Corporation Message display method and system for reproduction of DML objects in relational databases

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01211121A (en) * 1988-02-19 1989-08-24 Nec Corp Translation system for source program including plural data base descriptions

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01211121A (en) * 1988-02-19 1989-08-24 Nec Corp Translation system for source program including plural data base descriptions

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6405205B1 (en) 1999-03-03 2002-06-11 Nec Corporation Message display method and system for reproduction of DML objects in relational databases

Also Published As

Publication number Publication date
JP3670305B2 (en) 2005-07-13

Similar Documents

Publication Publication Date Title
JP2000090098A (en) Data base querying method, its implementing device, and medium recording processing program thereof
JPH11296541A (en) Structured data management system, and computer-readable recording medium recorded with structured data managing program
JPH01180062A (en) Document shaping device
JPH04172542A (en) Function extension system for data base management system
JPH07160558A (en) Data base retrieval sentence preparing device
JPH0528088A (en) Method for automatically generating hardware constitution information
JP3143909B2 (en) File processing device
JP2692196B2 (en) Test data editing method
JP2785138B2 (en) Genetic methods in large-scale knowledge database systems
JP2811747B2 (en) Language processor
JPH05289919A (en) Data base access program generating system
JPH08286897A (en) Program editing device having hierarchical structure display function
JP2004054714A (en) Database access script creation system and method, and script generation program
JPH0744577A (en) Data base table system
JPH08221264A (en) Supporting system for preparing program
JPH06187372A (en) Data entry system
JPH06324853A (en) Source program editor setting object oriented programming language as target
JPH0652163A (en) Structured document processor
JPS60181923A (en) Data base retrieving system
JPH09311800A (en) Automatic data converting device
JPH11102365A (en) Office program generation support device and program storage medium
JPH05257775A (en) Data processor
JPH0652495B2 (en) Message text editing control method
JP2004086818A (en) Database utilizing method and computer for processing office work
JPH06124220A (en) Data base management system based on event relation diagram

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