JP2003140933A - General purpose database built-in system - Google Patents

General purpose database built-in system

Info

Publication number
JP2003140933A
JP2003140933A JP2001340116A JP2001340116A JP2003140933A JP 2003140933 A JP2003140933 A JP 2003140933A JP 2001340116 A JP2001340116 A JP 2001340116A JP 2001340116 A JP2001340116 A JP 2001340116A JP 2003140933 A JP2003140933 A JP 2003140933A
Authority
JP
Japan
Prior art keywords
database
template
name
columns
input data
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.)
Pending
Application number
JP2001340116A
Other languages
Japanese (ja)
Inventor
Atsushi Murakami
村上  淳
Teruhiko Harada
輝彦 原田
Makoto Miyashita
誠 宮下
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP2001340116A priority Critical patent/JP2003140933A/en
Publication of JP2003140933A publication Critical patent/JP2003140933A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a system for generally and easily building data into a database. SOLUTION: Data delimited by [¥t] (tab) is aligned in an input file, the end of each data is [¥n]. A template file includes a table name, the number of columns, a KEY name, a processing section. A DATABASE (database) building-in part 3 determines a data storing table based on the table name in the template file, the number of data inputs based on the number of columns, a KEY column based on the KEY name, and an input processing (INSERT, UPDATE) based on the processing section, produces and issues an SQL sentence, and stores data.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、データベースに対
してデータを処理するシステムに関し、特に、スキー
マ,テーブル名,テーブルレイアウトを意識することな
くデータを処理するシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system for processing data with respect to a database, and more particularly to a system for processing data without paying attention to a schema, a table name and a table layout.

【0002】[0002]

【従来の技術】広く使用されているデータベースにおい
ては、データベースのスキーマが定義されているため、
従来のデータベース組込では、例えばデータベースの更
新を行うためには、そのデータベースのスキーマ,表
名,列名を意識しなければデータ更新を行う事はできな
かった。
2. Description of the Related Art In a widely used database, the schema of the database is defined,
In the conventional database incorporation, for example, in order to update the database, the data cannot be updated unless the schema, table name, and column name of the database are taken into consideration.

【0003】[0003]

【発明が解決しようとする課題】従って従来の仕組みで
は、以下のような問題点があった。つまり、データベー
スのスキーマが変更される場合、例えば表の追加、列の
変更のたびに、プログラムの作成、修正が必要となる事
である。本発明は、以上の問題点を解決し、多種多様な
データベースの組込方式を提供する。
Therefore, the conventional mechanism has the following problems. In other words, when the schema of the database is changed, it is necessary to create and modify a program each time a table is added or a column is changed. The present invention solves the above problems and provides a wide variety of database embedding methods.

【0004】また、本発明は、データベースへのデータ
の組み込みを汎用的かつ容易に行うシステムを提供する
ことを目的とする。
Another object of the present invention is to provide a system that can easily and universally incorporate data into a database.

【0005】[0005]

【課題を解決するための手段】上記目的を達成する本発
明は、データベースに対する入力データと、この入力デ
ータに対応し、少なくともデータベースのテーブル名,
カラム数,キー名,処理区分を含むテンプレートとを受
け取り、前記テンプレートに含まれるテーブル名,カラ
ム数,キー名に基づいて対象となるデータベースの項目
を特定し、前記入力データに関して、前記特定された項
目を処理対象として、前記処理区分で指定された処理を
行うデータベース組込手段を備える汎用データベース組
込システムを含む。
According to the present invention for achieving the above object, input data to a database and corresponding to this input data, at least a table name of the database,
A template including the number of columns, a key name, and a processing division is received, the target database item is specified based on the table name, the number of columns, and the key name included in the template, and the specified with respect to the input data. It includes a general-purpose database embedding system including a database embedding means for performing the processing designated by the processing classification with an item as a processing target.

【0006】また、前記データベース組込手段は、前記
入力データおよび前記テンプレートに基づいて、データ
ベースを操作するためのSQL記述を作成するようにし
た。
Further, the database embedding means creates an SQL description for operating the database based on the input data and the template.

