US5909683A - Relational data base control system using object oriented access logic to limit the data base access count, and corresponding method - Google Patents
Relational data base control system using object oriented access logic to limit the data base access count, and corresponding method Download PDFInfo
- Publication number
- US5909683A US5909683A US08/640,915 US64091596A US5909683A US 5909683 A US5909683 A US 5909683A US 64091596 A US64091596 A US 64091596A US 5909683 A US5909683 A US 5909683A
- Authority
- US
- United States
- Prior art keywords
- storage unit
- data base
- objects
- record
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/28—Databases characterised by their database models, e.g. relational or object models
- G06F16/289—Object oriented databases
-
- Y—GENERAL 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
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99944—Object-oriented database structure
-
- Y—GENERAL 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
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99951—File or database maintenance
- Y10S707/99952—Coherency, e.g. same view to multiple users
- Y10S707/99953—Recoverability
Definitions
- This invention concerns the design, development and use of computer systems. More precisely, the invention concerns control, in other words particularly retrieval and updating of relational data bases.
- One of the main objectives of the invention is to overcome these disadvantages of prior techniques.
- a first objective of the invention is to provide a relational data base control system capable of limiting the number of accesses to this data base.
- the purpose of the invention is to provide a system that requires far fewer accesses to the data base for a given application than are necessary with known systems.
- Another purpose of the invention is to provide a system for which it is completely unnecessary to have any knowledge about the structure of the data base and relations defined between data.
- Another objective of the invention is to provide a system capable of easily managing data in time, and particularly authorizing retrievals at simulated past or future dates, and retroactive modifications. Furthermore, a complementary objective of the invention is to allow interaction of this type of retroactive modification on all data.
- a relational data base control system that limits the number of accesses to the said data base, the said data base being stored in a first storage unit controlled according to a first relational access logic and including at least one series of records, each of the said records including at least one data field, a system in which each of the said records is associated with an object including at least one variable and at least one method of affecting the value of at least one of the said variables, and wherein data retrievals and/or modifications are made only on the said objects, based on a second object oriented access logic, the said system comprising:
- a control unit including:
- control of the data base is very much simplified. There is no need to know the structure of the base, or the access commands to this data base.
- the user only manipulates objects, using an approach usually referred to as "object oriented.”
- object oriented The system according to the invention itself automatically and transparently transfers and transcodes objects and the corresponding records.
- objects and records are stored completely separately. Objects are stored in the second temporary storage unit, and records are stored in the first data base storage unit. The user can only access the second storage unit containing objects.
- the system comprises a data transfer unit transferring data between the first and second storage units, which rebuilds objects making use of records stored in the data base and the structure of the corresponding object class, and then stores these rebuilt objects in the temporary storage unit. Conversely, the transfer unit transcodes modified objects in records to be stored in the first storage unit.
- system in the invention can manage work sequences, called events, and the said automatic command generator unit sending a data transfer command to transfer from the second storage unit to the first storage unit only when an event is terminated.
- events work sequences
- said automatic command generator unit sending a data transfer command to transfer from the second storage unit to the first storage unit only when an event is terminated.
- control unit includes a lock management unit preventing a record in the said data base from being modified when an object associated with the said record is stored in the second storage unit and was modified by the said retrieval and modification unit.
- the said system includes a history management unit for at least some of the said objects, associating at least one variable of the said objects with at least two distinct values, each of the said values being associated with at least one technical field bearing a date representing the validity of the said value.
- a retrieval can fictitiously be made at any instant in time (in the past or in the future). Furthermore, modifications can be made retroactively and can occur at a chosen instant in the past.
- the said automatic command generator unit includes a cache memory storing a series of commands that were generated in advance. In this way, creating commands is made easier.
- the invention also concerns a relational data base control process corresponding to the system described above.
- this process includes a step for loading at least one object in the second temporary storage unit, including the following steps:
- the save is done symmetrically in the first storage unit.
- At least some of the said objects comprise;
- At least one deductive variable the value of which is determined when the said first transcoding step, starting from the value of at least one data field in the record associated with the said object and/or the class structure of the object.
- a search for at least one object satisfying a pre-determined condition is carried out in two steps;
- a second step consisting of a search among records stored in the said first storage unit.
- FIG. 1 is a block diagram illustrating the general structure of the system in the invention
- FIG. 2 schematically shows the links between an object class and a table in the data base in the system in FIG. 1;
- FIG. 3 presents the process according to the invention, in the form of a simplified flowchart
- FIG. 4 illustrates the principle of chronological management of objects in the invention.
- the invention concerns a relational data base control system making use of an object oriented concept.
- the system according to the invention automatically and transparently sets up a bridge between relational data bases and the objects universe.
- FIG. 1 schematically shows the system according to the invention.
- the essential characteristic of the system according to the invention is that it allows control of a conventional relational data base 11 (for example in the ORACLE format (registered trademark)), without the user having direct access to the data base.
- a conventional relational data base 11 for example in the ORACLE format (registered trademark)
- the user only manipulates (in other words retrieves and/or modifies) objects that are stored in temporary storage unit 15, making use of control unit 14.
- system according to the invention manages two quite distinct methods of representation and storage:
- mode I based on representation by objects, that is the only mode accessible to the user
- transcoding unit 16 which makes a data base record 11 starting from an object 18 stored in temporary storage unit 15, and vice versa.
- This transcoding 16 is not a simple systematic adaptation of the format. On the other hand, it takes account of the class of this object for each object in the structure 19.
- Object classes 110 defined by the control unit 15 are stored in object class storage unit 111.
- transcoding unit 16 operate under the constraint of the object classes definition 19.
- Control unit 14 uses an object knowledge representation based on a "Class-Instance” model; a class consists of a list of attributes, behaviors (methods) and structures (variables). In particular, this representation groups the following functions:
- Encapsulation this characteristic associates a behavior with a structure, and also defines attributes as being public or private;
- Control unit 14 includes a data base control subassembly 113, which automatically manages the data base 11. More precisely, subassembly 113 carries out the following operations:
- Lock management to prevent access to records associated with an object stored in temporary memory 15 and which has been modified.
- control subassembly 113 manages a command memory 115 which keeps the most recent commands generated by subassembly 113.
- subassembly 113 automatically sends a locking command preventing the corresponding record from being modified in the data base 11.
- a second user can retrieve this object but cannot modify it.
- FIG. 2 illustrates the construction of an object class, and its links with the data base table associated with it.
- An object class 21 may include the following attributes:
- Methods 22 1 to 22 N which define a message which may be sent to the object
- Deductive variables 24 1 to 24 L containing calculated values not stored systematically starting from stored variables and/or external values (for example processing date).
- a large number of instances 25 1 to 25 i or objects may be created from this class.
- a database table 26, in which a record 27 1 to 27 i is associated with each object 25 1 to 25 i is associated with each class, or possibly group of classes, particularly when these classes were created using the inheritance mechanism starting from a father class.
- the transcoding unit needs to carry out a large number of operations, since when it receives a record 17 it must perform the following operations to create the corresponding object 18:
- this process includes a class definition step 31.
- This step 31 is usually reserved for application developers, unlike steps 32 to 34 which are described later and which are accessible to all system users.
- a class definition 31 includes the developer's definition of the class structure (methods and variables). This definition may be made starting from a mother class using the inheritance mechanism. When the class is defined, the corresponding record in the data base is created automatically, and the class structure is stored (35) in the system memory.
- An event is processing that represents an entry point into an application and usually consists of triggering messages on objects. It may be defined in retrieval, simulation or modification mode, which defines data modification (and save in base) possibilities during the event.
- an event 32 may include the following operations:
- Chronology modification 322 in order to place the event at any time in the past, present or future. This technique is described in more detail later, with reference to FIG. 4;
- Retrieval and modification 323 of objects stored in the temporary storage unit This step consists of sending messages (corresponding to methods) to objects.
- Each message sent to an object can cause propagation of messages to related objects, in addition to its explicit effect. It can thus initiate reflexes (or actions) associated with the event. Propagation phenomena are centralized on classes, and they are activated completely transparently.
- Step 323 automatically and transparently sets up a lock management mechanism in the data base.
- the system is capable of managing processing by batches, all that is necessary is to very simply state the nature of the event. It can then manage memory as a function of this criterion. Interactive events or batch events are different only in triggering, and can activate the same messages. This structure thus guarantees operational consistency between real time events and batch processing.
- the system controls the terminal step of transactions (cancel, save or confirm). Saving the transaction makes it possible to postpone its validation until later. Finally, a trace of executed events can be kept.
- the chronology modification step 322 makes projections into the past (transparent use of the history) and into the future (simulations or assumptions) quite naturally, and facilitates production operations in the present.
- the system directly manages objects in time. It can thus find the situation of any object at any date in the past or in the future, by means of simulations. Since time management is integrated transparently, any application will allow the user to position himself in the past or in the future, without it being necessary for him to code anything other than the rules of how values change, when they are unknown.
- the designer has everything he needs to limit the number of history states that he keeps.
- an object has a start and end which correspond to two points in time; therefore, there are two date-type start and end fields for each object, but these fields are not necessarily defined.
- the object may be in different states between its start and its end; the values of its fields may change with time.
- Each state is characterized by the values of fields; if the value of a field is modified on an object, it will change to another state.
- the system can store the various states of an object. Histories of objects can be managed.
- a state like an object, is characterized by start and end dates.
- the effective date is the date on which the system takes the information into account.
- Objects are created, modified or deleted during an event, which must be associated with a knowledge date and an effective date.
- dates are defined as above;
- the information retrieved is the information as it is known as a function of the knowledge date, and such that it is effective at the read effective date.
- the distinction between the effective date and the knowledge date can be used to manage retroactive effects (write with effective date prior to the knowledge date).
- a state is characterized by start and end dates. Therefore each object includes the following technical fields:
- KDN knowledge start date for the state
- KDX knowledge end date for the state.
- the read effective date must also be between the object start and end dates.
- FIG. 4 shows an example of management with history for an object in the "person" class. Miss Mathilde DURAND has been known since Feb. 1, 1990. She informs the data base manager that she will be married to Mr. DUPOND on Jun. 15, 1990. On Jun. 5, 1992, she informs it that she was divorced on Apr. 25, 1992.
- the object contains three states:
- transcoding unit 16 An object stored in temporary memory is usually saved 33 at the end of an event. It consists of three steps, carried out automatically by transcoding unit 16:
- An object is symmetrically loaded 34 in temporary memory 16. Therefore, it includes the following steps:
- Transcode 342 the record to the object, as a function of the class structure 36 of the object;
- An object may be loaded 34 at any time during an event. More precisely, the data base control subassembly 113 generates a change request whenever necessary, in other words when the user sends a query 12 concerning an object which is not yet in the temporary storage unit 15.
- control unit transparently manages a list of objects in temporary storage unit 15.
- an object search using a specific criterion is made in two steps. Firstly, the search takes place among objects stored in the temporary storage unit 15. Then, and only if the search fails, it continues in the data base 11 under the control of subassembly 113.
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| FR93/13488 | 1993-11-05 | ||
| FR9313488A FR2712101B1 (fr) | 1993-11-05 | 1993-11-05 | Système de contrôle d'une base de données relationnelle selon une logique d'accès orientée objet limitant le nombre des accès à la base de données, et procédé correspondant. |
| PCT/FR1994/001274 WO1995012855A1 (fr) | 1993-11-05 | 1994-11-03 | Systeme de controle d'une base de donnees relationnelle selon une logique d'acces orientee objet limitant le nombre des acces a ladite base de donnees, et procede correspondant |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US5909683A true US5909683A (en) | 1999-06-01 |
Family
ID=9452772
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US08/640,915 Expired - Lifetime US5909683A (en) | 1993-11-05 | 1994-11-03 | Relational data base control system using object oriented access logic to limit the data base access count, and corresponding method |
Country Status (9)
| Country | Link |
|---|---|
| US (1) | US5909683A (de) |
| EP (1) | EP0727071B1 (de) |
| JP (1) | JP3859171B2 (de) |
| AT (1) | ATE162899T1 (de) |
| DE (1) | DE69408337T2 (de) |
| DK (1) | DK0727071T3 (de) |
| ES (1) | ES2121329T3 (de) |
| FR (1) | FR2712101B1 (de) |
| WO (1) | WO1995012855A1 (de) |
Cited By (63)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020049619A1 (en) * | 2000-10-02 | 2002-04-25 | Steven Wahlbin | Computerized method and system of identifying a credible witness statement relating to an accident |
| US6421733B1 (en) * | 1997-03-25 | 2002-07-16 | Intel Corporation | System for dynamically transcoding data transmitted between computers |
| US20030069120A1 (en) * | 2001-07-13 | 2003-04-10 | Papsdorf Clifford Theodore | Continuous in-line pleating apparatus and process |
| US20030158759A1 (en) * | 2002-01-24 | 2003-08-21 | Robert Kannenberg | Method of modifying software by defining business rules |
| US20030158760A1 (en) * | 2002-01-24 | 2003-08-21 | Robert Kannenberg | System for modifying software using reusable software components |
| US20030172367A1 (en) * | 2002-01-24 | 2003-09-11 | Robert Kannenberg | Method of modifying software via a network |
| US6697797B1 (en) | 2000-04-28 | 2004-02-24 | Micro Data Base Systems, Inc. | Method and apparatus for tracking data in a database, employing last-known location registers |
| US20040049409A1 (en) * | 2002-09-09 | 2004-03-11 | Stefan Wahlbin | Computerized method and system for determining breach of duty in premises liability for an accident |
| US20040054559A1 (en) * | 2002-09-09 | 2004-03-18 | Stefan Wahlbin | Computerized method and system for determining the contribution of defenses to premises liability for an accident |
| US20040054558A1 (en) * | 2002-09-09 | 2004-03-18 | Stefan Wahlbin | Computerized method and system for determining claimant status in premises liability for an accident |
| US20040054557A1 (en) * | 2002-09-09 | 2004-03-18 | Stefan Wahlbin | Computerized method and system for estimating premises liability for an accident |
| US20040054556A1 (en) * | 2002-09-09 | 2004-03-18 | Stephan Wahlbin | Computerized method and system for determining causation in premises liability for an accident |
| US20040088198A1 (en) * | 2002-10-31 | 2004-05-06 | Childress Allen B. | Method of modifying a business rule while tracking the modifications |
| US20040103009A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for creating pre-configured claim reports including liability in an accident estimated using a computer system |
| US20040103007A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating an effect on liability using claim data accessed from claim reporting software |
| US20040103006A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating an effect on liability using a comparison of the actual speed of vehicles with a specified speed |
| US20040102985A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating an effect on liability based on the stopping distance of vehicles |
| US20040103005A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating monetary damages due to injuries in an accident from liability estimated using a computer system |
| US20040103004A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating an effect on liability using a comparison of the actual speed of a vehicle in an accident and time and distance traveled by the vehicles in a merging vehicle accident |
| US20040103010A1 (en) * | 2002-11-27 | 2004-05-27 | Stephan Wahlbin | Computerized method and system for estimating an effect on liability of the speed of vehicles in an accident and time and distance traveled by the vehicles |
| US20040102984A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating liability using recorded vehicle data |
| US20040103008A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating liability for an accident from an investigation of the accident |
| US20040111301A1 (en) * | 2002-11-27 | 2004-06-10 | Stefan Wahlbin | Computerized method and system for estimating liability for an accident using dynamic generation of questions |
| US20050060205A1 (en) * | 2003-09-02 | 2005-03-17 | Woods Randall K. | Systems and methods for a graphical input display in an insurance processing system |
| US6925468B1 (en) | 1999-10-29 | 2005-08-02 | Computer Sciences Corporation | Configuring systems for generating business transaction reports using processing relationships among entities of an organization |
| US20050192850A1 (en) * | 2004-03-01 | 2005-09-01 | Lorenz Scott K. | Systems and methods for using data structure language in web services |
| US6952741B1 (en) | 1999-06-30 | 2005-10-04 | Computer Sciences Corporation | System and method for synchronizing copies of data in a computer system |
| US6961708B1 (en) | 1999-08-27 | 2005-11-01 | Computer Sciences Corporation | External interface for requesting data from remote systems in a generic fashion |
| US20050276401A1 (en) * | 2003-11-05 | 2005-12-15 | Madill Robert P Jr | Systems and methods for assessing the potential for fraud in business transactions |
| US7003482B1 (en) | 1999-12-10 | 2006-02-21 | Computer Sciences Corporation | Middleware for business transactions |
| US20060059021A1 (en) * | 2004-09-15 | 2006-03-16 | Jim Yulman | Independent adjuster advisor |
| US7095426B1 (en) | 2000-06-23 | 2006-08-22 | Computer Sciences Corporation | Graphical user interface with a hide/show feature for a reference system in an insurance claims processing system |
| US7340426B1 (en) | 1999-07-30 | 2008-03-04 | Computer Sciences Corporation | Event-triggered transaction processing for electronic data interchange |
| US7343307B1 (en) | 2000-06-23 | 2008-03-11 | Computer Sciences Corporation | Dynamic help method and system for an insurance claims processing system |
| US7353196B1 (en) | 1999-10-29 | 2008-04-01 | Computer Sciences Corporation | Configuring dynamic database packageset switching for use in processing business transactions |
| US7359863B1 (en) | 1999-09-30 | 2008-04-15 | Computer Sciences Corporation | Condition component framework for reinsurance |
| US7363264B1 (en) | 1999-10-29 | 2008-04-22 | Computer Sciences Corporation | Processing business transactions using dynamic database packageset switching |
| US7398219B1 (en) | 2000-06-23 | 2008-07-08 | Computer Sciences Corporation | System and method for displaying messages using a messages table |
| US7418400B1 (en) | 2000-06-23 | 2008-08-26 | Computer Sciences Corporation | Internet-enabled system and method for assessing damages |
| US7430514B1 (en) | 2000-06-23 | 2008-09-30 | Computer Sciences Corporation | System and method for processing insurance claims using a table of contents |
| US7430515B1 (en) | 2000-06-23 | 2008-09-30 | Computer Sciences Corporation | System and method for externalization of formulas for assessing damages |
| US20090006140A1 (en) * | 2007-06-29 | 2009-01-01 | Wait Julian F | Claims processing hierarchy for insured |
| US20090006137A1 (en) * | 2007-06-04 | 2009-01-01 | Wait Julian F | Claims processing hierarchy for designee |
| US7526487B1 (en) | 1999-10-29 | 2009-04-28 | Computer Sciences Corporation | Business transaction processing systems and methods |
| US7546304B1 (en) | 1999-10-29 | 2009-06-09 | Computer Sciences Corporation | Configuring keys for use in processing business data |
| US7571171B1 (en) | 1999-10-29 | 2009-08-04 | Computer Sciences Corporation | Smart trigger for use in processing business transactions |
| US7571107B1 (en) | 2000-06-23 | 2009-08-04 | Computer Sciences Corporation | System and method for externalization of rules for assessing damages |
| US7661600B2 (en) | 2001-12-24 | 2010-02-16 | L-1 Identify Solutions | Laser etched security features for identification documents and methods of making same |
| US7676387B2 (en) | 2002-10-31 | 2010-03-09 | Computer Sciences Corporation | Graphical display of business rules |
| US7689442B2 (en) | 2002-10-31 | 2010-03-30 | Computer Science Corporation | Method of generating a graphical display of a business rule with a translation |
| US7693844B1 (en) | 1999-10-29 | 2010-04-06 | Computer Sciences Corporation | Configuring processing relationships among entities of an organization |
| US7693731B1 (en) | 1999-09-30 | 2010-04-06 | Computer Sciences Corporation | Business process framework for reinsurance |
| US7694887B2 (en) | 2001-12-24 | 2010-04-13 | L-1 Secure Credentialing, Inc. | Optically variable personalized indicia for identification documents |
| US7789311B2 (en) | 2003-04-16 | 2010-09-07 | L-1 Secure Credentialing, Inc. | Three dimensional data storage |
| US7798413B2 (en) | 2001-12-24 | 2010-09-21 | L-1 Secure Credentialing, Inc. | Covert variable information on ID documents and methods of making same |
| US7804982B2 (en) | 2002-11-26 | 2010-09-28 | L-1 Secure Credentialing, Inc. | Systems and methods for managing and detecting fraud in image databases used with identification documents |
| US7815124B2 (en) | 2002-04-09 | 2010-10-19 | L-1 Secure Credentialing, Inc. | Image processing techniques for printing identification cards and documents |
| US7824029B2 (en) | 2002-05-10 | 2010-11-02 | L-1 Secure Credentialing, Inc. | Identification card printer-assembler for over the counter card issuing |
| US7895064B2 (en) | 2003-09-02 | 2011-02-22 | Computer Sciences Corporation | Graphical input display in an insurance processing system |
| US7991630B2 (en) | 2008-01-18 | 2011-08-02 | Computer Sciences Corporation | Displaying likelihood values for use in settlement |
| US8010389B2 (en) | 2007-06-04 | 2011-08-30 | Computer Sciences Corporation | Multiple policy claims processing |
| US8010390B2 (en) | 2007-06-04 | 2011-08-30 | Computer Sciences Corporation | Claims processing of information requirements |
| US20140165215A1 (en) * | 2012-12-12 | 2014-06-12 | Vmware, Inc. | Limiting access to a digital item |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5212787A (en) * | 1991-03-12 | 1993-05-18 | International Business Machines Corporation | Method and apparatus for accessing a relational database without exiting an object-oriented environment |
| US5499371A (en) * | 1993-07-21 | 1996-03-12 | Persistence Software, Inc. | Method and apparatus for automatic generation of object oriented code for mapping relational data to objects |
| US5542078A (en) * | 1994-09-29 | 1996-07-30 | Ontos, Inc. | Object oriented data store integration environment for integration of object oriented databases and non-object oriented data facilities |
| US5564113A (en) * | 1992-04-30 | 1996-10-08 | International Business Machines Corporation | Computer program product for rendering relational database management system differences transparent |
| US5627979A (en) * | 1994-07-18 | 1997-05-06 | International Business Machines Corporation | System and method for providing a graphical user interface for mapping and accessing objects in data stores |
| US5689698A (en) * | 1995-10-20 | 1997-11-18 | Ncr Corporation | Method and apparatus for managing shared data using a data surrogate and obtaining cost parameters from a data dictionary by evaluating a parse tree object |
-
1993
- 1993-11-05 FR FR9313488A patent/FR2712101B1/fr not_active Expired - Lifetime
-
1994
- 1994-11-03 AT AT95900187T patent/ATE162899T1/de not_active IP Right Cessation
- 1994-11-03 WO PCT/FR1994/001274 patent/WO1995012855A1/fr not_active Ceased
- 1994-11-03 US US08/640,915 patent/US5909683A/en not_active Expired - Lifetime
- 1994-11-03 DE DE69408337T patent/DE69408337T2/de not_active Expired - Lifetime
- 1994-11-03 JP JP51305395A patent/JP3859171B2/ja not_active Expired - Fee Related
- 1994-11-03 ES ES95900187T patent/ES2121329T3/es not_active Expired - Lifetime
- 1994-11-03 DK DK95900187T patent/DK0727071T3/da active
- 1994-11-03 EP EP95900187A patent/EP0727071B1/de not_active Expired - Lifetime
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5212787A (en) * | 1991-03-12 | 1993-05-18 | International Business Machines Corporation | Method and apparatus for accessing a relational database without exiting an object-oriented environment |
| US5564113A (en) * | 1992-04-30 | 1996-10-08 | International Business Machines Corporation | Computer program product for rendering relational database management system differences transparent |
| US5499371A (en) * | 1993-07-21 | 1996-03-12 | Persistence Software, Inc. | Method and apparatus for automatic generation of object oriented code for mapping relational data to objects |
| US5627979A (en) * | 1994-07-18 | 1997-05-06 | International Business Machines Corporation | System and method for providing a graphical user interface for mapping and accessing objects in data stores |
| US5542078A (en) * | 1994-09-29 | 1996-07-30 | Ontos, Inc. | Object oriented data store integration environment for integration of object oriented databases and non-object oriented data facilities |
| US5689698A (en) * | 1995-10-20 | 1997-11-18 | Ncr Corporation | Method and apparatus for managing shared data using a data surrogate and obtaining cost parameters from a data dictionary by evaluating a parse tree object |
Non-Patent Citations (7)
| Title |
|---|
| Barsalou, T. et al., "Complex objects for relational databases," 8340 Computer-Aided Design, Oct. 22, 1990, No. 8, London, GB, pp. 458-468. |
| Barsalou, T. et al., Complex objects for relational databases, 8340 Computer Aided Design, Oct. 22, 1990, No. 8, London, GB, pp. 458 468. * |
| Notification of Transmission of Preliminary Examination Report for PCT/FR94/01274 dated Dec. 28, 1995. * |
| Shah, Abad A., et al., "Renovation of Complex Objects in the Temporal Object System," Mar. 23, 1993, 12th Annual International Phoenix Conference on Computers and Communications, Tempe, Arizona, pp. 203-209. |
| Shah, Abad A., et al., Renovation of Complex Objects in the Temporal Object System, Mar. 23, 1993, 12 th Annual International Phoenix Conference on Computers and Communications, Tempe, Arizona, pp. 203 209. * |
| Wiederhold, Gio, "Views, Objects, and Databases," 8153 Computer, Dec. 19, 1986, No. 12, New York, NY, USA, pp. 37-44. |
| Wiederhold, Gio, Views, Objects, and Databases, 8153 Computer, Dec. 19, 1986, No. 12, New York, NY, USA, pp. 37 44. * |
Cited By (113)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6421733B1 (en) * | 1997-03-25 | 2002-07-16 | Intel Corporation | System for dynamically transcoding data transmitted between computers |
| US7581025B2 (en) | 1999-06-30 | 2009-08-25 | Computer Sciences Corporation | System and method for synchronizing copies of data in a computer system |
| US6952741B1 (en) | 1999-06-30 | 2005-10-04 | Computer Sciences Corporation | System and method for synchronizing copies of data in a computer system |
| US20070233900A1 (en) * | 1999-06-30 | 2007-10-04 | Computer Sciences Corporation | System and method for synchronizing copies of data in a computer system |
| US7340426B1 (en) | 1999-07-30 | 2008-03-04 | Computer Sciences Corporation | Event-triggered transaction processing for electronic data interchange |
| US6961708B1 (en) | 1999-08-27 | 2005-11-01 | Computer Sciences Corporation | External interface for requesting data from remote systems in a generic fashion |
| US7693731B1 (en) | 1999-09-30 | 2010-04-06 | Computer Sciences Corporation | Business process framework for reinsurance |
| US7359863B1 (en) | 1999-09-30 | 2008-04-15 | Computer Sciences Corporation | Condition component framework for reinsurance |
| US6925468B1 (en) | 1999-10-29 | 2005-08-02 | Computer Sciences Corporation | Configuring systems for generating business transaction reports using processing relationships among entities of an organization |
| US7546304B1 (en) | 1999-10-29 | 2009-06-09 | Computer Sciences Corporation | Configuring keys for use in processing business data |
| US7353196B1 (en) | 1999-10-29 | 2008-04-01 | Computer Sciences Corporation | Configuring dynamic database packageset switching for use in processing business transactions |
| US7363264B1 (en) | 1999-10-29 | 2008-04-22 | Computer Sciences Corporation | Processing business transactions using dynamic database packageset switching |
| US7571171B1 (en) | 1999-10-29 | 2009-08-04 | Computer Sciences Corporation | Smart trigger for use in processing business transactions |
| US7693844B1 (en) | 1999-10-29 | 2010-04-06 | Computer Sciences Corporation | Configuring processing relationships among entities of an organization |
| US7526487B1 (en) | 1999-10-29 | 2009-04-28 | Computer Sciences Corporation | Business transaction processing systems and methods |
| US7003482B1 (en) | 1999-12-10 | 2006-02-21 | Computer Sciences Corporation | Middleware for business transactions |
| US6697797B1 (en) | 2000-04-28 | 2004-02-24 | Micro Data Base Systems, Inc. | Method and apparatus for tracking data in a database, employing last-known location registers |
| US7418400B1 (en) | 2000-06-23 | 2008-08-26 | Computer Sciences Corporation | Internet-enabled system and method for assessing damages |
| US7430515B1 (en) | 2000-06-23 | 2008-09-30 | Computer Sciences Corporation | System and method for externalization of formulas for assessing damages |
| US7430514B1 (en) | 2000-06-23 | 2008-09-30 | Computer Sciences Corporation | System and method for processing insurance claims using a table of contents |
| US7343307B1 (en) | 2000-06-23 | 2008-03-11 | Computer Sciences Corporation | Dynamic help method and system for an insurance claims processing system |
| US7398219B1 (en) | 2000-06-23 | 2008-07-08 | Computer Sciences Corporation | System and method for displaying messages using a messages table |
| US7095426B1 (en) | 2000-06-23 | 2006-08-22 | Computer Sciences Corporation | Graphical user interface with a hide/show feature for a reference system in an insurance claims processing system |
| US7571107B1 (en) | 2000-06-23 | 2009-08-04 | Computer Sciences Corporation | System and method for externalization of rules for assessing damages |
| US20020087363A1 (en) * | 2000-10-02 | 2002-07-04 | Steven Wahlbin | Computerized method and system of liability assessment for an accident using environmental, vehicle, and driver conditions and driver actions |
| US20020128881A1 (en) * | 2000-10-02 | 2002-09-12 | Steven Wahlbin | Computerized method and system for adjusting liability estimates in an accident liability assessment program |
| US7630909B2 (en) | 2000-10-02 | 2009-12-08 | Computer Sciences Corporation | Computerized method and system for adjusting liability estimates in an accident liability assessment program |
| US7742936B2 (en) | 2000-10-02 | 2010-06-22 | Computer Sciences Corporation | Computerized method and system of assessing liability for an accident using impact groups |
| US20020049619A1 (en) * | 2000-10-02 | 2002-04-25 | Steven Wahlbin | Computerized method and system of identifying a credible witness statement relating to an accident |
| US8468035B2 (en) | 2000-10-02 | 2013-06-18 | Computer Sciences Corporation | Computerized method and system for accumulating liability estimates |
| US7752061B2 (en) | 2000-10-02 | 2010-07-06 | Computer Sciences Corporation | Computerized method and system of displaying an accident type |
| US8069062B2 (en) | 2000-10-02 | 2011-11-29 | Computer Sciences Corporation | Computerized method and system of determining inconsistencies in witness statements relating to an accident |
| US8000985B2 (en) | 2000-10-02 | 2011-08-16 | Computer Sciences Corporation | Computerized method and system of displaying a roadway configuration relating to an accident |
| US7904318B2 (en) | 2000-10-02 | 2011-03-08 | Computer Sciences Corporation | Computerized method and system of determining right of way and liability for an accident |
| US7890352B2 (en) | 2000-10-02 | 2011-02-15 | Computer Sciences Corporation | Computerized method and system of liability assessment for an accident |
| US7890353B2 (en) | 2000-10-02 | 2011-02-15 | Computer Sciences Corporation | Computerized method and system of liability assessment for an accident using environmental, vehicle, and driver conditions and driver actions |
| US7848938B2 (en) | 2000-10-02 | 2010-12-07 | Computer Sciences Corporation | Computerized method and system of assigning an absolute liability value for an accident |
| US20020059097A1 (en) * | 2000-10-02 | 2002-05-16 | Steven Wahlbin | Computerized method and system of assigning an absolute liability value for an accident |
| US7680680B2 (en) | 2000-10-02 | 2010-03-16 | Computer Sciences Corporation | Computerized method and system of displaying an impact point relating to an accident |
| US20020059083A1 (en) * | 2000-10-02 | 2002-05-16 | Steven Wahlbin | Computerized method and system of determining inconsistencies in witness statements relating to an accident |
| US20020059086A1 (en) * | 2000-10-02 | 2002-05-16 | Steven Wahlbin | Computerized method and system of displaying a roadway configuration relating to an accident |
| US7653559B2 (en) | 2000-10-02 | 2010-01-26 | Computer Sciences Corporation | Computerized method and system of estimating liability and range of liability for an accident |
| US20020091504A1 (en) * | 2000-10-02 | 2002-07-11 | Steven Wahlbin | Computerized method and system for accumulating liability estimates |
| US20020059085A1 (en) * | 2000-10-02 | 2002-05-16 | Steven Wahlbin | Computerized method and system of determining a credible real set of characteristics for an accident |
| US7742935B2 (en) | 2000-10-02 | 2010-06-22 | Computer Sciences Corporation | Computerized method and system of determining right of way in an accident |
| US7756729B2 (en) | 2000-10-02 | 2010-07-13 | Computer Sciences Corporation | Computerized method and system for providing claims data to an accident liability assessment program |
| US20020082873A1 (en) * | 2000-10-02 | 2002-06-27 | Steven Wahlbin | Computerized method and system of determining right of way and liability for an accident |
| US20020069092A1 (en) * | 2000-10-02 | 2002-06-06 | Steven Wahlbin | Computerized method and system of assessing and adjusting liability for an accident |
| US20020069091A1 (en) * | 2000-10-02 | 2002-06-06 | Steven Wahlbin | Computerized method and system of liability assessment for an accident |
| US20020062235A1 (en) * | 2000-10-02 | 2002-05-23 | Steven Wahlbin | Computerized method and system for providing claims data to an accident liability assessment program |
| US20020062234A1 (en) * | 2000-10-02 | 2002-05-23 | Steven Wahlbin | Computerized method and system of estimating liability and range of liability for an accident |
| US20020062233A1 (en) * | 2000-10-02 | 2002-05-23 | Steven Wahlbin | Computerized method and system of assessing liability for an accident using impact groups |
| US20020059084A1 (en) * | 2000-10-02 | 2002-05-16 | Steven Wahlbin | Computerized method and system of displaying an accident type |
| US20020059087A1 (en) * | 2000-10-02 | 2002-05-16 | Steven Wahlbin | Computerized method and system of displaying an impact point relating to an accident |
| US20030069120A1 (en) * | 2001-07-13 | 2003-04-10 | Papsdorf Clifford Theodore | Continuous in-line pleating apparatus and process |
| US7798413B2 (en) | 2001-12-24 | 2010-09-21 | L-1 Secure Credentialing, Inc. | Covert variable information on ID documents and methods of making same |
| US7694887B2 (en) | 2001-12-24 | 2010-04-13 | L-1 Secure Credentialing, Inc. | Optically variable personalized indicia for identification documents |
| US7661600B2 (en) | 2001-12-24 | 2010-02-16 | L-1 Identify Solutions | Laser etched security features for identification documents and methods of making same |
| US8083152B2 (en) | 2001-12-24 | 2011-12-27 | L-1 Secure Credentialing, Inc. | Laser etched security features for identification documents and methods of making same |
| US20030158760A1 (en) * | 2002-01-24 | 2003-08-21 | Robert Kannenberg | System for modifying software using reusable software components |
| US7631299B2 (en) | 2002-01-24 | 2009-12-08 | Computer Sciences Corporation | System for modifying software using reusable software components |
| US20030158759A1 (en) * | 2002-01-24 | 2003-08-21 | Robert Kannenberg | Method of modifying software by defining business rules |
| US20030172367A1 (en) * | 2002-01-24 | 2003-09-11 | Robert Kannenberg | Method of modifying software via a network |
| US7815124B2 (en) | 2002-04-09 | 2010-10-19 | L-1 Secure Credentialing, Inc. | Image processing techniques for printing identification cards and documents |
| US7824029B2 (en) | 2002-05-10 | 2010-11-02 | L-1 Secure Credentialing, Inc. | Identification card printer-assembler for over the counter card issuing |
| US20040049409A1 (en) * | 2002-09-09 | 2004-03-11 | Stefan Wahlbin | Computerized method and system for determining breach of duty in premises liability for an accident |
| US20040054556A1 (en) * | 2002-09-09 | 2004-03-18 | Stephan Wahlbin | Computerized method and system for determining causation in premises liability for an accident |
| US20040054557A1 (en) * | 2002-09-09 | 2004-03-18 | Stefan Wahlbin | Computerized method and system for estimating premises liability for an accident |
| US20040054558A1 (en) * | 2002-09-09 | 2004-03-18 | Stefan Wahlbin | Computerized method and system for determining claimant status in premises liability for an accident |
| US20040054559A1 (en) * | 2002-09-09 | 2004-03-18 | Stefan Wahlbin | Computerized method and system for determining the contribution of defenses to premises liability for an accident |
| US7672860B2 (en) | 2002-09-09 | 2010-03-02 | Computer Sciences Corporation | Computerized method and system for determining the contribution of defenses to premises liability for an accident |
| US7702528B2 (en) | 2002-09-09 | 2010-04-20 | Computer Sciences Corporation | Computerized method and system for determining breach of duty in premises liability for an accident |
| US7676387B2 (en) | 2002-10-31 | 2010-03-09 | Computer Sciences Corporation | Graphical display of business rules |
| US7451148B2 (en) | 2002-10-31 | 2008-11-11 | Computer Sciences Corporation | Method of modifying a business rule while tracking the modifications |
| US7689442B2 (en) | 2002-10-31 | 2010-03-30 | Computer Science Corporation | Method of generating a graphical display of a business rule with a translation |
| US20040088198A1 (en) * | 2002-10-31 | 2004-05-06 | Childress Allen B. | Method of modifying a business rule while tracking the modifications |
| US7804982B2 (en) | 2002-11-26 | 2010-09-28 | L-1 Secure Credentialing, Inc. | Systems and methods for managing and detecting fraud in image databases used with identification documents |
| US20040103009A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for creating pre-configured claim reports including liability in an accident estimated using a computer system |
| US20040103005A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating monetary damages due to injuries in an accident from liability estimated using a computer system |
| US7725334B2 (en) | 2002-11-27 | 2010-05-25 | Computer Sciences Corporation | Computerized method and system for estimating liability for an accident using dynamic generation of questions |
| US7660725B2 (en) | 2002-11-27 | 2010-02-09 | Computer Sciences Corporation | Computerized method and system for estimating an effect on liability based on the stopping distance of vehicles |
| US20040103007A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating an effect on liability using claim data accessed from claim reporting software |
| US20040103006A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating an effect on liability using a comparison of the actual speed of vehicles with a specified speed |
| US20040102985A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating an effect on liability based on the stopping distance of vehicles |
| US7895063B2 (en) | 2002-11-27 | 2011-02-22 | Computer Sciences Corporation | Computerized method and system for creating pre-configured claim reports including liability in an accident estimated using a computer system |
| US7792690B2 (en) | 2002-11-27 | 2010-09-07 | Computer Sciences Corporation | Computerized method and system for estimating an effect on liability of the speed of vehicles in an accident and time and distance traveled by the vehicles |
| US7702529B2 (en) | 2002-11-27 | 2010-04-20 | Computer Sciences Corporation | Computerized method and system for estimating an effect on liability using claim data accessed from claim reporting software |
| US7805321B2 (en) | 2002-11-27 | 2010-09-28 | Computer Sciences Corporation | Computerized method and system for estimating liability for an accident from an investigation of the accident |
| US20040103010A1 (en) * | 2002-11-27 | 2004-05-27 | Stephan Wahlbin | Computerized method and system for estimating an effect on liability of the speed of vehicles in an accident and time and distance traveled by the vehicles |
| US7809586B2 (en) | 2002-11-27 | 2010-10-05 | Computer Sciences Corporation | Computerized method and system for estimating an effect on liability using a comparison of the actual speed of a vehicle in an accident and time and distance traveled by the vehicles in a merging vehicle accident |
| US7818187B2 (en) | 2002-11-27 | 2010-10-19 | Computer Sciences Corporation | Computerized method and system for estimating liability |
| US20040102984A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating liability using recorded vehicle data |
| US20040111301A1 (en) * | 2002-11-27 | 2004-06-10 | Stefan Wahlbin | Computerized method and system for estimating liability for an accident using dynamic generation of questions |
| US20040103004A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating an effect on liability using a comparison of the actual speed of a vehicle in an accident and time and distance traveled by the vehicles in a merging vehicle accident |
| US20040103008A1 (en) * | 2002-11-27 | 2004-05-27 | Stefan Wahlbin | Computerized method and system for estimating liability for an accident from an investigation of the accident |
| US7789311B2 (en) | 2003-04-16 | 2010-09-07 | L-1 Secure Credentialing, Inc. | Three dimensional data storage |
| US20050060205A1 (en) * | 2003-09-02 | 2005-03-17 | Woods Randall K. | Systems and methods for a graphical input display in an insurance processing system |
| US7895064B2 (en) | 2003-09-02 | 2011-02-22 | Computer Sciences Corporation | Graphical input display in an insurance processing system |
| US20050276401A1 (en) * | 2003-11-05 | 2005-12-15 | Madill Robert P Jr | Systems and methods for assessing the potential for fraud in business transactions |
| US7827045B2 (en) | 2003-11-05 | 2010-11-02 | Computer Sciences Corporation | Systems and methods for assessing the potential for fraud in business transactions |
| US20050192850A1 (en) * | 2004-03-01 | 2005-09-01 | Lorenz Scott K. | Systems and methods for using data structure language in web services |
| US20060059021A1 (en) * | 2004-09-15 | 2006-03-16 | Jim Yulman | Independent adjuster advisor |
| US8010390B2 (en) | 2007-06-04 | 2011-08-30 | Computer Sciences Corporation | Claims processing of information requirements |
| US8010389B2 (en) | 2007-06-04 | 2011-08-30 | Computer Sciences Corporation | Multiple policy claims processing |
| US8000986B2 (en) | 2007-06-04 | 2011-08-16 | Computer Sciences Corporation | Claims processing hierarchy for designee |
| US20090006137A1 (en) * | 2007-06-04 | 2009-01-01 | Wait Julian F | Claims processing hierarchy for designee |
| US8010391B2 (en) | 2007-06-29 | 2011-08-30 | Computer Sciences Corporation | Claims processing hierarchy for insured |
| US20090006140A1 (en) * | 2007-06-29 | 2009-01-01 | Wait Julian F | Claims processing hierarchy for insured |
| US7991630B2 (en) | 2008-01-18 | 2011-08-02 | Computer Sciences Corporation | Displaying likelihood values for use in settlement |
| US8219424B2 (en) | 2008-01-18 | 2012-07-10 | Computer Sciences Corporation | Determining amounts for claims settlement using likelihood values |
| US8244558B2 (en) | 2008-01-18 | 2012-08-14 | Computer Sciences Corporation | Determining recommended settlement amounts by adjusting values derived from matching similar claims |
| US20140165215A1 (en) * | 2012-12-12 | 2014-06-12 | Vmware, Inc. | Limiting access to a digital item |
| US9213852B2 (en) * | 2012-12-12 | 2015-12-15 | Vmware, Inc. | Limiting access to a digital item |
Also Published As
| Publication number | Publication date |
|---|---|
| DE69408337D1 (de) | 1998-03-05 |
| EP0727071A1 (de) | 1996-08-21 |
| JP3859171B2 (ja) | 2006-12-20 |
| WO1995012855A1 (fr) | 1995-05-11 |
| DK0727071T3 (da) | 1998-09-21 |
| JPH09509767A (ja) | 1997-09-30 |
| FR2712101A1 (fr) | 1995-05-12 |
| ES2121329T3 (es) | 1998-11-16 |
| EP0727071B1 (de) | 1998-01-28 |
| ATE162899T1 (de) | 1998-02-15 |
| DE69408337T2 (de) | 1998-11-12 |
| FR2712101B1 (fr) | 1996-01-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5909683A (en) | Relational data base control system using object oriented access logic to limit the data base access count, and corresponding method | |
| US7472122B2 (en) | Computer system and method for managing file versions | |
| US7346628B2 (en) | Time in databases and applications of databases | |
| CN101046821B (zh) | 通用数据库操纵器 | |
| US5758340A (en) | System and method for controlled, multi-tiered subsetting of a data model | |
| US5386559A (en) | Variant domains and variant maps in a versioned database management system | |
| US7730097B2 (en) | Smart database | |
| US20110238703A1 (en) | Time in databases and applications of databases | |
| US6941309B2 (en) | Object integrated management system | |
| Estublier et al. | Three dimensional versioning | |
| CN101630259A (zh) | 透明ejb支持和水平数据分割 | |
| CN109814844A (zh) | 一种集成的支持元建模的开发和运行系统 | |
| Davidson et al. | Pro SQL server 2008 relational database design and implementation | |
| Roussopoulos et al. | Schema manipulation in self-describing and self-documenting data models | |
| Brodie | Database management: A survey | |
| Du et al. | Overview of emerging database architectures | |
| Mark et al. | Incrementally maintained network→ relational database mapping | |
| Domínguez et al. | An architecture for managing database evolution | |
| Finkel et al. | RODM: A control information base | |
| Patterson | A Data Base Management System | |
| Fink | Design of a distributed CODASYL database system | |
| Case et al. | A generic object-oriented design methodology incorporating database considerations | |
| Lee et al. | Tbe: A graphical interface for writing trigger rules in active databases | |
| Patterson | Requirements for a generalized data base management system | |
| Ra et al. | OODB support for providing transparent schema changes |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
| CC | Certificate of correction | ||
| FPAY | Fee payment |
Year of fee payment: 4 |
|
| FPAY | Fee payment |
Year of fee payment: 8 |
|
| FPAY | Fee payment |
Year of fee payment: 12 |