JPH04323742A - Distributed data base system - Google Patents

Distributed data base system

Info

Publication number
JPH04323742A
JPH04323742A JP3122315A JP12231591A JPH04323742A JP H04323742 A JPH04323742 A JP H04323742A JP 3122315 A JP3122315 A JP 3122315A JP 12231591 A JP12231591 A JP 12231591A JP H04323742 A JPH04323742 A JP H04323742A
Authority
JP
Japan
Prior art keywords
database
column
attributes
attribute management
server
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
JP3122315A
Other languages
Japanese (ja)
Inventor
Motohide Misaki
見▲崎▼ 元秀
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 Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP3122315A priority Critical patent/JPH04323742A/en
Publication of JPH04323742A publication Critical patent/JPH04323742A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To enable a user to perform the data base processing without paying his attention to the attribute of the result value at the time of access request. CONSTITUTION:In the distributed data base system where the data base processing language for data definition, operation, and control of a data base is used to perform the data base processing in response to the access request of the user, a client and a server are provided with string attribute management means 3 and 7 respectively, and the server is provided with a string attribute management table 8, and the string attribute management means 7 obtains the attribute of the result value based on the string attribute management table 8 and returns it to the client together with the result value. Otherwise, string attribute information held in the string attribute management means 3 of the client is obtained or the string attribute management means 7 of the server is inquired about string attribute information, and the attribute of the result value is transmitted to the server together with the data base processing language, the argument value, and the attribute of the argument value.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、分散データベースの管
理に利用する。本発明は、利用者がアクセス要求時に結
果値の属性を意識せずにデータベース処理を行うことが
できる分散データベースシステムに関する。
FIELD OF INDUSTRIAL APPLICATION The present invention is utilized for managing distributed databases. The present invention relates to a distributed database system that allows users to perform database processing without being aware of attributes of result values when making access requests.

【0002】0002

【従来の技術】従来、この種の列属性管理は、利用者が
アクセスしようとするデータベースの各列の属性を意識
し、結果値の属性にデータベースで定義されている属性
を指定する必要があり、データベースに対するアクセス
要求を受け付けたクライアントの分散データベース制御
手段がデータベース処理言語、引数値、および引数値の
属性と共に利用者の指定した結果値の属性をサーバに転
送し、このアクセス要求を受信したサーバが利用者の指
定した引数値の属性、および結果値の属性に基づいてデ
ータベースに対する処理を行うことで結果値のみをクラ
イアントに送信していた。
[Background Art] Conventionally, this type of column attribute management requires users to be aware of the attributes of each column in the database they are trying to access, and to specify the attributes defined in the database as the attributes of the result value. , the distributed database control means of the client that has received the access request to the database transfers the database processing language, the argument value, and the attributes of the argument value as well as the attributes of the result value specified by the user to the server, and the server that received this access request performed processing on the database based on the attributes of the argument value and result value specified by the user, and sent only the result value to the client.

【0003】0003

【発明が解決しようとする課題】従来の列属性管理では
、前述のようにクライアント側で結果値の属性をサーバ
に転送する必要があるため、利用者がアクセスしようと
するデータベースの各列の属性を管理し、結果値の属性
をクライアントの分散データベース制御手段に対して指
定する必要があった。
[Problem to be Solved by the Invention] In conventional column attribute management, as mentioned above, it is necessary for the client side to transfer the attributes of the result value to the server. It was necessary to manage the results and specify the attributes of the result values to the client's distributed database control means.

【0004】本発明はこのような問題を解決するもので
、利用者がアクセス要求時に結果値の属性を意識するこ
とをなくすことができるシステムを提供することを目的
とする。
[0004] The present invention is intended to solve such problems, and an object thereof is to provide a system that eliminates the need for a user to be aware of the attributes of a result value when making an access request.

【0005】[0005]

