AU780435B2 - Method and apparatus for supporting dynamic run-time object definition in a relational database management system - Google Patents

Method and apparatus for supporting dynamic run-time object definition in a relational database management system Download PDF

Info

Publication number
AU780435B2
AU780435B2 AU31058/00A AU3105800A AU780435B2 AU 780435 B2 AU780435 B2 AU 780435B2 AU 31058/00 A AU31058/00 A AU 31058/00A AU 3105800 A AU3105800 A AU 3105800A AU 780435 B2 AU780435 B2 AU 780435B2
Authority
AU
Australia
Prior art keywords
null
data
logical
per
identifier
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.)
Ceased
Application number
AU31058/00A
Other versions
AU3105800A (en
Inventor
Duane Boone
Ed Carrigan
Keith Lewish
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.)
CA Inc
Original Assignee
Computer Associates Think Inc
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 Computer Associates Think Inc filed Critical Computer Associates Think Inc
Priority claimed from PCT/US1999/028258 external-priority patent/WO2000079429A1/en
Publication of AU3105800A publication Critical patent/AU3105800A/en
Application granted granted Critical
Publication of AU780435B2 publication Critical patent/AU780435B2/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Landscapes

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

Description

WO 00/79429 PCT1US928258 METHOD AND APPARATUS FOR SUPPORTING DYNAMIC RUN-TIME OBJECT DEFINITION IN A RELATIONAL DATABASE MANAGEMENT SYSTEM Field Of The Invention The present invention relates to database systems and methods.
Background Information Applications that access a relational database reference objects in the database (tables, columns, etc.) by name. This creates a close coupling between applications and the database objects. This close coupling causes complications when upgrading either the database or the application. This situation is exacerbated when multiple applications may reference the same objects and those applications may themselves be upgraded at different times at an installed site.
A traditional solution to the aforementioned problem is to make use of the "view" construct typically provided by relational databases. The use of database view, however, is problematic due to the well-known deficiencies of updating views and because views often incorporate non-standard SQL syntax in their definitions. Being able to run on relational databases from S 20 different vendors is a desirable capability.
14Jn2005 13:55 Smoor-enburg Patent Ti-ad 03 9712 0159 2 SUMMARY OF THE INVENTION The present invention provides in accordance with a first aspect a system for processing data in a database, the system including: med iating data storage, having one or more definitions of logical transactions which associate one or more application requests with actions to be performed and a trigger data structure associated with each new table to automatically trigger updating of the new tables created when an existing table is updated; and a processor, wherein the processor receives a request from an application to process data; extracts a logical identifier from the received request; translates the logical identifier into a physical identifier by obtaining the physical identifier from a mediating data storage using the logical identifier; retrieves data stored in a physical table identified by the physical identifier; processes the data retrieved according to a logical transaction to obtain a results; and returns the result to the application using the logical identifier.
The present invention provides in accordance with a second aspect a method for processing action's in a database system, including the steps of: :20 receiving a request from an application to process data; extracting a logical identifier from the received request: translating the logical identifier into a physical identifier; retrieving data stored in a physical table identified by the physical identifier; processing the data retrieved to obtain a result; triggering updating of one or more new tables when an existing table is updated; and returning the results to the application using the logical identifier.
The present invention provides in another aspect a method and apparatus that allows dynamic run-time object definition in a relational dlatabase- Other aspects and preferred aspects are disclosed in the specification and/or defined in the appended claims, forming a part of the description of the invention.
P. 10 COMS ID No: SBMI-01077263 Received by IP Australia: Time 15:01 Date 2005-01-14 14 Jan 2005 13:55 Smoorenburg Patent Trad 03 9712 0159 p.11 2a In an exemplary embodiment of the present invention, a layer of data and processing is introduced between the application and the database object. This layer mediates access to the physical layer and allows the application to embed logical instead of physical names. The present invention also allows for the .maintenance of this layer to happen dynamically, as applications are running, if desired. The mediating layer preferably can run on a variety of relational databases, overcoming the vendor-specific extensions to SQL that relational database vendors have introduced An exemplary embodiment of the present invention is implemented with the POEMS Data Exchange "DEX') and the POEMS service processor "ptsprdbm" of Platinum Technology, Inc. The DEX stores the data used by the mediating layer and the processing is handled by the ptsprdbm service processor.
In this embodiment, the DEX mediating layer can be seen as a mapping between messages submitted to the DEX and the physical table layout of the DEX. This 15 mapping allows for multiple associations to physical tables, thereby insulating :higher layers from changes to the physical implementation. Also, the mediation defines logical transactions which associate one or more application requests with an action to be performed on a table or set of tables.
In an exemplary embodiment, each application creates one or more 20 requests which are sent to the DEX. For each request, the o 0* 06 COMS ID No: SBMI-01077263 Received by IP Australia: Time 15:01 Date 2005-01-14 WO 00/79429 PCT/US99/M58 DEX returns one result. There may be one or more ptsprdbm processes running. Each application request is handled by one ptsprdbm service processor process. The mediating layer data is stored in a metadata subject area of the DEX. All instances of ptsprdbm running on the same machine refer to the same metadata.
The metadata maps requests from the applications to the physical tables. Consequently the applications do not need to know the identifiers of the physical tables. The physical tables may change over time and, provided that the metadata mapping is maintained, the applications will be insulated from these changes.
For example, a client may request data, through a message, about a logical entity called "machine". The logical name "machine" may or may not correspond to a physical table called "machine". It is the responsibility of the mediating layer to correctly translate logical transaction names to physical table names and columns.
In another example, a client may submit a message which is mapped to the logical transaction named "ip_address for machine" where "machine name" absunl0. In this example, the quoted elements should be considered logical objects which must be translated to physical objects. This is desirable since the requested data could change format as well. For example, in version 1 of POEMS, the physical database may store only one ip_address for each machine. In version 2 of POEMS, however, the database may store a list of ipaddress for each machine. This would cause a different result set to be returned to the client, possibly breaking the client application. Using the mediating data, a new logical transaction is defined for version 2 which the service processor would know how to handle and the correct result WO 00/79429 PCT/US99/28258 set would be returned to the client.
An advantage of using a mediating data layer in accordance with the present invention is that applications can define new messages containing new logical transactions and have the DEX service processor correctly handle these new messages without modifications to the existing service processor. An application would simply add a row to the DEX metadata tables to define a new logical transaction. The service processor would know to map the new message to the logical transaction data added to the metadata tables and would consequently construct the correct SQL command for the new message.
Changes to the physical database can be handled in a similar way. A new logical transaction would be defined mapping an old message to a new table layout. This could be done either by using a version number with each transaction or by deleting the original transaction from the metadata.
The metadata could also be used to integrate tables created by the user into the DEX. The user would create a table using standard SQL, then would add rows to the DEX metadata tables to describe the new table. The user could also create pertriggers so that the new table could be automatically updated when an existing table is updated.
Brief Description Of The Drawings FIG. 1 is a block diagram of an exemplary system in accordance with the present invention.
FIG. 2 is a flow-chart of an exemplary process in accordance with the present invention.
WO 00/79429 PCT/US998258 Detailed Description FIG. 1 is a block diagram of an exemplary embodiment of a system in accordance with the present invention which is implemented with a POEMS data exchange (DEX) 1000. The POEMS DEX is described in the PLATINUM ProVision Common Services Reference Guide. The DEX 1000 comprises a plurality of physical tables 1500 and can interact with one or more applications 100. Examples of applications 100 include ProVision Director and TS Reorg.
In accordance with the present invention, a mediating layer 1100 is provided between the applications 100 and the physical tables 1500 of the DEX 1000. The mediating layer 1100 includes one or more instances of a POEMS relational database service processor (ptsprdbm) process 1150 and a metadata subject area 1200. Mediating data 1250 is stored in the metadata subject area 1200. The mediating data 1250 is used by the ptsprdbm service processor 1150 as described below.
The mediating layer 1100 provides a mapping between messages submitted to the DEX 1000 and the physical table layout of the DEX. This mapping allows for multiple associations to physical tables thereby insulating higher layers from changes to the physical implementation. Multiple logical names can refer to the same physical object and the logical names may change over time. Also, the mediation defines logical transactions which associate one or more application requests PEC messages) with an action to be performed on a table or set of tables. An action corresponds to one of the data manipulation language (DML) verbs: insert, update, select, delete.
Each application 100 creates one or more requests and sends the requests to the DEX 1000. The DEX 1000 returns a result WO 00/79429 PCT/US99/28258 for each request received. One or more ptsprdbm service processor processes 1150 may be running at any one time. Each application request is handled by one ptsprdbm process 1150. All instances of ptsprdbm running on the same machine refer to the same metadata.
There are one or more physical tables. The metadata maps requests from the applications to requests to the physical tables.
Consequently the applications 100 do not need to know the identifiers of the physical tables 1500. The physical tables 1500 may change over time and, provided that the metadata mapping is maintained, the applications will be insulated from these changes.
The mediating metadata 1250 can be updated, for example, by updating POEMS or by updating an application 100. For example, a new application 100 can have new mediating data relevant to that application placed into the metadata subject area 1200. This capability provides flexibility in that the various products which use the system of the present invention can evolve separately, without requiring all applications to be updated at the same time.
Preferably, such updates are carried out by the service processor 1150, as opposed to providing applications 100 direct access to the mediating metadata 1250.
Translations occur in the DEX service processor 1150.
The service processor 1150 uses the mediating data 1250 to perform the translation. The service processor 1150 preferably uses a standard, open interface such as open database connectivity (ODBC) to interface with the metadata subject area 1200 and/or the applications 100.
In an alternative embodiment, a custom POEMS ODBC driver encapsulates the translation layer of the service processor 1150.
This driver could then be used by third party applications for WO 00/79429 PCT/US99/28258 accessing the DEX InfoReports).
In an exemplary embodiment, the mediating data 1250 comprises a set of tables as follows: pertable: percolumn: perdatatype: This table includes the master list of tables. Each table in the DEX will have an entry in this table.
This table contains an entry for each column of each table in the DEX.
Attributes associated with each column are type, size and position of the column within a table.
This table includes a master list of all supported data types.
This table contains attributes for building primary and foreign keys on DEX tables.
This table identifies a logical transaction and is used to lookup the transaction details as well as any triggers associated with the transaction.
This table identifies the columns belonging to a logical transaction and whether or not the column participates in per_key: per_logical_object: per_tran_column: WO 00/79429 PCT/US99/28258 the construction of the SQL "where" clause.
This table associates a trigger with one per_trigger: or more logical transactions.
An exemplary schema for storing the mediating data 1250 as metadata is as follows: CREATE TABLE per_source per_source_id int NOT NULL, source_description varchar(255) NULL, productid int NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, perstatus smallint NULL, CONSTRAINT XPKper_source PRIMARY KEY (persource id) CREATE TABLE per_tran_col_type column_type smallint NO columntype_desc varchar(31) per_source int NULL, per_lastupdated smalldateti per_status smallint NU CONSTRAINT XPKper_tran_col_type PRIMARY KEY (column_type) T NULL, NOT NULL, me NOT NULL,
LL,
CREATE TABLE per_logical_object object_id int NOT NULL, object_name varchar(30) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_logical_object WO 00/79429 PCT/US99/28258 PRIMARY KEY (objectid) CREATE TABLE per_table table name varchar(30) NOT NULL, storage_type char(10) NULL, subject_area CHAR(18) NULL, delete_policy CHAR(18) NULL, .0 sequencenbr numeric(10,0) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_table PRIMARY KEY (tablename) CREATE TABLE per_key table name varchar(30) NOT NULL, key_id smallint NOT NULL, key_type char(l) NOT NULL, foreign_table varchar(30) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_key PRIMARY KEY (table_name, key_id) CREATE TABLE per_data_type data_type smallint NOT NULL, data_type_desc varchar(31) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, perstatus smallint NULL, CONSTRAINT XPKper_data_type PRIMARY KEY (data_type) CREATE TABLE per_column WO 00/79429 PCT/US99/28258 column name varchar(30) NOT NULL, table name char(18) NULL, tablesequence smallint NOT NULL, columnsize int NOT NULL, null flag smallint NOT NULL, sequence_flag smallint NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKpercolumn PRIMARY KEY (column name, tablename) CREATE TABLE per key_column column name varchar(30) NOT NULL, table name varchar(30) NOT NULL, table name varchar(30) NOT NULL, key_id smallint NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_key_column PRIMARY KEY (column name, table name, tablename, key_id) CREATE TABLE per_tran_type trantype smallint NOT NULL, trantype_name varchar(31) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, perstatus smallint NULL, CONSTRAINT XPKper_tran_type PRIMARY KEY (tran_type) CREATE TABLE per_tran objectid tran_type tran version int NOT NULL, smallint NOT NULL, char(10) NOT NULL, WO 00/79429 PCT/US99/28258 per_source int NULL, perlast_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_logical_tra PRIMARY KEY (object_id, tran_type) CREATE TABLE per_trigger object_id int NOT NULL, tran_type smallint NOT NULL, trigger sequence smallint NOT NULL, trigger_obj_name varchar(30) NOT NULL, trigger tran_type smallint NULL, per_source int NULL, perlast_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_trigger_det PRIMARY KEY (object_id, tran_type, trigger_sequence) CREATE TABLE per_logical_column object_id int NOT NULL, logical_col_id smallint NOT NULL, logical_col_name varchar(30) NOT NULL, columnname varchar(30) NOT NULL, table_name varchar(30) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_logical_col PRIMARY KEY (object_id, logicalcolid) CREATE TABLE pertran column object_id int NOT NULL, logical_col id smallint NOT NULL, trantype smallint NOT NULL, column_type smallint NOT NULL, join_column varchar(30) NULL, join table varchar(30) NULL, WO 00/79429 PCT/US99/28258 where flag -smallint NOT NULL, order_by_sequence smallint NOT NULL, group by_sequence smallint NOT NULL, sub tran varchar(30) NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_trans_detai PRIMARY KEY (object_id, logicalcolid, trantype) CREATE TABLE per_index_type index_type smallint NOT NULL, index_type_desc char(20) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_index_type PRIMARY KEY (indextype) CREATE TABLE perindex tablename varchar(30) NOT NULL, indexsequence smallint NOT NULL, indextype smallint NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKperindex PRIMARY KEY (table_name, indexsequence) CREATE TABLE per_index_column column_sequence smallint NOT NULL, tablename varchar(30) NOT NULL, index_sequence smallint NOT NULL, table name varchar(30) NOT NULL, columnname varchar(30) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, WO 00/79429 PCT/US9928258 per_status smallint NULL, CONSTRAINT XPKper_index_colum PRIMARY KEY (column_sequence, table_name, index_sequence) CREATE TABLE per_config per_version char(10) NOT NULL, spversion char(10) NOT NULL, doc version char(10) NOT NULL, installdate smalldatetime NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_config PRIMARY KEY (per_version, sp_version, doc_version) CREATE TABLE perstatus per_status_nbr smallint NOT NULL, per_status_name varchar(31) NOT NULL, per_source int NULL, per_last_updated smalldatetime NOT NULL, per_status smallint NULL, CONSTRAINT XPKper_status PRIMARY KEY (per_status_nbr) An exemplary method of operation of the service processor 1150 in accordance with the present invention is depicted in a flow-chart shown in FIG. 2.
As shown in FIG. 2, (an instance of) the service processor 1150 receives a request from an application 100 in step 2010. Such requests are encapsulated in a data structure--i.e., the request data structure or RDS--inside an application request.
In step 2020, the service processor unpacks the application WO 00/79429 PCT/US99/28258 request and extracts the members of the RDS. The data members include identifiers which are used by the service processor in step 2030 to access the metadata stored in the DEX. In step 2040, the identifiers are processed against the metadata. More specifically, the service processor uses the metadata to dereference and map the contents of the request to the metadata.
This processing results in a translation of identifiers in the RDS into identifiers used in the physical tables 1500.
The result returned by the de-referencing procedure is a set of valid physical names for the current instance of the database. The service processor obtains the set of physical names in step 2050. The service processor then uses this data in step 2060 to construct an SQL statement which can be executed directly against the database. The service processor then executes the SQL statement in step 2070 and gathers the results from the processing of the SQL statement. The results of the execution of the SQL statement are remapped in step 2080 to the logical names in the RDS that was received in step 2010. The results are then returned in step 2090 to the application associated with the logical names that the application used when making the request. In this way, the application is entirely insulated from the physical database and the identifiers used therein.
In another embodiment of the present invention, additional metadata is stored about DEX data including information as to which entity is authoritative about the data which application "owns" the data in the physical tables and which application can update or remove the data) In a further exemplary embodiment, display and formatting information is stored for each logical object and used 14 Jan 2005 13:56 Smoorenburg Patent Trad 03 9712 0159 p.12 by an application for rendering the data accessed through the mediating layer on a monitor or in a report. Storing display and formatting information in the metadata allows applications that use such data to dynamically render the data returned to them.
"Comprises/comprising" when used in this specification Is taken to specify the presence of stated features, integers, steps or components but does not preclude the presence or addition of one or more other features, integers, steps.
components or groups thereof.
oooo o *o• oo* COMS ID No: SBMI-01077263 Received by IP Australia: Time 15:01 Date 2005-01-14