【0007】さらに、上記のシステムは、前記入力デー
タの付加情報に基づいて対象データベースを決定し、前
記決定された対象データベースを参照して処理対象とな
る項目を特定し、前記特定された項目に対応するテーブ
ル名,カラム数,キー名を抽出し、この抽出したテーブ
ル名,カラム数,キー名と、指定された処理情報とに基
づいて、前記対象データベース向けのテンプレートを作
成するテンプレート作成手段を、さらに備えるようにし
た。
Further, the above system determines a target database based on the additional information of the input data, identifies an item to be processed by referring to the determined target database, and selects the item to be identified. A template creating means for extracting the corresponding table name, the number of columns, and the key name, and creating a template for the target database based on the extracted table name, the number of columns, the key name, and the designated processing information. , Prepared for more.

【0008】また、上記システムの発明は、方法の発明
としても成立する。また、上記発明は、コンピュータに
所定の機能を実現させるプログラムまたはそのプログラ
ムを記録した記録媒体としても成立する。
The invention of the above system is also realized as a method invention. Further, the above invention is also realized as a program for causing a computer to realize a predetermined function or a recording medium recording the program.

【0009】また、本明細書における手段は、ハードウ
ェア、ソフトウェアまたはハードウェアおよびソフトウ
ェアの組み合わせにより実現可能である。ハードウェア
およびソフトウェアの組み合わせによる実行は、例え
ば、所定のプログラムを有するコンピュータ・システム
における実行が該当する。
The means in this specification can be realized by hardware, software, or a combination of hardware and software. Execution by a combination of hardware and software corresponds to execution in a computer system having a predetermined program, for example.

【0010】そして、1つの手段が有する機能が2つ以
上のハードウェア、ソフトウェアまたはハードウェアお
よびソフトウェアの組み合わせにより実現されても、2
つ以上の手段の機能が1つのハードウェア、ソフトウェ
アまたはハードウェアおよびソフトウェアの組み合わせ
により実現されても良い。
Even if the function of one means is realized by two or more pieces of hardware, software or a combination of hardware and software, 2
The functions of one or more means may be realized by one piece of hardware, software, or a combination of hardware and software.

【0011】[0011]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して説明する。ここで、図1は、本発明の
実施の形態に係る汎用データベース組込システムの構成
を示すブロック図である。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below with reference to the drawings. Here, FIG. 1 is a block diagram showing a configuration of a general-purpose database built-in system according to an embodiment of the present invention.

【0012】(実施の形態の概要)本発明は、スキーマ
名,テーブル名,テーブルレイアウトを意識することな
くデータを組み込む仕組みを提供するものである。図1
において、DATABASE(データベース)100に
入力ファイル(入力データ)1および3、テンプレート
2および4が送信される。入力ファイル1,3の中には
[\t](タブ)で区切られたデータ郡が存在する。テンプ
レート2,4には主に対象データベースの構造または書
式が記述されており、テーブル名10,カラム数20,
KEY名30,処理区分40が存在する。
(Outline of Embodiment) The present invention provides a mechanism for incorporating data without considering the schema name, the table name, and the table layout. Figure 1
In, the input files (input data) 1 and 3 and the templates 2 and 4 are transmitted to the DATABASE (database) 100. In the input files 1 and 3
There are data groups separated by [\ t] (tab). The templates 2 and 4 mainly describe the structure or format of the target database, including the table name 10, the number of columns 20,
There are a KEY name 30 and a processing division 40.

【0013】DATABASE(データベース)組込3
は、入力ファイル1をテンプレート2からテーブル名,
カラム数,KEY名,処理区分を読み取り、テーブル
(TABLE A)へデータを格納する。同様に、入力
ファイル3は、テンプレート4から情報を読み取り、テ
ーブル(TABLE B)へデータを格納する。
DATABASE (database) incorporation 3
Is input file 1 from template 2 table name,
The number of columns, the KEY name, and the processing category are read, and the data is stored in the table (TABLE A). Similarly, the input file 3 reads information from the template 4 and stores the data in the table (TABLE B).