【課題を解決するための手段】本発明は、複数のクライ
アントとサーバとが通信回線を介して接続され、前記ク
ライアントに、利用者からアクセス要求を受けたときに
、そのアクセス要求をデータベース処理言語、引数値、
および引数値の属性に変換して前記サーバに対しデータ
ベース処理要求を行う分散データベース制御手段と、前
記サーバへのアクセス要求を前記通信回線を介して転送
する通信制御手段とを備え、前記サーバに、アクセス要
求の対象となるデータベースと、前記クライアントから
のデータベース処理要求を受ける通信制御手段と、この
通信制御手段が受けたアクセス要求にしたがってデータ
ベース処理を行う分散データベース制御手段と、前記デ
ータベースに対して対象データをアクセスするデータベ
ースアクセス手段とを備えた分散データベースシステム
において、前記サーバに、前記データベースの各列の属
性を保持する列属性管理表を設け、前記クライアントの
分散データベース制御手段が結果値の属性を省略したと
きに、結果値に対応するデータ属性を前記列属性管理表
を参照して求める列属性管理手段を備えたことを特徴と
する。
[Means for Solving the Problems] The present invention provides a system in which a plurality of clients and a server are connected via a communication line, and when the client receives an access request from a user, the access request is transmitted in a database processing language. , argument value,
and distributed database control means for converting argument values into attributes and issuing a database processing request to the server, and communication control means for transferring an access request to the server via the communication line, A database that is the target of an access request, a communication control means that receives a database processing request from the client, a distributed database control means that performs database processing according to the access request received by the communication control means, and a database that is the target of the access request. In a distributed database system comprising a database access means for accessing data, the server is provided with a column attribute management table that holds attributes of each column of the database, and the distributed database control means of the client stores attributes of result values. When omitted, the present invention is characterized by comprising a column attribute management means for determining a data attribute corresponding to a result value by referring to the column attribute management table.

【0006】前記クライアントは、前記データベースの
各列の属性をあらかじめ保持し利用者が要求した結果値
の属性を求める列属性管理手段を備え、前記クライアン
トの列属性管理手段は、前記データベースの各列の属性
を保持していない場合に、前記サーバの列属性管理手段
に列属性を問い合わせ、結果値の属性を前記分散データ
ベース制御手段に返却する手段を含み、前記サーバの列
属性管理手段は、前記クライアントの列属性管理手段か
らの列属性取得要求に対し前記データベースの各列の属
性を求める手段を含むことが望ましい。
[0006] The client is provided with a column attribute management means that holds the attributes of each column of the database in advance and obtains the attributes of the result value requested by the user; , the column attribute management means of the server includes means for inquiring the column attribute management means of the server about the column attribute and returning the attribute of the result value to the distributed database control means, when the column attribute management means of the server does not hold the column attribute of the server. It is desirable to include means for obtaining the attributes of each column in the database in response to a column attribute acquisition request from the column attribute management means of the client.

【0007】[0007]

【作用】通信回線を介して互いに接続された複数のクラ
イアントおよびサーバに散在するデータを記憶するデー
タベースに対し、利用者からのデータの定義、操作、お
よび制御の要求に応えてデータベース処理を行うときに
、クライアント側では、分散データベース制御手段が利
用者のデータベース処理要求に結果値の属性が指定され
ていない場合に、まず、散在するデータベースに対しデ
ータベース処理を行い、次いで、列属性管理手段がデー
タベースの各列の属性情報をあらかじめ問い合わせるこ
とによって保持し、サーバに対しアクセス要求を行う前
に結果値の属性を取得できるようにして、データベース
に対するアクセス要求を通信回線を介して複数のサーバ
に転送する。
[Operation] When performing database processing in response to requests from users for data definition, manipulation, and control for a database that stores data scattered across multiple clients and servers connected to each other via communication lines. On the client side, if the attribute of the result value is not specified in the user's database processing request, the distributed database control means first performs database processing on the scattered databases, and then the column attribute management means The attribute information of each column is retained by querying it in advance, and the attribute of the result value can be obtained before making an access request to the server, and the database access request is forwarded to multiple servers via a communication line. .

【0008】サーバ側では、クライアントから転送され
てきたデータベース処理要求を受け取り、分散データベ
ース制御手段がデータベースに対するアクセス要求に対
してデータベース処理を行い、列属性管理手段がデータ
ベースの各列の属性を保持する列属性管理表を参照して
データベースの列属性を分散データベース制御手段に提
供し、データベースに対して対象データをアクセスする
On the server side, a database processing request transferred from a client is received, a distributed database control means performs database processing in response to the database access request, and a column attribute management means maintains the attributes of each column of the database. The column attributes of the database are provided to the distributed database control means by referring to the column attribute management table, and the target data is accessed from the database.