Claims (11)

1. A system for processing data in a database, the system including: mediating data storage, having one or more definitions of logical transactions which associate one or more application requests with actions to be performed and a trigger data structure associated with each new table to automatically trigger updating of the new tables created when an existing table is updated; and a processor, wherein the processor receives a request from an application to process data; extracts a logical identifier from the received request; translates the logical identifier into a physical identifier by obtaining the :0.:::physical identifier from a mediating data storage using the logical identifier; retrieves data stored in a physical table identified by the physical identifier, processes the data retrieved according to a logical transaction to obtain a results;, and returns the result to the application using the logical identifier.
A system as claimed in claim 1, wherein the mediating data storage is :20 enabled to process a plurality of relational databases having different SQL extensions.
3. A system as claimed in claim 1, wherein the one or more application requests include creating new tables.
4. A method for processing actions in a database system, including the steps of: receiving a request from an application to process data; extracting a logical identifier from the received request; translating the logical identifier into a physical identifier, retrieving data stored in a physical table identified by the physical identifier, processing the data retrieved to obtain a result; p. 13 COMS 10 No: SBMI-01077263 Received by IP Australia: Time 15:01 Date 2005-01-14 .14 Jan 2005 13:56 Smoorenburg Patent Trad 03 9712 0159 p.14 17 triggering updating of one or more new tables when an existing table is updated; and returning the results to the application using the logical identifier.
5. A method as claimed in claim 4, wherein the step of translating Includes obtaining the physical identifier from a mediating data storage using the logical identifier.
6. A method as claimed in claim 4, wherein the mediating data is updated dynamically.
7. A method as claimed in claim 4, wherein the mediating data storage is contained in a metadata subject area of the database system. S 15
8. A method as claimed in claim 4, wherein the step of processing further includes determining a version number of the application and the step of returning e further includes returning the results in a format associated with the version number. 20
9. A method as claimed in claim 4, wherein the step of processing further includes processing the data retrieved according to a logical transaction embedded in the request to obtain a result. A method for processing actions in a database system, substantially as herein described with reference to any of the accompanying drawings.
COMS ID No: SBMI-01077263 Received by IP Australia: Time 15:01 Date 2005-01-14 14 Jan 2005 13:56 Smoorenburg Patent Trad 03 9712 0159 Is 18
11. A system for processing data in a database, substantially as herein described with reference to any of the accompanying drawings. DATED this 1 4 th day of January 2005 COMPUTER ASSOCIATES THINK, INC SMOORENBURG PATENT TRADE MARK ATTORNEYS PO BOX 9 KANGAROO GROUND VIC 3097 COMS ID No: SBMI-01077263 Received by IP Australia: Time 15:01 Date 2005-01-14
AU31058/00A 1999-11-30 1999-11-30 Method and apparatus for supporting dynamic run-time object definition in a relational database management system Ceased AU780435B2 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US20160799A 1999-11-30 1999-11-30
PCT/US1999/028258 WO2000079429A1 (en) 1998-11-30 1999-11-30 Method and apparatus for supporting dynamic run-time object definition in a relational database management system
US09/201607 1999-11-30