【0014】このようにして、入力ファイルに対応した
テンプレートを用意する事で、各テーブルのデザインを
意識せずにデータベース更新をする事を可能にする。
By thus preparing the template corresponding to the input file, it is possible to update the database without being aware of the design of each table.

【0015】(実施の形態の構成)次に実施の形態の構
成について説明する。図1を参照すると、本発明の汎用
データベース組込システムの一実施の形態は、ホストコ
ンピュータA101と、ストアコンピュータB102と
から構成されている。ストアコンピュータB102は、
DATABASE(データベース)組込3を含む。これ
らの手段はそれぞれ概略つぎのように動作する。
(Structure of Embodiment) Next, the structure of the embodiment will be described. Referring to FIG. 1, an embodiment of a general-purpose database built-in system of the present invention comprises a host computer A101 and a store computer B102. The store computer B102 is
Includes DATABASE embedded 3. Each of these means operates roughly as follows.

【0016】DATABASE(データベース)組込3
は、ホストコンピュータA101より送信されるテンプ
レート2,4に含まれているテーブル名によりデータ格
納テーブルを読み取り、入力ファイル1,3を格納す
る。
DATABASE (database) incorporation 3
Reads the data storage table with the table names included in the templates 2 and 4 transmitted from the host computer A101 and stores the input files 1 and 3.

【0017】(実施の形態の動作)次に、図1および図
2を参照して本発明の実施の形態に係る汎用データベー
ス組込システムの全体の動作について詳細に説明する。
ここで、図2は、本発明の実施の形態に係る汎用データ
ベース組込システムの動作を説明するフローチャートで
ある。
(Operation of Embodiment) Next, the overall operation of the general-purpose database embedded system according to the embodiment of the present invention will be described in detail with reference to FIGS. 1 and 2.
Here, FIG. 2 is a flowchart for explaining the operation of the general-purpose database built-in system according to the embodiment of the present invention.

【0018】まず、入力データが作成されるとホストコ
ンピュータA101よりストアコンピュータB102に
入力ファイル1,3、テンプレートファイル2,4が送
信される(図2のステップA1)。
First, when the input data is created, the host computer A101 transmits the input files 1 and 3 and the template files 2 and 4 to the store computer B102 (step A1 in FIG. 2).

【0019】次に、DATABASE(データベース)
組込3がテンプレートファイル2,4に含まれているテ
ーブル名よりデータ格納テーブルを読み取り、データ格
納テーブルに入力ファイル1,3を格納する。(ステッ
プA2)。
Next, DATABASE (database)
The embedded 3 reads the data storage table from the table name included in the template files 2 and 4, and stores the input files 1 and 3 in the data storage table. (Step A2).

【0020】(具体例)次に、具体例を用いてさらに詳
細に説明する。ここで、図3は、本発明の汎用データベ
ース組込システムの1例を示すブロック図である。図3
に示すように、入力ファイルには[\t](タブ)で区切られ
たデータが並んでおり1(各)データの最後は[\n]で終
わっている。テンプレートファイルにはテーブル名,カ
ラム数,KEY名,処理区分が含まれる。
(Specific Example) Next, a specific example will be described in more detail. Here, FIG. 3 is a block diagram showing an example of the general-purpose database built-in system of the present invention. Figure 3
As shown in, the input file contains data separated by [\ t] (tab), and the end of 1 (each) data ends with [\ n]. The template file includes the table name, the number of columns, the KEY name, and the processing classification.

【0021】DATABASE(データベース)組込3
は、テンプレートファイルのテーブル名でデータ格納テ
ーブルを判断し、同ファイルのカラム数からデータの入
力数、KEY名からKEYとなる列、処理区分から入力
処理(INSERT、UPDATE)を判断し、図に示
すようなSQL文の作成、発行を行いデータを格納す
る。
DATABASE (database) incorporation 3
Determines the data storage table by the table name of the template file, determines the number of data inputs based on the number of columns in the file, the column that becomes KEY from the KEY name, and the input processing (INSERT, UPDATE) from the processing classification. The SQL statement as shown is created and issued, and the data is stored.