【0009】これにより、利用者がアクセス要求時に結
果値の属性を意識する必要をなくすことができる。
[0009] This eliminates the need for the user to be aware of the attributes of the result value when making an access request.

【0010】0010

【実施例】次に、本発明実施例を図面を参照して説明す
る。図1は本発明実施例の構成を示すブロック図、図2
は本発明実施例における列属性管理表の構成を示す図で
ある。
Embodiments Next, embodiments of the present invention will be described with reference to the drawings. Figure 1 is a block diagram showing the configuration of an embodiment of the present invention, Figure 2
FIG. 2 is a diagram showing the structure of a column attribute management table in an embodiment of the present invention.

【0011】本発明実施例は、複数のクライアントAと
サーバBとが通信回線を介して接続され、クライアント
Aに、利用者1からアクセス要求を受けたときに、その
アクセス要求をデータベース処理言語、引数値、および
引数値の属性に変換し、サーバBに対しデータベース処
理要求を行う分散データベース制御手段2と、サーバB
へのアクセス要求を通信回線を介して転送する通信制御
手段4とを備え、サーバBに、アクセス要求の対象とな
るデータベース10と、クライアントAからのデータベ
ース処理要求を受ける通信制御手段5と、この通信制御
手段5が受けたアクセス要求にしたがってデータベース
処理を行う分散データベース制御手段6と、データベー
ス10に対して対象データをアクセスするデータベース
アクセス手段9とを備え、さらに、本発明の特徴として
、サーバBに、データベース10の各列の属性を保持す
る列属性管理表8を設け、クライアントAの分散データ
ベース制御手段2が結果値の属性を省略したときに、結
果値に対応するデータ属性を列属性管理表8を参照して
求める列属性管理手段7を備える。
In the embodiment of the present invention, when a plurality of clients A and a server B are connected via a communication line, and client A receives an access request from user 1, the access request is processed using a database processing language. Distributed database control means 2 that converts argument values into attributes of argument values and requests database processing to server B; and server B.
A communication control means 4 that transfers an access request to the server B via a communication line, a database 10 to which the access request is made, a communication control means 5 that receives a database processing request from the client A, and a communication control means 5 that receives a database processing request from the client A. The present invention has a distributed database control means 6 that performs database processing according to an access request received by the communication control means 5, and a database access means 9 that accesses target data from the database 10. A column attribute management table 8 is provided to hold the attributes of each column of the database 10, and when the distributed database control means 2 of client A omits the attribute of the result value, the data attribute corresponding to the result value is managed in the column attribute management table 8. A column attribute management means 7 is provided for determining column attributes with reference to Table 8.

【0012】また、クライアントAには、データベース
10の各列の属性をあらかじめ保持し利用者が要求した
結果値の属性を求める列属性管理手段7を備え、クライ
アントAの列属性管理手段3には、データベース10の
各列の属性を保持していない場合に、サーバの列属性管
理手段7に列属性を問い合わせ、結果値の属性を分散デ
ータベース制御手段6に返却する手段を含み、サーバB
の列属性管理手段7は、クライアントAの列属性管理手
段3からの列属性取得要求に対しデータベース10の各
列の属性を求める手段を含む。
[0012] The client A is also equipped with a column attribute management means 7 that holds the attributes of each column in the database 10 in advance and obtains the attributes of the result value requested by the user. , includes means for inquiring column attributes from the column attribute management means 7 of the server and returning the attributes of the resultant value to the distributed database control means 6 when the attributes of each column of the database 10 are not held;
The column attribute management means 7 includes means for obtaining the attributes of each column in the database 10 in response to a column attribute acquisition request from the column attribute management means 3 of the client A.

【0013】次に、このように構成された本発明実施例
の動作について説明する。図3は本発明実施例における
サーバの列属性管理手段の動作の流れを示すフローチャ
ートである。
Next, the operation of the embodiment of the present invention constructed as described above will be explained. FIG. 3 is a flowchart showing the operation flow of the column attribute management means of the server in the embodiment of the present invention.