Publications (2)

Publication Number Publication Date
AU3105800A AU3105800A (en) 2001-01-09
AU780435B2 true AU780435B2 (en) 2005-03-24

Family

ID=22746522

Family Applications (1)

Application Number Title Priority Date Filing Date
AU31058/00A Ceased AU780435B2 (en) 1999-11-30 1999-11-30 Method and apparatus for supporting dynamic run-time object definition in a relational database management system

Country Status (1)

Country Link
AU (1) AU780435B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5734887A (en) * 1995-09-29 1998-03-31 International Business Machines Corporation Method and apparatus for logical data access to a physical relational database
US6154750A (en) * 1998-04-01 2000-11-28 Cyberpulse Llc Method and system for navigation and data entry in heirarchically-organized database views

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5734887A (en) * 1995-09-29 1998-03-31 International Business Machines Corporation Method and apparatus for logical data access to a physical relational database
US6154750A (en) * 1998-04-01 2000-11-28 Cyberpulse Llc Method and system for navigation and data entry in heirarchically-organized database views

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
ROOMTREE ET AL. 'A 3-LAYER MODEL FOR SCHEME MGNT.TN'7.1.97 *

Also Published As

Publication number Publication date
AU3105800A (en) 2001-01-09

Similar Documents

Publication Publication Date Title
US6237003B1 (en) Method and apparatus for supporting dynamic run-time object definition in a relational database management system
US7113939B2 (en) Architecture to enable search gateways as part of federated search
US7024656B1 (en) Persistent agents
US7139750B2 (en) System and method for where-used searches for data stored in a multi-level hierarchical structure
US20050234890A1 (en) Generation of database queries from database independent selection conditions
US7519739B2 (en) Synchronizing a client user interface with a server backend
US20040051740A1 (en) Data container for interaction between a client process and software applications
US5794247A (en) Method for representing data from non-relational, non-object-oriented datastores as queryable datastore persistent objects
US20040083194A1 (en) Knowledge repository system for computing devices
US7136872B2 (en) Method, system, and article of manufacture for transferring structured data between different data stores
US7970867B2 (en) Hypermedia management system
CN100440803C (en) Gridding information model system and method for modeling processing gridding information
US6845376B1 (en) Method for accessing hierarchical data via JDBC
AU780435B2 (en) Method and apparatus for supporting dynamic run-time object definition in a relational database management system
US5765161A (en) Method for encapsulating data from non-object-oriented datastores as datastore persistent objects
US5761671A (en) Method for interfacing queryable datestore persistent objects to non-relational, non-object-oriented datastores
EP1452980B1 (en) System and method for generating a request for information about selected objects
US20040193568A1 (en) Abstract data model filters
US5765163A (en) Method for using queryable persistent identifiers to locate data for datastore persistent objects in non-object-oriented datastores
KR100456621B1 (en) Apparatus and method for processing association-filter query language by using database registry reference
US20060136483A1 (en) System and method of decomposition of multiple items into the same table-column pair
KR20040045149A (en) Registry system and management method for by using uddi web service based on the ebxml registry
US20040148272A1 (en) Logical pathname as a reference mechanism for data
US7769750B2 (en) Metadata based hypermedia management system
EP1566745A1 (en) Generation of database queries from database independent selection conditions