【0022】(他の具体例)次に、他の具体例を説明す
る。ここで、図4は、本発明の汎用データベース組込シ
ステムの他の例を示すブロック図である。なお図4にお
いては、データベース組込3は、データベース削除4と
して示される。図4に示すように、入力ファイルには[\
t](タブ)で区切られたデータが並んでおり1データの最
後は[\n]で終わっている。テンプレートファイルにはテ
ーブル名,カラム数,KEY名,処理区分が含まれる。
DATABASE(データベース)削除4は、テンプレ
ートファイルのテーブル名でデータ削除テーブルを判断
し、同ファイルのカラム数からデータの削除行、処理区
分から削除処理(TURUNCATE、DELETE)
を判断し、SQL文の作成、発行を行いデータを削除す
る。
(Other Specific Example) Next, another specific example will be described. Here, FIG. 4 is a block diagram showing another example of the general-purpose database built-in system of the present invention. Note that in FIG. 4, the database embedding 3 is shown as a database deletion 4. As shown in Figure 4, the input file contains [\
The data separated by t] (tab) are arranged, and the end of one data ends with [\ n]. The template file includes the table name, the number of columns, the KEY name, and the processing classification.
In DATABASE (database) deletion 4, the data deletion table is determined by the table name of the template file, the deletion line of the data is determined from the number of columns in the file, and the deletion processing is performed from the processing category (TURUNCATE, DELETE).
Then, the SQL statement is created and issued, and the data is deleted.

【0023】(他の実施の形態)次に、他の実施の形態
を説明する。本発明の他の実施の形態においては、図1
のホストコンピュータA101は、図示しないテンプレ
ート作成手段を備える構成とする。テンプレート作成手
段は、ストアコンピュータB102へ送信されるテンプ
レートを作成する機能を有し、特に、各データベースに
対応したテンプレートを動的に作成する機能を有する。
(Other Embodiments) Next, other embodiments will be described. In another embodiment of the invention, FIG.
The host computer A101 is configured to include a template creating unit (not shown). The template creating means has a function of creating a template to be transmitted to the store computer B102, and particularly has a function of dynamically creating a template corresponding to each database.

【0024】具体的に説明すると、まず、入力データと
更新等の処理情報とがテンプレート作成手段に入力され
る。ここで、入力データには、付加情報が添付されてい
る。この付加情報は、データベースのテーブルのカラム
名,KEY名等に対応する情報を含むものである。
More specifically, first, input data and processing information such as update are input to the template creating means. Here, additional information is attached to the input data. This additional information includes information corresponding to the column name, KEY name, etc. of the database table.

【0025】テンプレート作成手段は、この入力データ
および付加情報を受け取ると、付加情報に含まれたカラ
ム名,KEY名に基づいて1または複数のデータベース
を検索して対象となるデータベースを決定する。
Upon receiving the input data and the additional information, the template creating means searches one or a plurality of databases based on the column name and the KEY name included in the additional information to determine the target database.

【0026】次に、対象データベースを参照して処理対
象となる項目を特定する。そして、特定された項目に対
応するテーブル名,カラム数,キー名を抽出してテンプ
レートの内容とする。
Next, the item to be processed is specified by referring to the target database. Then, the table name, the number of columns, and the key name corresponding to the specified items are extracted and used as the contents of the template.

【0027】そして、オペレータ等によって入力された
更新,挿入,削除等の処理情報と抽出したテーブル名,
カラム数,キー名とに基づいて、テーブル名,カラム
数,キー名,処理区分を含むテンプレートを作成する。
なお、テンプレートには、対象となるデータベースを識
別する情報を加えるようにしてもよい。
Then, processing information such as update, insertion, and deletion input by the operator and the extracted table name,
A template including a table name, the number of columns, a key name, and a processing category is created based on the number of columns and the key name.
Information for identifying the target database may be added to the template.