【0014】利用者1が要求したデータベース処理の結
果値に対応する列名が“COL2”および“COL4”
である場合に、サーバBの分散データベース制御手段6
は、通信制御手段5から利用者1のデータベース10に
対するアクセス要求を受け、利用者1が結果値の属性を
指定しているか否かの判断を行う(S1)。利用者1が
結果値の属性を指定している場合、指定された結果値の
属性でデータベース処理要求をデータベースアクセス手
段9に要求する。
[0014] The column names corresponding to the database processing result values requested by user 1 are "COL2" and "COL4".
In this case, the distributed database control means 6 of server B
receives a request for access to the database 10 from the user 1 from the communication control means 5, and determines whether the user 1 has specified an attribute of the result value (S1). If the user 1 specifies the attribute of the result value, a database processing request is requested to the database access means 9 using the specified attribute of the result value.

【0015】利用者1が結果値の属性を指定しなかった
場合、分散データベース制御手段6は列属性管理手段7
を呼び出す。列属性管理手段7は利用者の要求した結果
値とデータベースの列名とを対応付ける処理を行い(S
2)、“COL2”と“COL4”を取得し、列属性管
理表8に登録してある属性のうち列名が“COL2”と
“COL4”を検索する処理を行い(S3)、結果値の
属性としてデータ型“NUMERIC”、精度“4”、
位取り“2”とデータ型“INTEGER”、精度“4
”を取得し、分散データベース制御手段6に提供する。 分散データベース制御手段6は得られた結果値の属性を
基にデータベース処理を行い、通信制御手段5に対し結
果値と結果値の属性をクライアントに送信することを要
求する。
[0015] If the user 1 does not specify the attribute of the result value, the distributed database control means 6 uses the column attribute management means 7
call. The column attribute management means 7 performs a process of associating the result value requested by the user with the column name of the database (S
2) Obtain "COL2" and "COL4", perform processing to search for column names "COL2" and "COL4" among the attributes registered in the column attribute management table 8 (S3), and check the result values. Data type “NUMERIC”, precision “4” as attributes,
Scale “2”, data type “INTEGER”, precision “4”
” and provides it to the distributed database control means 6. The distributed database control means 6 performs database processing based on the attributes of the obtained result value, and transmits the result value and the attributes of the result value to the communication control means 5 to the client. request that it be sent to.

【0016】このようにして、列属性管理手段7は分散
データベース制御手段6からの結果値の属性の取得要求
に対して上記動作を随時行う。
In this manner, the column attribute management means 7 performs the above operations whenever necessary in response to a request from the distributed database control means 6 to acquire attributes of result values.

【0017】図4は本発明実施例におけるクライアント
の列属性管理手段の動作の流れを示すフローチャートで
ある。
FIG. 4 is a flowchart showing the operation flow of the column attribute management means of the client in the embodiment of the present invention.

【0018】利用者1が要求したデータベース処理の結
果値に対応する列名が“COL2”および“COL4”
である場合に、クライアントAの分散データベース制御
手段2は、利用者1のデータベース10に対するアクセ
ス要求を受け、利用者1が結果値の属性を指定している
か否かの判断を行う(S5)。利用者1が結果値の属性
を指定していた場合、指定された結果値の属性でデータ
ベース処理を通信制御手段4に要求する処理を行う(S
10)。
[0018] The column names corresponding to the database processing result values requested by user 1 are "COL2" and "COL4".
In this case, the distributed database control means 2 of the client A receives the user 1's request for access to the database 10, and determines whether the user 1 has specified an attribute of the result value (S5). If the user 1 has specified the attribute of the result value, a process is performed to request the communication control means 4 to perform database processing using the attribute of the specified result value (S
10).

【0019】利用者1が結果値の属性を指定しなかった
場合、分散データベース制御手段2は列属性管理手段3
を呼び出す。列属性管理手段3はデータベース10の列
属性情報を保持しているか否かの判断を行い(S6)、
列属性情報を保持していない場合は、列属性管理手段7
に対し、列属性の問い合わせ処理を行い(S7)、属性
情報を得る。
[0019] If the user 1 does not specify the attribute of the result value, the distributed database control means 2 specifies the column attribute management means 3.
call. The column attribute management means 3 determines whether column attribute information of the database 10 is held (S6),
If column attribute information is not held, column attribute management means 7
Inquiry processing for column attributes is performed on the column attributes (S7) to obtain attribute information.

