WO2000023917A1 - Accessing a hierarchical data store through an sql input - Google Patents

Accessing a hierarchical data store through an sql input Download PDF

Info

Publication number
WO2000023917A1
WO2000023917A1 PCT/US1999/023876 US9923876W WO0023917A1 WO 2000023917 A1 WO2000023917 A1 WO 2000023917A1 US 9923876 W US9923876 W US 9923876W WO 0023917 A1 WO0023917 A1 WO 0023917A1
Authority
WO
WIPO (PCT)
Prior art keywords
data store
hierarchical data
sql
tables
order
Prior art date
Application number
PCT/US1999/023876
Other languages
French (fr)
Other versions
WO2000023917A9 (en
Inventor
Tad Deffler
Arkady Bari
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
Priority to EP99970761A priority Critical patent/EP1121655B1/en
Priority to IL14248299A priority patent/IL142482A0/en
Priority to BR9914427-1A priority patent/BR9914427A/en
Priority to KR1020017004595A priority patent/KR20010093777A/en
Priority to AU14452/00A priority patent/AU775431B2/en
Priority to CA002346928A priority patent/CA2346928A1/en
Application filed by Computer Associates Think, Inc. filed Critical Computer Associates Think, Inc.
Priority to DE69932344T priority patent/DE69932344T2/en
Priority to JP2000577590A priority patent/JP2002528793A/en
Publication of WO2000023917A1 publication Critical patent/WO2000023917A1/en
Publication of WO2000023917A9 publication Critical patent/WO2000023917A9/en
Priority to IL142482A priority patent/IL142482A/en
Priority to HK02100660.7A priority patent/HK1040440A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99936Pattern matching access
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99943Generating database or data structure, e.g. via user interface
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • Y10S707/99945Object-oriented database structure processing

Definitions

  • the "Order” object has a property of type "DateOrdered” which stores the date of a particular order that has been placed.
  • the equivalent data store in a relational database can be represented as three separate tables as shown on the right side of FIG. 3.
  • a "Customer” table has two columns named “Id” and "Name”
  • an "Order” table has three columns named “Order_id”, “DateOrdered” and “Cust”
  • a "Phone” table has three columns named “Cust”, "Seq” and "Phone_number”.
  • the three tables are linked to each other through "Id” of Customer, "Cust” of Phone and "Cust” of Order which have identical values.
  • FIG. 1 is a block diagram showing an ODBC driver 6 interfaced between an ODBC driver 6 interfaced between an ODBC driver 6 interfaced between an ODBC driver 6 interfaced between an ODBC driver 6 interfaced between an ODBC driver 6 interfaced between an ODBC
  • a conventional ODBC is designed to access relational databases using standard SQL language queries.
  • the ODBC driver 6 of the present invention allows standard SQL language queries from an SQL report generator 2 to be used against a standard object/property model of information such as a hierarchical data store 4 according to the steps of FIG. 2.
  • the driver 6 receives the SQL input from the generator 2.
  • the driver 6 identifies object classes and their properties to be processed based on the received SQL input.
  • the hierarchical data store 4 is transformed into relational database tables with various columns such that the hierarchical data store 4 appears to be a relational database to the SQL report generator 2.
  • step 14 involves the following manipulations such that the hierarchically stored database is transformed into relational database tables:

Abstract

An Open DataBase Connectivity (ODBC) driver (6) that allows access of data stored in a hierarchical data store (4) through an SQL input query. Based on the SQL input, the driver transforms a hierarchical data store (4) into relational database tables. Preferably, the tables hold pointers that point to the actual data stored in the hierarchical data store (4).

Description

ACCESSING A HIERARCHICAL DATA STORE THROUGH AN SQL INPUT
Cross-reference to Related Applications
The present application claims benefit of the filing date of U.S. Provisional Application No. 60/104,682 entitled MODELING TOOL SYSTEMS AND
METHODS, filed on October 16, 1998, incorporated by reference herein in its entirety. The present application is related to a co-pending U.S. Patent Application No. (Atty. Docket #22074661-25535) entitled APPARATUS AND METHOD FOR
MODELING TOOLS, being concurrently filed on the same day, which is incorporated by reference herein in its entirety.
The present application is related to a co-pending U.S. Patent Application No. (Attorney Docket #22074661-25532) entitled METHOD FOR IMPACT
ANALYSIS OF A MODEL, being concurrently filed on the same day, which is incorporated by reference herein in its entirety. The present application is related to co-pending U.S. Patent Application No. (Attorney Docket #22074661-25531) entitled METHOD FOR DETERMINING
DIFFERENCES BETWEEN TWO OR MORE MODELS, being concurrently filed on the same day, which is incorporated by reference herein in its entirety.
The present application is related to co-pending U.S. Patent Application No. (Attorney Docket #22074661 -25533) entitled METHOD AND SYSTEM FOR
AN EXTENSIBLE MACRO LANGUAGE, being concurrently filed on the same day, which is incorporated by reference herein in its entirety. Field of the Invention
The present invention relates to a database management system, and in particular to an Application Programming Interface (API) that allows application programs access to various database management systems.
Background Information
Open DataBase Connectivity (ODBC) is an Application Programming Interface (API) that provides a common interface for accessing various structure query language (SQL) based database management systems. Most vendors have added an ODBC interface to their relational databases. One major disadvantage of the conventional ODBC is that it was designed to access relational database management systems that use standard SQL language in their queries and its use outside the relational databases has met with significant problems because SQL assumes the relational nature of the database. Therefore it is desirable to provide a system and method for providing an ODBC interface or driver that allow access to non-relational data store such as a hierarchical object/property model.
Summary of the Invention
The present invention provides a driver that allows access of data stored in a hierarchical data store through an SQL input query. Based on the SQL input, the driver transforms a hierarchical data store into relational database tables. Preferably, the tables hold pointers that point to the actual data stored in the hierarchical data store. Then the SQL input is executed using the transformed tables.
Brief Description of the Drawings Figure 1 is a block diagram showing an ODBC driver interfaced between an
SQL report generator and a hierarchical data store according to the present invention.
Figure 2 is a flow chart of the ODBC driver according to the present invention.
Figure 3 illustrates a representation of a hierarchical data store and that of an equivalent relational database. Detailed Description of the Invention
An hierarchical data store is represented as a graph of objects and properties. Objects may be owned by and conceptually aggregated into other objects. Objects may hold references to other objects via reference properties. Properties are owned by and aggregated into objects. FIG. 3 includes a representation of such an hierarchical data store and that of an equivalent relational database.
The hierarchical data store in FIG. 3 is a model of customers and their order information. The data store includes an object or a group of objects called "Customer" each having a unique internal identification number, "int id". The "Customer" object has three properties: one scalar property and two vector properties. The one scalar property is of type "Name" which can hold only one value by definition. The first vector property is of type "Phone number" which may hold many values by definition. The second vector property is of type "Orderjref ' which may also hold many values. Each value of "Order_ref ' is a pointer which references another object called "Order". The "Order" object has a property of type "DateOrdered" which stores the date of a particular order that has been placed. The equivalent data store in a relational database can be represented as three separate tables as shown on the right side of FIG. 3. A "Customer" table has two columns named "Id" and "Name", an "Order" table has three columns named "Order_id", "DateOrdered" and "Cust", and a "Phone" table has three columns named "Cust", "Seq" and "Phone_number". The three tables are linked to each other through "Id" of Customer, "Cust" of Phone and "Cust" of Order which have identical values. FIG. 1 is a block diagram showing an ODBC driver 6 interfaced between an
SQL report generator 2 and a hierarchical data store 4. As discussed above, a conventional ODBC is designed to access relational databases using standard SQL language queries. The ODBC driver 6 of the present invention allows standard SQL language queries from an SQL report generator 2 to be used against a standard object/property model of information such as a hierarchical data store 4 according to the steps of FIG. 2. In step 10, the driver 6 receives the SQL input from the generator 2. In step 12, the driver 6 identifies object classes and their properties to be processed based on the received SQL input. In step 14, the hierarchical data store 4 is transformed into relational database tables with various columns such that the hierarchical data store 4 appears to be a relational database to the SQL report generator 2. In a preferred embodiment, step 14 involves the following manipulations such that the hierarchically stored database is transformed into relational database tables:
1. each class of object is transformed into a table. Each table of this type has two pseudocolumns: an "Id" that contains the unique identifier of the instance and is the primary key, and an "Owner" that contains a foreign key reference back to the owning object;
2. each non-reference scalar property of an object becomes a column in the object's class table; and
3. each non-reference vector property is transformed into a table. Each table of this type has two pseudocolumns: a "Sequence" column that contains a sequence value for each element of the vector and is part of the primary key for the table, and an "Owner" column that contains a foreign key back to the owning object and is part of the primary key; and
4. each reference property, both scalar and vector, may be used to calculate a foreign key relationship from the referenced object to the object owning the reference property. When the necessary tables and columns are created/transformed, they preferably have pointers that point to the actual data residing in the hierarchical data store, and do not store the data themselves. The query contained in the SQL input is then executed in step 16 on the transformed tables. In step 18, the result of the execution is then passed to the report generator 2 that transmitted the SQL input. A more detailed explanation of the steps in FIG. 2 will be provided below with reference to a couple of example SQL inputs. As one example, assume that the ODBC driver 6 receives the following SQL input query transmitted from the SQL report generator 2: Select DateOrdered from Order a, Customer b where a.Cust = bid and b.Name = "Doe".
The above SQL input means that the generator would like to receive DateOrdered for all orders that "Doe" has placed. In relational terms, the way the Customer and the Order tables are connected or joined is that the value in the "Cust" column of the Order table should match the value in the Id column of the Customer table. The "Id" is the primary key for the Customer table and "Cust" is a foreign key of the Order table. As can be appreciated by persons of ordinary skill in the art, the hierarchical data store in FIG. 3 is not set up in a form that is readily usable by a conventional ODBC interface. This is one of the problems that is solved by the ODBC driver 6 according to the present invention. The ODBC driver 6 analyzes the received SQL input and identifies the object classes that need to be processed. The ODBC driver 6 then transforms each object class into a table. In other words, a database table is created for each identified object class because object classes map to tables. In the example above, there are only two objects, "Customer" and "Order". Accordingly, two tables named "Customer" and "Order" are created. As part of the transformation process, the columns for the tables are created partly by analyzing what columns are being referenced in the received SQL language and by analyzing the properties of the object classes since columns map to the properties. In addition, the internal identification number "int_id" is mapped to a column of the corresponding table. As a result of the transform, the ODBC driver creates a "Customer" table with "Id" and "Name" columns, and an "Order" table with "Order_id", "DateOrdered" and "Cust" columns as shown in FIG. 3. The "int_ id" and "Name" of the Customer object map to "Id" and "Name" columns of the "Customer" table, and the "int_ id" and "DateOrdered" of the Order object map to "Order_id", "DateOrdered" columns of the "Order" table.
At this point, the only column that we need to synthesize is the "Cust" column of the Order table. However, the customer property in the hierarchical data store does not exist in the "Order" object. In other words, there 's no property in the
Order object pointing back to the "Cust" ("int_id") of the Customer object. In fact, it's the inverse of the relational database because it's the Customer object that points to the Order object. This is a difference in the topologies between a relational database and an object/property model such as the hierarchical data store. In this case, it is recognized that the "Cust" column is a foreign key in the relational database. The foreign key concept is similar to a reference property in the hierarchical data store such as the "Order ref ' property of the "Customer" object. Recognizing that the query requires a foreign key backwards, the "Order ref ' property of the "Customer" object is read, the inverse relationship is synthesized, and the "Cust" column is then synthesized or created using the "int id" of the Customer object.
With the necessary tables and columns fully built, the tables preferably store pointers that point to the actual data residing in the hierarchical data store, and do not store the data themselves. Alternatively, actual data may be stored in the tables. In a second example of an SQL language input, assume that the ODBC driver 6 receives the following:
Select phone number from Customer a, Phone b where a.Id = b.Cust and a.Name = "Sears".
In this example, a different transform occurs because it references a vector property "phone number". As discussed above, each non-reference vector property is transformed into a table. The property itself maps to one column named "phone number". Two more columns are synthesized. One column named "Cust" is the id ("int_id") of the object ("Customer") that owned the "phone_number" and a second column named "seq" is an arbitrary increasing number so that different phone numbers for the same object can be differentiated.
As in the first example, once the necessary tables and columns are fully built, the tables preferably store pointers that point to the actual data residing in the hierarchical data store. The SQL input is then executed using the transformed tables. The data matching the selection criteria of the SQL input are selected from the hierarchical data store pointed to by the pointers stored in the transformed tables and passed to the report generator 2. Again, actual data may be stored in the tables.
From the foregoing, it will be appreciated that, although specific embodiments of the invention have been described herein for purposes of illustration, various modifications may be made without deviating from the spirit and scope of the invention.

Claims

What is claimed is:
1. A method of accessing data stored in a hierarchical data store by using an SQL input, comprising the steps of: receiving an SQL input; transforming a hierarchical data store into relational database tables based on the received SQL input; and executing the SQL input using the transformed tables.
PCT/US1999/023876 1998-10-16 1999-10-15 Accessing a hierarchical data store through an sql input WO2000023917A1 (en)

Priority Applications (10)

Application Number Priority Date Filing Date Title
IL14248299A IL142482A0 (en) 1998-10-16 1999-10-15 Accessing a hierarchical data store through an sql input
BR9914427-1A BR9914427A (en) 1998-10-16 1999-10-15 Access to a hierarchical data store through an sql entry
KR1020017004595A KR20010093777A (en) 1998-10-16 1999-10-15 Accessing a hierarchical data store through an sql input
AU14452/00A AU775431B2 (en) 1998-10-16 1999-10-15 Accessing a hierarchical data store through an SQL input
CA002346928A CA2346928A1 (en) 1998-10-16 1999-10-15 Accessing a hierarchical data store through an sql input
EP99970761A EP1121655B1 (en) 1998-10-16 1999-10-15 Accessing a hierarchical data store through an sql input
DE69932344T DE69932344T2 (en) 1998-10-16 1999-10-15 ACCESS TO HIERARCHICAL DATA STORAGE VIA SQL ENTRY
JP2000577590A JP2002528793A (en) 1998-10-16 1999-10-15 Access to hierarchical data store through SQL input
IL142482A IL142482A (en) 1998-10-16 2001-04-05 Accessing a hierarchical data store through an sql input
HK02100660.7A HK1040440A1 (en) 1998-10-16 2002-01-28 Accessing a hierarchical data store through an sql input

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10468298P 1998-10-16 1998-10-16
US60/104,682 1998-10-16

Publications (2)

Publication Number Publication Date
WO2000023917A1 true WO2000023917A1 (en) 2000-04-27
WO2000023917A9 WO2000023917A9 (en) 2000-11-02

Family

ID=22301805

Family Applications (5)

Application Number Title Priority Date Filing Date
PCT/US1999/023876 WO2000023917A1 (en) 1998-10-16 1999-10-15 Accessing a hierarchical data store through an sql input
PCT/US1999/024118 WO2000023883A1 (en) 1998-10-16 1999-10-15 Apparatus and method for building modeling tools
PCT/US1999/024120 WO2000023863A2 (en) 1998-10-16 1999-10-15 Determining differences between two or more metadata models
PCT/US1999/024117 WO2000023882A1 (en) 1998-10-16 1999-10-15 Impact analysis of a model
PCT/US1999/024115 WO2000023919A1 (en) 1998-10-16 1999-10-15 Method and system for an extensible macro language

Family Applications After (4)

Application Number Title Priority Date Filing Date
PCT/US1999/024118 WO2000023883A1 (en) 1998-10-16 1999-10-15 Apparatus and method for building modeling tools
PCT/US1999/024120 WO2000023863A2 (en) 1998-10-16 1999-10-15 Determining differences between two or more metadata models
PCT/US1999/024117 WO2000023882A1 (en) 1998-10-16 1999-10-15 Impact analysis of a model
PCT/US1999/024115 WO2000023919A1 (en) 1998-10-16 1999-10-15 Method and system for an extensible macro language

Country Status (13)

Country Link
US (3) US7711685B1 (en)
EP (5) EP1121640B1 (en)
JP (6) JP2002528789A (en)
KR (5) KR20010103604A (en)
CN (5) CN1129859C (en)
AT (1) ATE333125T1 (en)
AU (5) AU775431B2 (en)
BR (5) BR9914549A (en)
CA (5) CA2346924A1 (en)
DE (1) DE69932344T2 (en)
HK (4) HK1040552A1 (en)
IL (10) IL142571A0 (en)
WO (5) WO2000023917A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6853997B2 (en) * 2000-06-29 2005-02-08 Infoglide Corporation System and method for sharing, mapping, transforming data between relational and hierarchical databases
US7069263B1 (en) * 2002-02-19 2006-06-27 Oracle International Corporation Automatic trend analysis data capture
US7778955B2 (en) 2005-02-23 2010-08-17 International Business Machines Corporation Database access system and database access method

Families Citing this family (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
IL142571A0 (en) * 1998-10-16 2002-03-10 Computer Ass Think Inc Apparatus and method for building modeling tools
US7734457B2 (en) * 1999-10-16 2010-06-08 Computer Associates Think, Inc. Method and system for generating dynamic comparison models
US7194405B2 (en) * 2000-04-12 2007-03-20 Activepoint Ltd. Method for presenting a natural language comparison of items
US6480970B1 (en) * 2000-05-17 2002-11-12 Lsi Logic Corporation Method of verifying data consistency between local and remote mirrored data storage systems
US7089256B2 (en) * 2000-07-11 2006-08-08 Knowledge Dynamics, Inc. Universal data editor
US7421587B2 (en) * 2001-07-26 2008-09-02 Mcafee, Inc. Detecting computer programs within packed computer files
US7194475B2 (en) 2001-10-30 2007-03-20 International Business Machines Corporation Method, system, and program for performing an impact analysis of program statements in at least one source code file
US7069547B2 (en) 2001-10-30 2006-06-27 International Business Machines Corporation Method, system, and program for utilizing impact analysis metadata of program statements in a development environment
CH698890B1 (en) * 2003-03-19 2009-11-30 Roland Pulfer Modeling a complex system.
CH703081B1 (en) * 2003-03-19 2011-11-15 Roland Pulfer Analysis of a model of a complex system.
CH703073B1 (en) * 2003-03-19 2011-11-15 Roland Pulfer Comparing models a complex system.
CA2429335A1 (en) * 2003-05-22 2004-11-22 Cognos Incorporated System and method of determining impact of reports based on metadata model changes
EP1652074A4 (en) * 2003-07-11 2008-08-13 Computer Ass Think Inc Adding user-defined objects to a modeling tool
CN101416182B (en) * 2003-10-22 2010-12-08 英特尔公司 Expression grouping and evaluation
KR100611098B1 (en) * 2003-12-12 2006-08-09 한국전자통신연구원 Satellite simulation modeling system using Interface Model
US8793602B2 (en) 2004-01-15 2014-07-29 The Mathworks, Inc. System and method for scheduling the execution of model components using model events
US7484212B2 (en) * 2004-02-27 2009-01-27 International Business Machines Corporation Methods and arrangements for automated change plan construction and impact analysis
US7555531B2 (en) * 2004-04-15 2009-06-30 Microsoft Corporation Efficient algorithm and protocol for remote differential compression
US20060074980A1 (en) * 2004-09-29 2006-04-06 Sarkar Pte. Ltd. System for semantically disambiguating text information
GB2419700B (en) * 2004-10-29 2010-03-31 Hewlett Packard Development Co Methods for indexing data, systems, software and apparatus relng thereto
US20060168555A1 (en) * 2005-01-21 2006-07-27 Represas Ferrao Lucio E Software development system and method
US20060168577A1 (en) * 2005-01-21 2006-07-27 Melo Antonio A V Software development system and method
US7735062B2 (en) 2005-01-21 2010-06-08 Outsystems—Software Em Rede, S.A. Software development system and method
EP1684170A3 (en) * 2005-01-21 2007-01-24 Outsystems, software em redes, S. A. Software development system and method
US20060259781A1 (en) * 2005-04-29 2006-11-16 Sony Corporation/Sony Electronics Inc. Method and apparatus for detecting the falsification of metadata
US20070006130A1 (en) * 2005-06-02 2007-01-04 Arnold Stamler Model oriented method of automatically detecting alterations in the design of a software system
CN100432999C (en) * 2005-06-06 2008-11-12 上海宝信软件股份有限公司 Method for data access for complete record by using list architecture under ORACLE
US20070250927A1 (en) * 2006-04-21 2007-10-25 Wintutis, Inc. Application protection
US9626161B2 (en) * 2006-12-12 2017-04-18 Ca, Inc. Computer readable medium and methods for filtering a dynamic comparison model
US8156147B1 (en) 2007-02-06 2012-04-10 The Mathworks, Inc. Sharing of instructions across model boundaries
US8334995B2 (en) * 2007-09-19 2012-12-18 Sharp Laboratories Of America, Inc. Method and system for adaptive control of imaging node
US20090094616A1 (en) * 2007-10-04 2009-04-09 Delima Roberto Comparing Middleware Configurations
US20090138846A1 (en) * 2007-11-23 2009-05-28 Microsoft Corporation Extended macro recording
US7962457B2 (en) * 2008-02-12 2011-06-14 Computer Associates Think, Inc. System and method for conflict resolution
US8321407B2 (en) * 2008-02-24 2012-11-27 Panaya Ltd. Methods for calculating a combined impact analysis repository
US8170988B2 (en) * 2008-04-17 2012-05-01 The Boeing Company System and method for synchronizing databases
KR100956921B1 (en) * 2008-04-28 2010-05-11 권순용 database access method
US20100088686A1 (en) * 2008-10-06 2010-04-08 Microsoft Corporation Programming language with extensible syntax
CN101587492B (en) * 2009-05-11 2011-05-11 金蝶软件(中国)有限公司 Method and system for positioning processed object
KR100921255B1 (en) * 2009-05-14 2009-10-13 주식회사 신시웨이 Sql masking apparatus and method thereof
US20110313736A1 (en) * 2010-06-18 2011-12-22 Bioproduction Group, a California Corporation Method and Algorithm for Modeling and Simulating A Discrete-Event Dynamic System
US8316314B2 (en) * 2010-06-30 2012-11-20 Thermo Electron Scientific Instruments Llc Intelligent multi-functional macros language for analytical measurements
US8706744B2 (en) * 2011-05-31 2014-04-22 Ca, Inc. Determining dependencies during macro expansion
US20130139113A1 (en) * 2011-11-30 2013-05-30 Microsoft Corporation Quick action for performing frequent tasks on a mobile device
US8990187B2 (en) * 2012-05-21 2015-03-24 Google Inc. Efficient top-down hierarchical join on a hierarchically clustered data stream
KR102270791B1 (en) 2014-12-10 2021-06-29 삼성전자주식회사 Method and apparatus for processing macro instruction
WO2016155342A1 (en) * 2015-03-31 2016-10-06 Huawei Technologies Co., Ltd. Analysis engine and method for analyzing pre-generated data reports
US10585648B2 (en) 2016-06-01 2020-03-10 The Mathworks, Inc. Systems and methods for aggregating implicit and explicit event code of executable models
KR102195838B1 (en) 2019-04-10 2020-12-28 주식회사 티맥스 소프트 Method for managing database
US11769489B2 (en) 2021-01-28 2023-09-26 Samsung Electronics Co., Ltd. Electronic device and method for performing shortcut command in electronic device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5764978A (en) * 1994-03-03 1998-06-09 Fujitsu Limited Database system having a hierarchical network database and a corresponding relational database
US5794229A (en) * 1993-04-16 1998-08-11 Sybase, Inc. Database system with methodology for storing a database table by vertically partitioning all columns of the table
US5802511A (en) * 1996-01-02 1998-09-01 Timeline, Inc. Data retrieval method and apparatus with multiple source capability
US5822750A (en) * 1997-06-30 1998-10-13 International Business Machines Corporation Optimization of correlated SQL queries in a relational database management system

Family Cites Families (91)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3656178A (en) * 1969-09-15 1972-04-11 Research Corp Data compression and decompression system
US4667290A (en) * 1984-09-10 1987-05-19 501 Philon, Inc. Compilers using a universal intermediate language
US4787035A (en) * 1985-10-17 1988-11-22 Westinghouse Electric Corp. Meta-interpreter
JPS63181033A (en) * 1987-01-23 1988-07-26 Hitachi Ltd Automatic program generating system
US5070534A (en) * 1988-10-17 1991-12-03 International Business Machines Corporation Simplified cad parametric macroinstruction capability including variational geometrics feature
US4931928A (en) * 1988-11-09 1990-06-05 Greenfeld Norton R Apparatus for analyzing source code
GB2227339A (en) * 1989-01-21 1990-07-25 Kashinath Narayan Dandeker Complex expression generator
JPH0363581A (en) 1989-04-28 1991-03-19 Internatl Business Mach Corp <Ibm> Method of testing electronic circuit
US5276880A (en) * 1989-12-15 1994-01-04 Siemens Corporate Research, Inc. Method for parsing and representing multi-versioned computer programs, for simultaneous and synchronous processing of the plural parses
US5257363A (en) * 1990-04-09 1993-10-26 Meta Software Corporation Computer-aided generation of programs modelling complex systems using colored petri nets
US5699310A (en) * 1990-06-29 1997-12-16 Dynasty Technologies, Inc. Method and apparatus for a fully inherited object-oriented computer system for generating source code from user-entered specifications
FR2667711B1 (en) 1990-10-09 1992-11-27 Thomson Csf METHOD FOR RECOGNIZING OBJECTS IN IMAGES AND ITS APPLICATION TO TRACKING OBJECTS IN IMAGE SEQUENCES.
US5295256A (en) * 1990-12-14 1994-03-15 Racal-Datacom, Inc. Automatic storage of persistent objects in a relational schema
US5507030A (en) * 1991-03-07 1996-04-09 Digitial Equipment Corporation Successive translation, execution and interpretation of computer program having code at unknown locations due to execution transfer instructions having computed destination addresses
US5596746A (en) 1991-10-21 1997-01-21 General Electric Company Method for transforming relational data base schemas into object models using ideal table meta models
US5421016A (en) 1991-12-12 1995-05-30 International Business Machines Corporation System and method for dynamically invoking object methods from an application designed for static method invocation
FR2688611A1 (en) * 1992-03-12 1993-09-17 Bull Sa USE OF A LANGUAGE WHICH TYPES RELATES TO THE CONTENT OF THE VARIABLES AND ALLOWS TO HANDLE COMPLEX CONSTRUCTIONS.
US5664181A (en) * 1992-03-17 1997-09-02 International Business Machines Corporation Computer program product and program storage device for a data transmission dictionary for encoding, storing, and retrieving hierarchical data processing information for a computer system
US5517641A (en) 1992-05-27 1996-05-14 Cdb Software, Inc. Restartable method to reorganize DB2 tablespace records by determining new physical positions for the records prior to moving using a non sorting technic
FR2694105B1 (en) 1992-07-22 1994-11-25 Bull Sa Use of an on-board interpreter language for the creation of an interactive user interface definition tool.
US5295059A (en) * 1992-09-09 1994-03-15 Allen-Bradley Company, Inc. Programmable controller with ladder diagram macro instructions
JPH06332710A (en) * 1993-05-21 1994-12-02 Fujitsu Ltd Object directional data processing system
US5550971A (en) 1993-06-30 1996-08-27 U S West Technologies, Inc. Method and system for generating a user interface adaptable to various database management systems
US5724425A (en) * 1994-06-10 1998-03-03 Sun Microsystems, Inc. Method and apparatus for enhancing software security and distributing software
US5742828A (en) * 1994-08-03 1998-04-21 Microsoft Corporation Compiler and method for evaluation of foreign syntax expressions in source code
US5694539A (en) * 1994-08-10 1997-12-02 Intrinsa Corporation Computer process resource modelling method and apparatus
US5495613A (en) * 1994-08-18 1996-02-27 Unisys Corporation Method and apparatus for extending the capability of a system editor using high-level language transforms
US5692195A (en) 1994-08-31 1997-11-25 International Business Machines Corporation Parent class shadowing
US5768564A (en) * 1994-10-07 1998-06-16 Tandem Computers Incorporated Method and apparatus for translating source code from one high-level computer language to another
US5732192A (en) * 1994-11-30 1998-03-24 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Global qualitative flow-path modeling for local state determination in simulation and analysis
US5721915A (en) 1994-12-30 1998-02-24 International Business Machines Corporation Interaction between application of a log and maintenance of a table that maps record identifiers during online reorganization of a database
US5768586A (en) * 1995-01-10 1998-06-16 Peoplesoft, Inc. Net change management for object-oriented modeling
US5513314A (en) 1995-01-27 1996-04-30 Auspex Systems, Inc. Fault tolerant NFS server system and mirroring protocol
US5644764A (en) * 1995-01-31 1997-07-01 Unisys Corporation Method for supporting object modeling in a repository
US5548754A (en) 1995-02-07 1996-08-20 International Business Machines Corporation Optimization of SQL queries using early-out join transformations
US5701487A (en) * 1995-03-27 1997-12-23 Sun Microsystems, Inc. Method and apparatus for displaying locations of errors detected inside software macro calls
WO1996034350A1 (en) 1995-04-24 1996-10-31 Aspect Development, Inc. Modeling of object-oriented database structures, translation to relational database structures, and dynamic searches thereon
US5737592A (en) * 1995-06-19 1998-04-07 International Business Machines Corporation Accessing a relational database over the Internet using macro language files
US5790861A (en) * 1995-07-07 1998-08-04 Sun Microsystems, Inc. Method and apparatus for generating executable code from object-oriented C++ source code
US5717924A (en) * 1995-07-07 1998-02-10 Wall Data Incorporated Method and apparatus for modifying existing relational database schemas to reflect changes made in a corresponding object model
US5638381A (en) * 1995-07-21 1997-06-10 Motorola, Inc. Apparatus and method for deriving correspondence between storage elements of a first circuit model and storage elements of a second circuit model
WO1997008634A1 (en) 1995-08-23 1997-03-06 International Business Machines Corporation Method and computer system for generating process management computer programs for process models
US5721929A (en) * 1995-10-06 1998-02-24 Electronic Data Systems Corporation Method for extending a fourth generation programming language
US5855014A (en) * 1995-11-03 1998-12-29 Application Partners, Inc. Getfield function for a relational workgroup platform using keyword and workflow databases
US6003037A (en) 1995-11-14 1999-12-14 Progress Software Corporation Smart objects for development of object oriented software
US5721925A (en) * 1995-12-01 1998-02-24 Unisys Corporation Method for generically invoking operation in an object oriented repository
US5815415A (en) * 1996-01-19 1998-09-29 Bentley Systems, Incorporated Computer system for portable persistent modeling
US6091895A (en) 1996-03-27 2000-07-18 International Business Machines Corporation Object oriented central maintenance for programs and scripts
US5715453A (en) * 1996-05-31 1998-02-03 International Business Machines Corporation Web server mechanism for processing function calls for dynamic data queries in a web page
US5987123A (en) 1996-07-03 1999-11-16 Sun Microsystems, Incorporated Secure file system
US5819305A (en) * 1996-08-23 1998-10-06 Motorola, Inc. Method and apparatus for configuring operating modes in a memory
US5974201A (en) 1996-10-01 1999-10-26 Siemens Corporate Research, Inc. Smart image system
US6112024A (en) 1996-10-02 2000-08-29 Sybase, Inc. Development system providing methods for managing different versions of objects with a meta model
US5761494A (en) 1996-10-11 1998-06-02 The Sabre Group, Inc. Structured query language to IMS transaction mapper
US6065002A (en) 1996-10-31 2000-05-16 Systems And Computer Technology Corporation Simplified interface for relational database access using open database connectivity
US5983016A (en) 1996-11-12 1999-11-09 International Business Machines Corporation Execution engine in an object modeling tool
US5857197A (en) 1997-03-20 1999-01-05 Thought Inc. System and method for accessing data stores as objects
US5905982A (en) 1997-04-04 1999-05-18 International Business Machines Corporation Handling null values in SQL queries over object-oriented data
US6182274B1 (en) * 1997-05-01 2001-01-30 International Business Machines Corporation Reusing code in object-oriented program development
US5978789A (en) 1997-05-07 1999-11-02 Lucent Technologies Inc. Efficient hypothetical query evaluation in a database system
US5878411A (en) 1997-06-27 1999-03-02 International Business Machines Corporation Dependent object class and subclass mapping to relational data store
US6513152B1 (en) 1997-07-23 2003-01-28 International Business Machines Corporation Object oriented framework mechanism for customization of object oriented frameworks
US6081774A (en) * 1997-08-22 2000-06-27 Novell, Inc. Natural language information retrieval system and method
US6112304A (en) * 1997-08-27 2000-08-29 Zipsoft, Inc. Distributed computing architecture
US6292811B1 (en) * 1997-09-19 2001-09-18 Modernsoft, Inc. Populating cells of an electronic financial statement
US5974407A (en) 1997-09-29 1999-10-26 Sacks; Jerome E. Method and apparatus for implementing a hierarchical database management system (HDBMS) using a relational database management system (RDBMS) as the implementing apparatus
US6085120A (en) * 1997-11-17 2000-07-04 International Business Machines Corporation Data system processing and method for creating application extension
US6105043A (en) * 1997-12-16 2000-08-15 International Business Machines Corporation Creating macro language files for executing structured query language (SQL) queries in a relational database via a network
US6247020B1 (en) 1997-12-17 2001-06-12 Borland Software Corporation Development system with application browser user interface
US6374256B1 (en) 1997-12-22 2002-04-16 Sun Microsystems, Inc. Method and apparatus for creating indexes in a relational database corresponding to classes in an object-oriented application
US6243709B1 (en) 1998-06-29 2001-06-05 Sun Microsystems, Inc. Method and apparatus for loading stored procedures in a database corresponding to object-oriented data dependencies
US6114978A (en) 1998-01-14 2000-09-05 Lucent Technologies Inc. Method and apparatus for assignment of shortcut key combinations in a computer software application
US6453356B1 (en) 1998-04-15 2002-09-17 Adc Telecommunications, Inc. Data exchange system and method
US6052720A (en) 1998-05-14 2000-04-18 Sun Microsystems, Inc. Generic schema for storing configuration information on a server computer
US6446109B2 (en) 1998-06-29 2002-09-03 Sun Microsystems, Inc. Application computing environment
US6226792B1 (en) 1998-10-14 2001-05-01 Unisys Corporation Object management system supporting the use of application domain knowledge mapped to technology domain knowledge
IL142571A0 (en) 1998-10-16 2002-03-10 Computer Ass Think Inc Apparatus and method for building modeling tools
US6859919B1 (en) 1998-10-16 2005-02-22 Computer Associates Think, Inc. Object modeling tool with meta model semantic registry (rules) a meta data manager for object(s) properties an object/property interface for instance(s) of objects/properties received via object/property interface of the object factory registry
US6502234B1 (en) 1999-01-15 2002-12-31 International Business Machines Corporation Component based wizard for creating wizards
KR200258626Y1 (en) 1999-06-30 2001-12-28 윤청목 Mixer combined with Juice Extractor
US6678882B1 (en) 1999-06-30 2004-01-13 Qwest Communications International Inc. Collaborative model for software systems with synchronization submodel with merge feature, automatic conflict resolution and isolation of potential changes for reuse
US6385767B1 (en) 1999-09-30 2002-05-07 Unisys Corporation Method and system for creating and manipulating extensions to version control systems
ATE325389T1 (en) 1999-10-01 2006-06-15 Infoglide Corp SYSTEM AND METHOD FOR CONVERTING A RELATIONAL DATABASE INTO A HIERARCHICAL DATABASE
US7734457B2 (en) 1999-10-16 2010-06-08 Computer Associates Think, Inc. Method and system for generating dynamic comparison models
JP2001265361A (en) 2000-03-14 2001-09-28 Sony Corp Device and method for providing information, device and method for providing information, and program storage medium
US7353289B2 (en) 2000-11-06 2008-04-01 Telecommunication Systems, Inc. System for an open architecture development platform with centralized synchronization
US6754671B2 (en) 2001-05-02 2004-06-22 Sun Microsystems, Inc. Apparatus for Meta Object Facility repository bootstrap
US20030014439A1 (en) 2001-06-20 2003-01-16 International Business Machines Corporation Defining a markup language representation for state chart data
US6904588B2 (en) 2001-07-26 2005-06-07 Tat Consultancy Services Limited Pattern-based comparison and merging of model versions
US7322025B2 (en) 2001-07-17 2008-01-22 Tata Consultancy Services Limited Method and apparatus for versioning and configuration management of object models
EP1652074A4 (en) 2003-07-11 2008-08-13 Computer Ass Think Inc Adding user-defined objects to a modeling tool

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5794229A (en) * 1993-04-16 1998-08-11 Sybase, Inc. Database system with methodology for storing a database table by vertically partitioning all columns of the table
US5764978A (en) * 1994-03-03 1998-06-09 Fujitsu Limited Database system having a hierarchical network database and a corresponding relational database
US5802511A (en) * 1996-01-02 1998-09-01 Timeline, Inc. Data retrieval method and apparatus with multiple source capability
US5822750A (en) * 1997-06-30 1998-10-13 International Business Machines Corporation Optimization of correlated SQL queries in a relational database management system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6853997B2 (en) * 2000-06-29 2005-02-08 Infoglide Corporation System and method for sharing, mapping, transforming data between relational and hierarchical databases
US7069263B1 (en) * 2002-02-19 2006-06-27 Oracle International Corporation Automatic trend analysis data capture
US7778955B2 (en) 2005-02-23 2010-08-17 International Business Machines Corporation Database access system and database access method

Also Published As

Publication number Publication date
WO2000023917A9 (en) 2000-11-02
JP2002528794A (en) 2002-09-03
EP1121640A4 (en) 2002-09-11
AU1315200A (en) 2000-05-08
WO2000023919A9 (en) 2000-11-16
IL142564A0 (en) 2002-03-10
AU6518099A (en) 2000-05-08
JP2002528793A (en) 2002-09-03
EP1121655B1 (en) 2006-07-12
HK1040552A1 (en) 2002-06-14
CN1359489A (en) 2002-07-17
IL142564A (en) 2006-08-01
WO2000023883A1 (en) 2000-04-27
CN1325514A (en) 2001-12-05
CA2347495A1 (en) 2000-04-27
CN1323416A (en) 2001-11-21
DE69932344D1 (en) 2006-08-24
HK1040441A1 (en) 2002-06-07
HK1040440A1 (en) 2002-06-07
HK1042140A1 (en) 2002-08-02
CA2346925A1 (en) 2000-04-27
CN1361891A (en) 2002-07-31
US7711685B1 (en) 2010-05-04
WO2000023863A3 (en) 2000-11-23
EP1121639A4 (en) 2002-09-11
WO2000023919A1 (en) 2000-04-27
JP2005285141A (en) 2005-10-13
AU761228B2 (en) 2003-05-29
EP1121640B1 (en) 2016-07-27
BR9914551A (en) 2002-03-05
CN1323424A (en) 2001-11-21
IL142484A0 (en) 2002-03-10
CN1129859C (en) 2003-12-03
EP1121639A1 (en) 2001-08-08
IL142571A (en) 2007-02-11
AU775431B2 (en) 2004-07-29
IL142571A0 (en) 2002-03-10
WO2000023882A1 (en) 2000-04-27
CA2347467A1 (en) 2000-04-27
EP1121655A4 (en) 2003-02-05
BR9914552A (en) 2001-11-27
AU772191B2 (en) 2004-04-08
AU1207100A (en) 2000-05-08
IL142484A (en) 2006-10-31
IL142482A (en) 2006-08-20
JP2002528788A (en) 2002-09-03
JP2002528783A (en) 2002-09-03
KR20010093777A (en) 2001-10-29
CA2346924A1 (en) 2000-04-27
JP2002528789A (en) 2002-09-03
EP1121640A1 (en) 2001-08-08
IL142482A0 (en) 2002-03-10
BR9914553A (en) 2001-06-26
AU1445200A (en) 2000-05-08
EP1121639B1 (en) 2016-08-03
BR9914549A (en) 2002-01-15
US6385610B1 (en) 2002-05-07
ATE333125T1 (en) 2006-08-15
CN1129068C (en) 2003-11-26
EP1121654A4 (en) 2003-09-24
KR20010103604A (en) 2001-11-23
IL142572A (en) 2007-06-03
US6601023B1 (en) 2003-07-29
KR20010103603A (en) 2001-11-23
EP1129391A2 (en) 2001-09-05
DE69932344T2 (en) 2007-07-05
KR20010089309A (en) 2001-09-29
EP1121654A1 (en) 2001-08-08
BR9914427A (en) 2001-06-26
AU1315400A (en) 2000-05-08
EP1121655A1 (en) 2001-08-08
EP1129391A4 (en) 2003-03-12
KR20010106514A (en) 2001-11-29
IL142572A0 (en) 2002-03-10
CA2346928A1 (en) 2000-04-27
WO2000023863A2 (en) 2000-04-27
CN1192321C (en) 2005-03-09

Similar Documents

Publication Publication Date Title
WO2000023917A1 (en) Accessing a hierarchical data store through an sql input
US6665677B1 (en) System and method for transforming a relational database to a hierarchical database
US8321467B2 (en) System and method for communicating between an application and a database
US7152074B2 (en) Extensible framework supporting deposit of heterogenous data sources into a target data repository
US6366922B1 (en) Multi-dimensional data management system
CN1705945B (en) Method and system for providing query attributes
US7844623B2 (en) Method to provide management of query output
US7949652B2 (en) Filtering query results using model entity limitations
JP2002538546A (en) ABAP Code Converter Specifications
US7461085B2 (en) Apparatus and method for parametric group processing
US8140595B2 (en) Linked logical fields
US20180067987A1 (en) Database capable of integrated query processing and data processing method thereof
US20080040320A1 (en) Method and system for filtering data
US20090030896A1 (en) Inference search engine
US5819277A (en) Method for generating SQL commands to create an integrated global schema
Boulanger et al. An approach to analyzing the information content of existing databases
Segev et al. A framework for object matching in federated databases and its implementation
Esbai et al. Modeling and automatic generation of data warehouse using model-driven transformation in business intelligence process
Cavallaro HIFI—Hypertext interface to external databases
Halustchak Proposed spatial data handling extensions to SQL
Thompson et al. Initial design of a relational database system for NPS computer asset identification and valuation for Risk Assessment.
Tsai Inter-database data quality management: a relational-model based approach
JPH06119150A (en) Automatic data storing method

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 99812191.6

Country of ref document: CN

ENP Entry into the national phase

Ref document number: 2000 14452

Country of ref document: AU

Kind code of ref document: A

AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH GM HU ID IL IS JP KE KG KP KR KZ LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: C2

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH GM HU ID IL IS JP KE KG KP KR KZ LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: C2

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

COP Corrected version of pamphlet

Free format text: PAGES 1/3-3/3, DRAWINGS, REPLACED BY NEW PAGES 1/2-2/2; DUE TO LATE TRANSMITTAL BY THE RECEIVING OFFICE

WWE Wipo information: entry into national phase

Ref document number: 1999970761

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 142482

Country of ref document: IL

ENP Entry into the national phase

Ref document number: 2346928

Country of ref document: CA

Ref document number: 2346928

Country of ref document: CA

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 14452/00

Country of ref document: AU

Ref document number: 1020017004595

Country of ref document: KR

ENP Entry into the national phase

Ref document number: 2000 577590

Country of ref document: JP

Kind code of ref document: A

WWP Wipo information: published in national office

Ref document number: 1999970761

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWG Wipo information: grant in national office

Ref document number: 14452/00

Country of ref document: AU

WWG Wipo information: grant in national office

Ref document number: 1999970761

Country of ref document: EP