【0028】このようにすることにより、入力データお
よび付加情報にしたがって動的にテンプレートを作成す
ることが可能となる。
By doing so, it becomes possible to dynamically create a template in accordance with the input data and the additional information.

【0029】また、テンプレート作成手段は、図示しな
いデータベース条件情報ファイルを検索して、対象とな
るデータベースに特有の条件を抽出し、抽出された条件
を加味してテンプレートを作成するようにしてもよい。
なお、データベース条件情報ファイルには、特有の書式
条件、あるいは個々のデータベースを操作するために特
有の条件(例えばコマンド等)等が格納されている。
The template creating means may search a database condition information file (not shown), extract conditions specific to the target database, and create the template by adding the extracted conditions. .
It should be noted that the database condition information file stores specific format conditions, or specific conditions (such as commands) for operating individual databases.

【0030】このようにすることにより、組み込み対象
となる複数のデータベースが、その書式等について異な
る条件を有している場合であっても、個々のデータベー
スに適合するテンプレートを作成することができる。ま
た、異なる書式条件等を有する複数のデータベースに同
一の機能を有するデータベース組込手段を(カスタマイ
ズなしに)用いることが可能となる。
By doing so, even when a plurality of databases to be incorporated have different conditions regarding their formats, etc., it is possible to create a template suitable for each database. Further, it becomes possible to use the database embedding means having the same function (without customization) for a plurality of databases having different format conditions and the like.

【0031】なお、上記の例においては、テンプレート
作成手段をホストコンピュータA101が備える構成と
したが、本発明はこれに限られずストアコンピュータB
102に含まれるようにしてもよい。また、データベー
スのバックアップ用のデータベースをホストコンピュー
タA101側に設け、テンプレート作成手段がテンプレ
ートを作成する際には、このバックアップ用のデータベ
ースを参照するようにすると、データベースの処理負担
を軽減することができる。
In the above example, the host computer A101 is provided with the template creating means, but the present invention is not limited to this, and the store computer B is not limited to this.
It may be included in 102. Further, a database backup database is provided on the host computer A101 side, and when the template creating means creates a template, the backup database can be referenced to reduce the database processing load. .

【0032】また、本発明をクライアント/サーバ型の
システムにおいて実装した場合には、データベース組込
手段をデータベースサーバに設け、テンプレート作成手
段をクライアント側に設けるようしてもよく、両者をデ
ータベースサーバに設けるようにしてもよい。さらに、
テンプレート作成手段をデータベースサーバとは異なる
サーバに設けるようにしてもよい。
When the present invention is implemented in a client / server type system, the database embedding means may be provided in the database server and the template creating means may be provided in the client side. It may be provided. further,
The template creating means may be provided in a server different from the database server.

【0033】以上、好適な実施の形態を用いて本発明を
説明してきたが、本発明は上記の実施の形態に限定され
るものではない。当業者は、ここに開示された内容に基
づいて、本発明の範囲から外れることなしに適宜変更ま
たは改良を行うことが可能である。また、このような変
更あるいは改良も本発明に含まれる。
Although the present invention has been described with reference to the preferred embodiment, the present invention is not limited to the above embodiment. Those skilled in the art can make appropriate changes or improvements based on the contents disclosed herein without departing from the scope of the present invention. Further, such changes or improvements are also included in the present invention.

【0034】[0034]

【発明の効果】以上説明したように、本発明によれば、
第1の効果は、各テーブルのデザインを意識せずにデー
タベースを更新できる事にある。その理由は、各テーブ
ルのデザインはテンプレートファイルを情報として受け
取るためである。
As described above, according to the present invention,
The first effect is that the database can be updated without being aware of the design of each table. The reason is that the design of each table receives the template file as information.

【0035】第2の効果は、データベース組込の汎用性
が広い事である。その理由は、入力データ作成、テンプ
レートファイル作成が容易に作成できるためである。
The second effect is that the versatility of incorporating a database is wide. The reason is that it is easy to create input data and template files.

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

【図1】本発明の実施の形態に係る汎用データベース組
込システムの構成を示すブロック図である。
FIG. 1 is a block diagram showing a configuration of a general-purpose database embedded system according to an embodiment of the present invention.