【0020】次に、利用者の要求した結果値とデータベ
ースの列名とを対応付ける処理を行い(S8)、“CO
L2”と“COL4”を取得し、列属性管理手段3で保
持している属性情報のうち列名が“COL2”と“CO
L4”を検索する処理を行って(S9)、結果値の属性
としてデータ型“NUMERIC”、精度“4”、位取
り“2”とデータ型“INTEGER”、精度“4”を
取得し、分散データベース制御手段2に提供する。
Next, a process is performed to associate the result value requested by the user with the column name of the database (S8).
L2” and “COL4” are acquired, and among the attribute information held in the column attribute management means 3, the column names are “COL2” and “CO
L4" (S9), data type "NUMERIC", precision "4", scale "2", data type "INTEGER", precision "4" are obtained as attributes of the result value, and the distributed database is The information is provided to the control means 2.

【0021】分散データベース制御手段2は得られた結
果値の属性をデータベース処理言語、引数値、引数値の
属性と共にサーバBに送信することを通信制御手段4に
要求する処理を行う(S10)。
The distributed database control means 2 performs a process of requesting the communication control means 4 to transmit the attribute of the obtained result value to the server B together with the database processing language, the argument value, and the attribute of the argument value (S10).

【0022】このようにして、列属性管理手段3は分散
データベース制御手段2からの結果値の属性の取得要求
に対して上記動作を随時行う。
In this way, the column attribute management means 3 performs the above operations whenever necessary in response to a request from the distributed database control means 2 to acquire attributes of a result value.

【0023】[0023]

【発明の効果】以上説明したように本発明によれば、利
用者のアクセス要求に応えてデータベース処理を行う分
散データベースシステムにおいて、データベースの各列
の属性情報を保持した列属性管理手段および列属性管理
表を設けることにより、利用者がアクセス要求時に結果
値の属性を意識する必要をなくすことができる効果があ
る。
As explained above, according to the present invention, in a distributed database system that performs database processing in response to user access requests, a column attribute management means that holds attribute information of each column of a database and a column attribute Providing a management table has the effect of eliminating the need for users to be aware of the attributes of result values when making access requests.

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

【図1】本発明実施例の構成を示すブロック図。FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】本発明実施例における列属性管理表の構成を示
す図。
FIG. 2 is a diagram showing the structure of a column attribute management table in the embodiment of the present invention.

【図3】本発明実施例におけるサーバの列属性管理手段
の動作の流れを示すフローチャート。
FIG. 3 is a flowchart showing the operation flow of the column attribute management means of the server in the embodiment of the present invention.

【図4】本発明実施例におけるクライアントの列属性管
理手段の動作の流れを示すフローチャート。
FIG. 4 is a flowchart showing the operation flow of the column attribute management means of the client in the embodiment of the present invention.

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