【図2】本発明の実施の形態に係る汎用データベース組
込システムの動作を説明するフローチャートである。
FIG. 2 is a flowchart illustrating an operation of the general-purpose database embedded system according to the embodiment of the present invention.

【図3】本発明の汎用データベース組込システムの1例
を示すブロック図である。
FIG. 3 is a block diagram showing an example of a general-purpose database built-in system of the present invention.

【図4】本発明の汎用データベース組込システムの他の
例を示すブロック図である。
FIG. 4 is a block diagram showing another example of the general-purpose database built-in system of the present invention.

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

3 DATABASE(データベース)組込 100 データベース 101 ホストコンピュータA 102 ストアコンピュータB 3 DATABASE (database) incorporation 100 databases 101 Host computer A 102 Store computer B

───────────────────────────────────────────────────── フロントページの続き (72)発明者 宮下 誠 東京都江東区新木場一丁目18番6号 エヌ イーシーソフト株式会社内 Fターム(参考) 5B075 ND03 ND23 ND34 NK54 PR10 QT06 UU40 5B082 GA07    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Makoto Miyashita             18-6, Shinkiba, Koto-ku, Tokyo N             Within Easesoft Co., Ltd. F term (reference) 5B075 ND03 ND23 ND34 NK54 PR10                       QT06 UU40                 5B082 GA07

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】データベースに対する入力データと、この
入力データに対応し、少なくともデータベースのテーブ
ル名,カラム数,キー名,処理区分を含むテンプレート
とを受け取り、 前記テンプレートに含まれるテーブル名,カラム数,キ
ー名に基づいて対象となるデータベースの項目を特定
し、 前記入力データに関して、前記特定された項目を処理対
象として、前記処理区分で指定された処理を行うデータ
ベース組込手段を備える汎用データベース組込システ
ム。
1. An input data to a database and a template corresponding to the input data and including at least a database table name, the number of columns, a key name, and a processing division are received, and the table name, the number of columns included in the template, A general-purpose database embedding unit that includes a database embedding unit that identifies a target database item based on a key name, and performs the process specified in the process category with respect to the specified item as a process target for the input data. system.
【請求項2】前記データベース組込手段は、前記入力デ
ータおよび前記テンプレートに基づいて、データベース
を操作するためのSQL記述を作成する請求項1に記載
の汎用データベース組込システム。
2. The general-purpose database embedding system according to claim 1, wherein the database embedding means creates an SQL description for operating the database based on the input data and the template.
【請求項3】前記入力データの付加情報に基づいて対象
データベースを決定し、前記決定された対象データベー
スを参照して処理対象となる項目を特定し、前記特定さ
れた項目に対応するテーブル名,カラム数,キー名を抽
出し、この抽出したテーブル名,カラム数,キー名と、
指定された処理情報とに基づいて、前記対象データベー
ス向けのテンプレートを作成するテンプレート作成手段
を、さらに備える請求項1または2に記載の汎用データ
ベース組込システム。
3. A target database is determined based on the additional information of the input data, an item to be processed is specified by referring to the determined target database, a table name corresponding to the specified item, The number of columns and key name are extracted, and the extracted table name, number of columns, and key name,
The general-purpose database embedding system according to claim 1 or 2, further comprising a template creating unit that creates a template for the target database based on designated processing information.
【請求項4】コンピュータを、 データベースに対する入力データと、この入力データに
対応し、少なくともデータベースのテーブル名,カラム
数,キー名,処理区分を含むテンプレートとを受け取
り、 前記テンプレートに含まれるテーブル名,カラム数,キ
ー名に基づいて対象となるデータベースの項目を特定
し、 前記入力データに関して、前記特定された項目を処理対
象として、前記処理区分で指定された処理を行うデータ
ベース組込手段として機能させるためのプログラム。
4. A computer receives input data to a database and a template corresponding to the input data and including at least a table name of the database, the number of columns, a key name, and a processing division, and a table name included in the template, The target database item is specified based on the number of columns and the key name, and the input data is caused to function as a database embedding unit that performs the process specified by the process classification, with the specified item as the processing target. Program for.
【請求項5】前記データベース組込手段は、前記入力デ
ータおよび前記テンプレートに基づいて、データベース
を操作するためのSQL記述を作成する請求項4に記載
のプログラム。
5. The program according to claim 4, wherein the database embedding means creates an SQL description for operating the database based on the input data and the template.
【請求項6】コンピュータを、 データベースに対する入力データの付加情報に基づいて
対象データベースを決定し、前記決定された対象データ
ベースを参照して処理対象となる項目を特定し、前記特
定された項目に対応するテーブル名,カラム数,キー名
を抽出し、この抽出したテーブル名,カラム数,キー名
と、指定された処理情報とに基づいて、前記対象データ
ベース向けのテンプレートを作成するテンプレート作成
手段として機能させるためのプログラム。
6. A computer determines a target database based on additional information of input data to the database, identifies an item to be processed by referring to the determined target database, and responds to the identified item. Functions as a template creating means for extracting the table name, the number of columns, and the key name to be created, and creating a template for the target database based on the extracted table name, the number of columns, the key name, and the specified processing information. A program to let you.
JP2001340116A 2001-11-06 2001-11-06 General purpose database built-in system Pending JP2003140933A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001340116A JP2003140933A (en) 2001-11-06 2001-11-06 General purpose database built-in system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001340116A JP2003140933A (en) 2001-11-06 2001-11-06 General purpose database built-in system

Publications (1)

Publication Number Publication Date
JP2003140933A true JP2003140933A (en) 2003-05-16

Family

ID=19154365

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001340116A Pending JP2003140933A (en) 2001-11-06 2001-11-06 General purpose database built-in system

Country Status (1)

Country Link
JP (1) JP2003140933A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016194808A (en) * 2015-03-31 2016-11-17 オムロン株式会社 Programmable logic controller, data collection device, database access method and database access program
CN109815428A (en) * 2018-12-28 2019-05-28 陈德芹 A kind of online table caching method and device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016194808A (en) * 2015-03-31 2016-11-17 オムロン株式会社 Programmable logic controller, data collection device, database access method and database access program
CN109815428A (en) * 2018-12-28 2019-05-28 陈德芹 A kind of online table caching method and device
CN109815428B (en) * 2018-12-28 2021-04-20 陈德芹 Online table caching method and device

Similar Documents

Publication Publication Date Title
US7401078B2 (en) Information processing apparatus, document search method, program, and storage medium
US20030101416A1 (en) Creating XML documents
WO2013083793A1 (en) Systems and methods for improving database performance
JP2007509417A (en) System and method for managing data using static lists
US11907251B2 (en) Method and system for implementing distributed lobs
US20100169760A1 (en) Apparatus for displaying instance data, method, and computer program product
JP2001195406A (en) Database management system
US7657528B2 (en) Method, computer program product and article of manufacture for providing service-to-role assignment to launch application services in role-based computer system
JP2003140933A (en) General purpose database built-in system
JP2006171800A (en) Data-totaling device, its method, and program
TWI247222B (en) Database apply-managing system, database apply-managing method and recording medium
CN112988668B (en) PostgreSQL-based streaming document processing method and device and application method of device
WO2023223424A1 (en) Document generation device, program, and document generation method
KR100709379B1 (en) Making method for documents having the form appling the analyzed Meta-file
JP4461151B2 (en) Structured document management system and program
JP2001297089A (en) Document retrieval method and storage medium with program stored therein for executing the method
JP2004185561A (en) Data conversion method, and computer system therefor
JP2639330B2 (en) Error system
JPH07182224A (en) Data co-operating function for filing device
JPH01286020A (en) Program retrieving system
JP5083612B2 (en) Search device
JP2000259461A (en) Data connection system and computer readable recording medium with program recorded thereon
CN113392258A (en) Method of managing a media library, corresponding system and computer program product
JPH0240763A (en) Document managing system
JP2000067073A (en) Device for managing document and method therefor

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060829

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070109