1  利用者 2、6  分散データベース制御手段 3、7  列属性管理手段 4、5  通信制御手段 8  列属性管理表 9  データベースアクセス手段 10  データベース 11  通信回線 A  クライアント B  サーバ 1 User 2, 6 Distributed database control means 3, 7 Column attribute management means 4, 5 Communication control means 8 Column attribute management table 9 Database access means 10 Database 11 Communication line A Client B Server

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】  複数のクライアントとサーバとが通信
回線を介して接続され、前記クライアントに、利用者か
らアクセス要求を受けたときに、そのアクセス要求をデ
ータベース処理言語、引数値、および引数値の属性に変
換して前記サーバに対しデータベース処理要求を行う分
散データベース制御手段と、前記サーバへのアクセス要
求を前記通信回線を介して転送する通信制御手段とを備
え、前記サーバに、アクセス要求の対象となるデータベ
ースと、前記クライアントからのデータベース処理要求
を受ける通信制御手段と、この通信制御手段が受けたア
クセス要求にしたがってデータベース処理を行う分散デ
ータベース制御手段と、前記データベースに対して対象
データをアクセスするデータベースアクセス手段とを備
えた分散データベースシステムにおいて、前記サーバに
、前記データベースの各列の属性を保持する列属性管理
表を設け、前記クライアントの分散データベース制御手
段が結果値の属性を省略したときに、結果値に対応する
データ属性を前記列属性管理表を参照して求める列属性
管理手段を備えたことを特徴とする分散データベースシ
ステム。
Claim 1: A plurality of clients and a server are connected via a communication line, and when the client receives an access request from a user, the access request is processed using a database processing language, an argument value, and an argument value. distributed database control means that converts the attributes into database processing requests to the server; and communication control means that transfers the access request to the server via the communication line; a database, a communication control means that receives a database processing request from the client, a distributed database control means that performs database processing in accordance with the access request received by the communication control means, and a distributed database control means that accesses target data from the database. In a distributed database system comprising a database access means, the server is provided with a column attribute management table that holds attributes of each column of the database, and when the distributed database control means of the client omits an attribute of a result value. . A distributed database system comprising column attribute management means for determining a data attribute corresponding to a result value by referring to the column attribute management table.
【請求項2】  前記クライアントは、前記データベー
スの各列の属性をあらかじめ保持し利用者が要求した結
果値の属性を求める列属性管理手段を備えた請求項1記
載の分散データベースシステム。
2. The distributed database system according to claim 1, wherein the client comprises a column attribute management means that holds the attributes of each column of the database in advance and obtains the attributes of the result value requested by the user.
【請求項3】  前記クライアントの列属性管理手段は
、前記データベースの各列の属性を保持していない場合
に、前記サーバの列属性管理手段に列属性を問い合わせ
、結果値の属性を前記分散データベース制御手段に返却
する手段を含み、前記サーバの列属性管理手段は、前記
クライアントの列属性管理手段からの列属性取得要求に
対し前記データベースの各列の属性を求める手段を含む
請求項1記載の分散データベースシステム。
3. When the column attribute management means of the client does not hold the attributes of each column of the database, the column attribute management means of the server inquires about the column attributes, and the attribute of the result value is stored in the distributed database. 2. The column attribute management means of the server includes means for requesting the attributes of each column of the database in response to a column attribute acquisition request from the column attribute management means of the client. Distributed database system.
JP3122315A 1991-04-23 1991-04-23 Distributed data base system Pending JPH04323742A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3122315A JPH04323742A (en) 1991-04-23 1991-04-23 Distributed data base system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3122315A JPH04323742A (en) 1991-04-23 1991-04-23 Distributed data base system

Publications (1)

Publication Number Publication Date
JPH04323742A true JPH04323742A (en) 1992-11-12

Family

ID=14832914

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3122315A Pending JPH04323742A (en) 1991-04-23 1991-04-23 Distributed data base system

Country Status (1)

Country Link
JP (1) JPH04323742A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH076140A (en) * 1993-06-18 1995-01-10 Nec Corp Server program address managing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH076140A (en) * 1993-06-18 1995-01-10 Nec Corp Server program address managing device

Similar Documents

Publication Publication Date Title
US7191170B2 (en) Predicate indexing of data stored in a computer with application to indexing cached data
US6681227B1 (en) Database system and a method of data retrieval from the system
JP3269849B2 (en) Parallel database processing system and its retrieval method
US6345266B1 (en) Predicate indexing for locating objects in a distributed directory
US6101537A (en) Universal electronic resource denotation, request and delivery system
US6363375B1 (en) Classification tree based information retrieval scheme
JP2003122765A (en) Method for determining specific identifier code to object to which plurality of identifier codes are allocated by plurality of corresponding subjects
JPH0765032A (en) Information processing system having data base language converting function
JP2001056810A (en) Database access system
JP2006252085A (en) File server for converting user identification information
JPH0423296B2 (en)
US20030195987A1 (en) Method, system, and article of manufacture for transferring structured data between different data stores
JP2002324049A (en) Access control method and system
JPH04323742A (en) Distributed data base system
JPH11232300A (en) Browsing client server system
JPH0619744B2 (en) How to create a complex data structure
JP2002175327A (en) Method for managing database
JP2002268935A (en) Device, method and program of data transfer
JP2644535B2 (en) Network file search processing system
CN116208671B (en) Knowledge transmission method, device and storage medium between heterogeneous platforms
KR20000061300A (en) Method for CALS Integrated Database System and Operation
KR20020011621A (en) System for Common Ownership and Access for Storage area Using Computers Connected to the Internet
EP0627686A1 (en) System management information setting unit
JPH03166649A (en) Distributed data base system
JPH04160542A (en) Distributed data base management system