CA2204797C - Multiple database access server for application programs - Google Patents

Multiple database access server for application programs Download PDF

Info

Publication number
CA2204797C
CA2204797C CA002204797A CA2204797A CA2204797C CA 2204797 C CA2204797 C CA 2204797C CA 002204797 A CA002204797 A CA 002204797A CA 2204797 A CA2204797 A CA 2204797A CA 2204797 C CA2204797 C CA 2204797C
Authority
CA
Canada
Prior art keywords
database
bucket
data
map
application programs
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 - Fee Related
Application number
CA002204797A
Other languages
French (fr)
Other versions
CA2204797A1 (en
Inventor
Roy A. Briscoe
John M. Moriarty
Thomas E. Hanson
Paul Holland
Robert J. Burke
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wang Laboratories Inc
Original Assignee
Wang Laboratories Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wang Laboratories Inc filed Critical Wang Laboratories Inc
Publication of CA2204797A1 publication Critical patent/CA2204797A1/en
Application granted granted Critical
Publication of CA2204797C publication Critical patent/CA2204797C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/289Object oriented databases
    • 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/953Organization of data
    • Y10S707/955Object-oriented
    • 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
    • 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/99932Access augmentation or optimizing
    • 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

Abstract

A method and apparatus for providing access to database data by application programs executing on a computer system wherein a database bucket mechanism is interposed between one or more application programs and one or more databases. The bucket mechanism is comprised of an applications interface communicating with each of the application programs in their native modes and a bucket engine generating "buckets" containing "bucket objects". Each bucket represents a group or class of database data members and contains one or more bucket data objects containing members of the databases, a database object mapping the bucket data object to the databases and an access object containing methods for accessing the databases in their native modes. Buckets and bucket data objects are constructed by the bucket engine according to information stored in an object map and a table map.

Description

Multiple Database Access Serves: for Application Programs Field of the l:nvention The present invention re7.ates to an apparatus and method for database access and, more particularly, to a method and apparatus for providing databa:~e access services to multiple application programs.
Background of thn Invention A primary feature of the development of computer systems and application programs in recent years has been the increasing degree of int:eroperabili.ty between application programs and, in particular, the degree to which application programs can communicate: and share data. It is now commonly expected that a given application program will be able to communicate and exchange: data, and even calls for functional operations, with a number of other programs and a number of different approaches have been developed to provide such interoperability. One of the earliest approaches, for example, was the development of suites of application programs, such as Lotus 1-2-3, that effectively comprised a single application program with an extensive array of functions, such as word processing, spreadsheets, databases and communications. A
later approach was the development of operating systems, such as Microsoft Windows*, that provided an integrated operating environment wherein application programs that conformed to the environment are thereby able to exchange and integrate data between themselves.
A recurring problem in achieving integration between application programs, however, is that it is often difficult or impossible, for many different practical reasons, such as *Trademark economics or competitive efforts, too design programs to operate together directly. Although integrated. operating environments offer some solutions for these problems, the problem remains because not all designers choose to fully conform with the operating environment. Fven when application programs do fully conform with an integrai:ed operating environment, however, the results have been unsat:LSfactory because the degree and type of integration between app:Lication programs is dictated by the operating environment, which may not provide the integration facilities required in a particular: instance and which, in fact, may merely interpose additional interfaces and mismatches to be overcome. Further, the degree and types of integration provided by integrated operating environments are dictated by the operating environments, which are designed to provide only generalized integration facilities usable by a wide range of application programs. As such, the: data integration facilities of integrated operating environments often do not meet the needs of a particular application program or user and the user or application program ~.s forced to adapt to the integrated operating environment, nether than the operating environment adapting to the user or application program.
This problem has been particularly acute with regard to interfacing between application programs and databases, although it is a common feature in many systems that many of the application program: executing therein will obtain the data that they work with from one or more common databases of different types. While the prior a.rt has offered many approaches to the problem of database access by application programs, these approaches have been generally unsatisfactory.
Many, for example, depend upon the application programs and the database programs being originally designed to work together, which is often not possible as the application programs and databases are designed a~ different times and by different developers, or depend upon the facilities provided by an integrated operating environment, caith the limitations and problems described above.
Still other solutions of the prior art have provided translation interfaces i.o be interposed between the application programs and the database programs,. These approaches have likewise been generally unsatisfactory, however, as they have required modifications t:o either tree application programs or the database programs and have thereby required that either application programs or the databa;>e programs have knowledge of the data and command formats and functions of the other program. These approaches are further unsatisfactory in that the translations interfaces are generally specific to a given application or database program or set of programs and it is frequently difficult to adapt the translation interface to additional application programs or database programs.
Still other approaches of the prior art include what are referred to as "rapid application development" (RAD) tools that provide programmatic: interfaee~s to databases, such as Microsoft's Visual Basic:* or Borlar.~d's Delphi* programs. These approaches have been unsatisfactory, however, in many instances because, while the user is not required to be concerned with the detailed "back end" of database processing, that is, the actual creation of Structured Query Language (SQL) statements, the user is still required to have detailed knowledge of the database design, such as. the tables, the table columns, the relationships between tables, and what groups of tables comprise a "data object".
The present invention provides a solution to these and other problems of th.e prior art.
*Trademark Summary of the Invention The present invention is directed to a method and apparatus for providing access to database data by application programs executing on a computer s~rstem including a processor for operating on the dai:a and a memory for storing the application programs and data extracted from the databases.
According to the preseni~ invention, a database bucket mechanism is interposed between one or more application programs and one or more databases and functionally insulates the application programs from the databases so that: neither the application program nor the users thereof need have knowledge of the internal structures or mechanisms of the databases.
The database bucket mechanism is comprised of an applications interface communicating with each of the application programs in their native modes and a bucket engine generating "buckets" containing "bucket objects" that communicate with the databases in their native modes. Each bucket represents a group or class of database data members, as defined by the application program:c, and contains the information necessary to construct bucket objects which contain subsets of the data memk>ers belonging to a bucket class, again as defined by the application programs, and the corresponding methods, or programs, necessary to execute database operations.
Individual buckets and bucket objects are constructed by the bucket engine according to information stored in an object map and a table map that relate the data structures and queries of the application program, to the data structures and operations of the databases. The t~ucket mechanism is thereby comprised of a general purpose database access mechanism, the bucket engine, and a separable library of bucket definition information, the object maps and ma.p tables, to tailor the bucket mechanism to specific application programs and databases in a manner that is transparent to the application programs and the users thereof.
The present invention is therefore directed to a bucket mechanism connected between application programs executing on a computer and a database for providing access to database data by the application programs, and the method of installation and operation of the bucket mechanism and the components thereof. According to t:he present invention, the bucket mechanism includess a bucket engine connected from the application programs and to the databases and being responsive to database requests from the application programs for generating corresponding buckets wherein each bucket corresponds to a class of data memx~ers of the databases requested by an application program. Each bucket, in turn, includes a bucket data object for :storing data members retrieved from the database wherein each bucket data object corresponds to a related group of data members retrieved from the database in response' to a database request and a database access object for holding and executing database access methods and responsive to a database request for retrieving the requested data member fx-om the database and storing the requested data member iru a corresponding bucket data object.
According to the present: invention, the bucket engine is responsive to a database request for providing the requested data member stored in the corresponding bucket data object to the application program:..
Further according to the present invention, each bucket further includes a database object connected between a bucket data object and a~ database access object for mapping a received database reque~;t to a database access method of the database access object amd indicating to the database access object the database access method corresponding to the received database request.
The bucket mechanism may also include an application interface connected between the application programs and the bucket engine and communicating wit:h the application programs in their native modes for receiving database queries from the application programs and generating corresponding database access requests to the bucket engine.
In a further <~spect of the present invention, the bucket engine also includes an app~Lication object for executing bucket engine operation:a in respon:~e to database requests from a corresponding application prograrn, including initiating a bucket engine database operation for and corresponding to each database request generated by the corresponding application program.
In still further aspects of the present invention, the bucket mechanism inc:Ludes an object map and a table map for storing information for use by the bucket engine in constructing buckets and bucket data objects. According to the present invention, the gable map includes a table for and corresponding to a database table, wherein each table includes an identification of the, corresponding database table, and a member map for each member of the corresponding database table appearing in the bucket data object;. Each member map, in turn, includes an identification of the member, an identification of the database column containing the member, and an identification of the data type of the member. The object map includes an object map object for and corresponding to each bucket data object wherein each object map object includes a table list of table inst:ructions for and corresponding to each table appearing in a table of the gable map and an object member map. According t:a the present invention, each table instructions includes a table name identifying the corresponding table in t:he table map, an insert order defining the order in which the tsables are inserted into or deleted from _ 7 _ membership, and join conditions de:Eining how the member tables are joined. The object member map includes a concatenated list of all database members of the bucltet data object.
Description of the Drawings The foregoing and other objects, features and advantages of the present invention will be apparent from the following description of the invention and embodiments thereof, as illustrated in the a<:companying figures, wherein:
Fig. 1 is a diagrammatic representation of a system incorporating the present invention;
Fig. 2 is a diagrammatic representation of a bucket and bucket object of the' present invention;
Fig. 3 is a diagrammatic object based representation of the present invention;
Fig. 4 is a diagrammatic representation of application interface properties of: the present invention;
Fig. 5 is a detailed diagrammatic representation of the present invention i7.lustrating the construction of bucket objects;
Fig. 6 is a diagrammatic representation of a map table of the present invention; anf,, Fig. 7 is a diagrammatic representation of a bucket object map of the present invention..
Description of the Invention 1. General Description (Fig. 1) Referring to F'ig. 1, therein :is shown a diagrammatic block diagram of the present invention as implemented in a _ g _ System 10, which is typically a personal computer or, in the alternative, a mini or mainframe computer with a plurality of workstations, and wherein a plurality of Application Programs 12 are executing on a Processor 14 and in the Memory Space 16 ~~ of System 10 and access Databases 20 to read data from and write data to Database 20.
In a present exemplary implementation of System 10, System 10 may, for example, be a medical administration System as might be used in a hospital, cl:Lnic or medical office, but may be any system having an application program or programs accessing databases. In this example, however, and by way of illustration, Application Programs 12 may include Patient Services Applications 1.?A as well as General Applications 12B.
Patient Services Applications 12A may, for example, include such applications as Patient Information Applications 16A, Provider Applications (F?rovider) lE~B, Clinic Applications (Department) 16C and Facility Applications (Location) 16D
wherein these applications may be implemented as separate applications or as functional components of an integrated medical services application. Patient Information Applications 16A may, in turn, include application programs or utilities for entering, displaying and managing or editing such information as Patient Vital Signs /Vitals) 18P,, Patient Demographics (Demographics) 18B, a utility for generating a new patient transaction or action or to enter a new type of information (New) 18C, Patient Records (Records) 18D, Patient Queries (Queries) 18E, Patient Laboratory Results (Results) 18F, Treatment and Medicine Orders (Orders) :18G and Summarized Information (Summary) 18H. General Applications 12B, in turn, may include an Ad Hoc Query Engine (Query) 18I for formulating queries to the database and displaying the results of such queries, Administrative Programs and Functions (ADMIN) 18J, a form building program (Form) 18K and a document scanner (SCAN) 18L. As will be apparent to those of skill in the relevant arts, General Applications 12B may include still further application programs, such as word processing programs, spreadsheet programs, graphics programs, electronic mail ~~ programs.
Database 20, :in turn, mar be comprised of one or more Databases 20A, 20B, ... 20n and may reside on System 10 or on a System l0A or a pluralii~y of Systerns l0A connected to System 10 through a Communications Link 22, ;such as a Wide Area Network or a Local Area Network. In other embodiments, however, and as well understood by those' of ordinary skill in the relevant arts, one or more of Databases 20A-~n may reside in System 10, for example, wherein System 10 is personal computer (PC), a minicomputer or a mainframe computer, while others may reside on one or more Systems 10A. As indicated in Fig. 1, each Database 20 will genera7.ly include the Data Structures 24 for storing the data and a plurality of: Data Function Programs 26 for accessing, reading, writing, and managing Data Structures 24.
As discussed previously, each of Databases 20A-n will generally have been designed to accept database commands or queries in formats and :cyntaxes that may be particular to each database and to accept and provide data in formats and syntaxes that may be particular t:a each database. According to the present invention, the internal structures and functional elements of Databases 20~A-n are not modified in any way and Databases 20A-n are not functionally aware of particular operations of the sources of requests for database operations or of the sources or destinations of data. Each of Databases 20A-n will instead receive database commands or queries in the formats and syntaxes particular to the database and will accept and provide data in the formats and syntaxes particular to the database.

- 10 ~-Further according to the present invention, each of Application Programs 12 likewise wall generally have been designed to generate database relai:ed requests, calls or commands in formats and syntaxes that may be particular to the 5~ application program, and to accept and provide data in formats and syntaxes that may bE~ particular to the application program.
According to the present: invention, the internal structures and functional elements of Application Programs 12 are not modified in any way and Application Program: 12 are likewise not functionally aware of the particular operations of the destinations of requests for database operations or data or the sources of data. Instead, each of Application Programs 12 will generate database related requests in the formats and syntaxes particular to the application program and will receive and provide data in the formats and syntaxes particular to the application program.
According to t:he present invention, therefore, each of Application Programs 12 and Databases 20A-n is fully and completely functionally insulated from the other and neither of Application Programs 12 or Databases 20A-n is modified in any way to operate together. Each of P,pplication Programs 12 and Databases 20A-n operate~~ in its native manner and mode, and to receive and provide commands, requests and data as if interfaced with, respectively, a database or application program tailored to its particular operations and interfaces.
2. General Description of Bucket Mechanism 28 (Fig. 1) According to the present invention, the operational bridge or interface between Application Programs 12 and Databases 20A-n that insulates Application Programs 12 from Databases 20A-n while providing full database functionality to Application Programs 12 is provided by Bucket Mechanism 28, which includes an Application Interfaces 30 and a Bucket Engine - 11 ~-32. As will be described in further detail below, Application Interfaces 30 is a funci~ional interface between Application Programs 12 and Bucket l3ngine 32, communicating with Application Programs 12 according t:o their native formats and syntaxes, while Bucket l3ngine 32 e~cecutes the database requests with respect to DatabasE~s 20A-n, communicating with databases 20A-n according to their native formats and syntaxes.
Bucket Mechan_Lsm 28 thereby effectively provides a "middle layer" between Application Programs 12 and Databases 20A-n that frees the user, that is, Application Programs 12, from having to have knovuledge of the designs of Databases 20A-n and of the specific synt:axes, formats and protocols for performing database opei:ations. Aso will be described below, Bucket Mechanism 28 use:> database object and map table mechanisms, which are essentially ~~eries of instructions for any given database object for any given database, to perform database operations in x:esponse to requests, commands and queries in the native terms of Application Programs 12.
As will be de~;cribed in detail in the following, Bucket Mechanism 28 provides the programmer and user with a simple interface to Databases 20A-n. that groups the databases into logical categories called "buckets", which are large groups of classes of database tables, that contain "bucket objects", which are small groups of database tables, and "members", which are database table columns or a group of database columns.
In addition to providing an interface to Application Programs 12, and thus to the programmer and user, Bucket Mechanism 28 allows the construction of ad hoc query tools as the bucket, bucket object and member mechanism provide a link between the query tool arid the databases wherein the user or programmer is not required to have knowledge of the databases.

Bucket Mechanism 28 also allows the generation of database data groupings that are not usual in da~~abase operations, such as grouping by current date, current mime and aging.
As will also be described further below, Bucket ~; Mechanism 28 further provides flexibility in where the major components of Bucket Mechanism 28 reside in a system.
Considering the data pai~h to consi;~t, from "top" to "bottom", of Application Programs :12, the data extracted from the databases, the Structured Query Language (SQL) queries, and the database, the mechanism:a of the present invention may be implemented in a standa7Lone system wherein the Application Programs, data, SQL quei:ies, and database reside in a single system, such as a desktop or laptop system or a single minicomputer or mainframe computer. Likewise, the present invention can be implemented in several forms in client/server systems, for example, wherein the 1?,pplication programs 12, the data and the SQL queries. reside on a client and the databases reside on a server, or wherein the Application Programs 12 and the data reside on a client while the SQL queries and databases reside on a server, or ~~herein the Application Programs 12 reside on a client and the data, SQL queries and databases reside on a server.
In a presently preferred embodiment of the present invention, Application Interfaces 30 an<i Bucket Engine 32 are implemented using object oriented programming techniques executing in the Microsoft Windows operating environment. The following descriptions will therefore assume Microsoft Windows as the operating environment for the present invention, together with the functionality and capabilities of Microsoft Windows, and will conform to the co:nvent:ions of object oriented programming and the Microsoft Windows operating environment in describing the present invention. ~rhe functionality and capabilities of Microsoft Windows a:re well known to those in - 12a -the relevant arts and ins well described in readily available publications, such as "hlindows 3.1 Programmer's Reference" by James W. McCord and published by Que Corporation and "Inside OLE 2" by Kraig Brocksclzmidt and published by Microsoft Press, ~~ as are the techniques, methods and facilities for object oriented programming. '.those of skill in the relevant arts will therefore readily understand from t:he following description of the present invention how to implement the present invention, as well as how to adapt the present: invention to other operating system environments, such as New Wave*, Macintoshl and UNIX*.
First considering Application Interfaces 30 and Bucket Engine 32 on a general leve7_ and as illustrated in Fig.
1, Application Interfaces 30 receives requests, commands or calls, hereafter generically referred to as "requests", for database operations from Application Program 12, each in the format and syntax native' to the requesting Application Program 12, and, as described in the following, transforms each such request or command into one or mores interface calls to Bucket Engine 32. Application Interfaces 30 also includes the facilities and functione~ to create, manage and execute certain user interface function; related to database operations. As indicated in Fig. 1, therefore, ApF~lication Interfaces 30 includes an Interface Module 34 for and corresponding to each type of Application Program 12 wherein ;~ type of Application Program 12 may include one or more Application Programs 12 which share a common database operation syntax and format, or a set of database syntaxes and formats that may be included within a single Interface Module 34.
lMacintosh is a trademark: of Apple Computer Corporation.

- 12b -Bucket Engine 32, in turn, communicates and operates with each of Databases 20A-n in th~~ formats and syntaxes native to the Databases 20A-n ito perform l,he requested operations.
Bucket Engine 32 receives the resu:Lts of each database ~~ operation from Databases 20A-n, again in the formats and syntaxes native to the )7atabases 20A-n, and communicates and operates with Application Interfaces 30 to return the results of each requested operai:ion to the requesting Application Program 12.

3. Buckets 40 and Bucket Data Objects 42 ( Figs. 1 and 2) In the present implementation, Bucket Engine 32 is implemented as a dynamic linked library (dll) that includes a Call Interface 36 to Application Interfaces 30 and a Bucket Manager 38 to create Buckets 40 and Bucket Data Objects 42 as required.
According to the present invention, and in conformity with object oriented programming techniques, a Bucket 40 corresponds to a class or grouping of related information while a Bucket Data Object 42 is a member of a Bucket 40 class and contains information belonging to that class or grouping of related information. Stated another way, a Bucket 40 is a logical grouping of database information which creates a mufti-level hierarchy of Bucket Data Objects 42 from a relational database, such as one of Databases 20A-n. For example, and as will be described in the following, in the present exemplary System 10 Bucket Manager 38 will create Buckets 40 cor:-Ls~onding to the classes cr groupings of information previously identified with respect to Patient Services Applications 12A as Clinic, Facility, Provider and Patient information. Bucket Manager 38 will also create buckets corresponding to each of the application programs or types of information used by the General Applications that perform database operations.
As will be described in the following, Bucket Manager 38 will create Buckets 40 and Bucket Data Objects 42 through 42n for use with any type of Database 20, that is, with any database syntax and format known to Bucket Manager 38 and, for this purpose, stores information relating to the construction of Buckets 40 and Bucket Data Objects 42 for each type of Database 20 currently known to Bucket Manager 38. In this regard, and as also described below, new types of databases and bucket objects may be easily added to Bucket Manager 38.
For purposes of data integrity, the present implementation of the present invention creates and maintains a single instance of Bucket Engine 32, and thus of Bucket Manager 38, on a System 10 at any given time, and one copy of each Bucket Data Object 42 on a system 10 at any given time. All Application Programs 12 executing on the System 10 and all functions of those Application Programs 12 will thereby access Databases 20 through the single in;stance of Bucket Engine 32 ~~ and Bucket Manager 38 and will access the single copy of a given Bucket Data Object 42.
Further in this regard, Bucket Manager 38 will create Buckets 40 and Bucket Data Objects 42 when information is requested from or written to a Bucket 40 and a Bucket Data Object 42 by an Applicai~ion Program 12 and will create new Buckets 40 or Bucket Dana objects ~E2 only when a new Bucket 40 or Bucket Data Object 4:? is necessary to meet the requirements of a particular database' request.
Buckets 40 and Bucket Data Objects 42 are thus created dynamically and there can Y>e a virtually unlimited number of different types of Buckets 40 and Bucket Data Objects 42, depending upon the needs of Application Programs 12 and the number and types of Databases 20A-n. As such, the present implementation does not store or hard code specific instances of Buckets 40 or Bucket Data Objects 42, but instead maintains a Bucket 40 object class and a Bucket Data Object 42 object class and, when a Bucket: 40 object or a Bucket Data Object 42 object is created, it i~~ initialized with an instruction set, or set of methods, which define what the object is and how it behaves.
Bucket 40 objects, are therefore initialized with the instruction set "Object;'", reflecting that the function of Buckets 40 is to create and manage and operate upon Bucket Data Objects 42. Bucket Data. Objects 42 are, in turn, initialized with the instruction sets and table maps, as will be defined below. As will be described in further detail below, the instruction sets and table maps define the structures and - 14a -functions of Bucket Data Objects 42 and the interrelationships of the structures and functions of Bucket Data Objects 42 with the data structures and database operations of Databases 20A-n and the user. The instruction sets and. table maps thereby reflect and define the correlation between the characteristics and properties of a particular Bucket Data Object 42 type, a particular corresponding Application Program 12 and a particular Database 20. It will therefore be apparent, as from the previous descriptions of the present invention, that there can be a Bucket Data Object 42 type for each pairing of an Application Program 12 and one of Databases 20A-n. Finally, the table maps and instruction sets define the initial mandatory and selected characteristics and operations of the Bucket Data Object 42 and the hierarchical relationships between Bucket Data Objects 42 within a given Bucket 40 class.
The relationship of Buckets 40 and Bucket Data Objects 42 is further illustrated in Fig. 2, which shows a Bucket 40a of the class Patient and corresponding to a particular patient. Bucket 40a is illustrated therein as containing a Bucket Data Object 42a of a class Demographics and a Database Object 52 defining database members appearing in Bucket Data Object 42a and the relationship between Bucket Data Object 42a and the data structures and database operations of Databases 20A-n.
As will be described in the following, and according to the present invention, each Bucket 40 or Bucket Data Object 42 may contain fi~rther Bucket Data Objects 42 in a hierarchical relationship of Bucket Data Objects 42 defined for a particular Application Program 12 and Database 20 by the information stored in Bucket Manager 3 8.
As illustrated in Fig. 2, and as will be described in further detail in following descriptions, a Bucket 40, such as Patient Bucket 40a, contains a set of Methods 44 defining operations that may be performed by the Bucket 40 object, such as creating Bucket Data Objects 42, a Maps 46 for holding information relating the Bucket 40 to Databases 20A-n, and, in this example, a Demographics Bucket Data Object 42a.
.
Demographics Bucket Data Object 42a, in turn, and as representative of Bucket Data Objects 42, contains a set of Methods 48 defining operations that may be performed by the Bucket Data Object 42, a Re~~ults List 50, and a Database Object 52 for holding methods, conditions and functions for accessing Databases 20A-~n.
As also illustrated, and as typical of Results List 50 of Bucket Data Objects 42, Results List 50 contains a Results Object 54 which includes Davta Records 54a for holding a record of the results of: a database: operation, for example, as a character string containing data from the included members of Databases 20A-n, and a Cache Object. 54b for holding information pertaining to the Bucket: Data Object 42a for subsequent use, such as the extracted Database 20A-n data or the conditions and methods to be used in creating the Bucket Data Object 42a, and information identifying where in System 10 the cached information is stored. A Results Object 54 further includes a Request Object 54c for storing the request generated by an Application Program 12 that resulted in the creation of the Bucket Data Object 42. As shown, a. Results Object 54 includes a Request Conditions 54c-1 for storing .information pertaining to the request, such as a patient identification, a SQL 54c-2 for storing the SQL query comprising the request, if the user provided an SQL query as'. a request, and a Sort Conditions 54c-3 for storing information provided in the request regarding how the database results are to be sorted in responding to the request.
Demographics Database Object 52, in turn, and as illustrative of Database Objects 52, includes a Member Map 52a for holding information defining the members, or data, of Databases 20A-n that are to appear in the Bucket Data Object 42, for example, in Data Records 54a and a Conditions Object 52b for holding mandatory defining relationships between information in the Bucket Data Object 42a and information in the Databases 20A-n.

Demographics :Database Object 52 further includes a Database (DB) Functions 52d, which generally includes the methods to be used for performing database operations, such as insert, update, delete, and so on. As indicated in Fig. 2, the '~ DB Functions 52c of a Database Object 52 includes a Request 52c-1, which identifies the original request that resulted in the creation of the Bucltet Data Ob=ject 42, a Getmembers 52c-2, including the methods for selecting and incorporating members, that is, Database 20A-n information, that is to be contained in the parent Bucket Data Object 42a, and the methods to be used for performing database operations, such as insert, update, delete, and so on. DH i?unctions 5a:c further include a Create SQL 52c-3 containing information for creating an database query, an Execute Select: SQL 52c-4 for creating the database query statement, such as an SQL statement, and an Execute SQL
52c-5 for accessing Databases 20A-n.
As will be apparent, a Bracket 40 may include still further Bucket Data Objects 42 containing further groups or types of information. F'or example, a patient Bucket Data Object 42a may also have Bucket Data Objects 42b-n corresponding to Provide:r(s) 16B, patient Vitals 18A, patient Orders 18G and Lab Results 18F, as discussed previously with regard to Patient Applications 12A. Likewise, it will be apparent that a given Bucket Data Object 42 such as a Demographics Bucket Data. Object 42a may contain different numbers and types of subsidiary Bucket Data Objects 42, depending upon the particular design, implementation and purpose of a particular Bucket Data Object 42 or System 10.

_ lg _.
4. Detailed Descriptions A. Bucket Mechanism 28 i;Fig. 3) Referring now to Fig. 3, therein is shown a further diagrammatic representation of Bucket Mechanism 38 of the present invention as implemented in an object oriented system.
As illustrated therein, Etucket Mechanism 38 of the present invention includes Application Interfaces 30 of Fig. 1 and are the interfaces f:or each of Application Programs 12.
Application Interfaces ?.0, in turn, interface with corresponding Application Objects 58, which execute logic, methods and operations i.n support of a corresponding Application Interfaces 3~0. In general, there will be at least one Application Object 58 for each Application Interfaces 30 and an example of an Application Of~ject 58, using the present example of a medical services system, would be an appointment list. As will be described below, a given Application Object 58 will in turn have ones or more associated data objects, such as one or more patient data objects and one or more provider data objects.
As indicated in Fig. 3, a Bucket 40 contains one or more Bucket Data Objects 42 wherein each Bucket Data Object 42 interfaces with Application Objects 58 to hold, manage and cache data for each Application Program 12. As indicated in Fig. 3, multiple instances of Application Programs 12 and corresponding Application Interfaces 30 and Application Objects 58 may simultaneously share and access a single Bucket Data Object 42 and, while multiple instances of a given Bucket Object 42 may exist across the system in a variety of topologies, there will be only one instance of a given Bucket Data Object 42 within a system. A given Bucket Object 42 may, however, contain more than one results object, that is, - 19 ~-instance of real data, .and Applicai~ion Objects 58 can "talk" to more than one Bucket Data Object 42.
As also illustrated in F:ig. 3, Buckets 40 further include Database Objects 52 interf<~ce with Application Objects '~ 58 and Data Access Objects 62, to map the Bucket Data Objects 42 to various data access methods, such as SQL query generation programs and utilities :in Database Access Objects 62 and to members of Databases 20A-n.
Database Access Objects E>2 of a Bucket 40, in turn, interfaces with the Databases 20A-m and accesses the databases and returns the results to Database: Objects 52 and thus to the requesting Bucket Data Objects 42 and the requesting Application Programs 12"
It will be noted in Fig. 3 that there are a number of components of the bucket: mechanism of the present invention that are represented as not being connected in the direct data path from Application Interfaces 30 and through Application Objects 58, Bucket Data Objects 42, Database Objects 52 and Database Access Objects 62 to Datax>ases 20A-n. These components include Rule~~ Server 64 which contains the application logic and business rules and methods that can be separated from the user interface a.nd shared across multiple instances of a given application program or across multiple application programs. In the system of the present invention, multiple Rules Servers 6.4 can be supported in a given system wherein each Rules Server 64 may support a different functional grouping of Application Programs 12 or users, such as different departments or system users. Rules Server 64 would usually be accessed from Applications Objects 58 or from, for example, Gateway 68, described below.
Workflow Component 66, in turn, performs similar tasks as Rules Server 64, but supports workflow processes in - 2 0 ~-the system. The division between lNorkflow Component 66 and Rules Server 64 depends upon the p<~rticular capabilities and functions of Workflow Component 66 and Rules Server 64 as implemented in the system.
Lastly, Gatew<~y 66 suppo~_ts communications between the bucket mechanism and outside Application Programs 12 and other data repositories while Interface Services 70 comprises an interface component and set of _Lnterface object classes used within the bucket mechanism components to facilitate communication between the bucket mechanism components. The services provided by Interface Ser~rices 70 includes supporting named services across networks as well as local interface services, such as communication between dynamic linked libraries.
Finally, it will be noted in Fig. 3 that each object therein is represented by an oval enclosure with the communications between objects represented by lines connecting certain of the objects. It will also be noted that certain of the object boundaries wherein the communications lines connect to the objects are marked off from the body of an object by an additional line within the object boundaries. These marked off points of connection indLicate functional and operational boundaries, or borders, whereat the objects may be physically and functionally separated from one another, for example, with one object at one end of a communication connection residing on one physical or functional component of the system, such as a client, and the object at the other end of the communication connection residing on a different physical or functional component of the system, such as a server. It is therefore apparent, as earlier discussed, that the physical and functional topology of the system of the present invention is readily adaptable to a wide variety of different physical, geographic and functional topologies.

- 20a -B. Application Interfaces 30 (Figs. 1, 3 and 4) As described with reference to Fig. 1, Application Interfaces 30 is comprised of a plurality of Interface Modules 34 wherein there is an :Interface Module 34 for and ~; corresponding to each type of Application Program 12 that performs database operai~ions. Each Interface Module 34 of Application Interfaces 30 receives requests for database operations from the corresponding ~~pplication Program 12 or Application Program 12, each reque;~t being in the format and syntax native to the requesting Application Program 12, and transforms each such request or command into one or more interface calls to Bucket Engine 3:?. The Interface Module 34 that receives a request for a database operation from an Application Programs 12 then receiires the results of the request, if any, from Bucket Engine: 32 and returns the results to the requesting Appli<:ation Programs 12. As also described, Application Interfaces .'30 further ~'.ncludes the facilities and functions to create, manage and execute certain user interface functions related to database operations.
As described with reference to Fig. 3, Application Interfaces 30, like Buc~;et Engine a2, is presently implemented in an objected based system as a library of programs, utilities and functions that are used in common to perform the operations of Interface Modules 34 and is thereby best described in terms of the properties and characteristics of the requests and Bucket Engine 32 calls dealt with by Application Interfaces 30.
Refernng to Fig. 4, therefore, therein is illustrated certain of the Properties 72 dealt with by Application Interfaces 30. As represented therein, these properties may include a plurality of User Interface Properties (UIs) 74a-g, each of which defines one or more properties of the user interface, as indicated by the entries in the illustrated UIs 74a-g.
Others of Properties 68 include Buckets 76a-g pertaining to and defining aspects of Bucket Data Objects 42, such as the type and identification of a bucket object, the action requested, and the member, that is, database column, and database data, type and length involved in or resulting from the request.
Still others of Properties 68 pertain to and define the mandatory or selectable conditions of the Bucket Data Object 42, such as Sort 78a-b pertaining to sorting or ordering of the members) from the database, Condition 80a-c defining conditions pertaining to the database operations, and Row 82, Column 84, MaxRows 86 and MaxCols 88 delimiting the rows and columns of the members) from the database.
Others of Properties 68, such as Status 90 and Status String 92 pertain to the status of a database action and another, SQMStmt 94, identifies the SQL
statement used in a current database action; that is, a user can supply an SQL statement rather than using the normal facilities of Bucket Mechanism 28. Still others of Properties 68, such as Cache Type 96, Cache Duration 98 and Cache Max 100, pertain to caching of the corresponding Bucket Data Object 42 while others, such as Default Member and Default Text 104 are used when the results set display mechanism is some sort of user interface, such as a combination box or a list box, and describe the default database member row to be displayed.

C. Bucket Manager 38 (Figs. 5, 6 and 7) As described previously, the function of Bucket Manager 38 is to create Buckets 40 and Bucket Data Objects 42 in response to requests from Application Interfaces 30 and Bucket Manager 38 will create new Buckets 40 or Bucket Data Objects 42 when a new Bucket 40 or Bucket Data Object 42 is necessary to meet the requirements of a particular database request. As also described, the Bucket Mechanism 28 of the present invention stores the information necessary to create Bucket Data Objects 42, and Buckets 40, in a set of map objects, represented as Maps 46 in Fig. 2, which, as illustrated in Fig. 5, are implemented in the present embodiment as an Object Map 106 and a Table Map 108. Object Map 106 and Table Map 108 are constructed by the programmer, rather than by the user of the system, for each Database 20A-n currently known and used by the system and, the information being stored as maps and tables, may be easily modified to add subsequent new databases or data objects to the system.
Referring to Fig. 5, therein is shown a diagrammatic representation of a System 10 incorporating the present invention and with the functional structures and operations of Bucket Engine 32 illustrated in further detail and including the maps and tables used in construction of Bucket Data Objects 42. As has been discussed previously, the Bucket 40 includes a set of Maps 46 containing the information necessary to create Bucket Data Objects 42, the components thereof and elements associated with Bucket Data Objects 42. As shown in Fig. 5, the information contained in Maps 46 resides in Object Map 106 and in Table Map 108. As will be described below, Object Map 106 is essentially a mapping between a Bucket Data Object 42 and the tables of Databases 20 while Table Map 108 is essentially a map relating the Bucket Data Object 42 to the columns of a table of a Database 20.
For example, and referring to the example used through the present descriptions by way of illustration, the request may have originated from Patient Demographics Application Program 20B, so that Bucket Engine 32 would respond by creating a Patient Bucket 40a and a Bucket Data Object 42a and the database members that would appear in the Demographic Bucket Data Object 42 would include the patient's first, middle and last names, address, and so on. Object Map 106 would contain information corresponding to a Demographics Bucket Data Object 42a and Table Map 108 would include information corresponding to each type of patient demographic data.
Referring to Fig. 6, as illustrated therein Table Map 108 includes a Table 110 for and corresponding to each database table contained in Databases 20A-n, wherein each Table 110 includes a Database (DB) Table Name 112 and a Member Map List 114 containing a Member Map 116 for each member of a corresponding Database 20 table containing data that appears in the corresponding Bucket Data Object 42.
Each Member Map 116, in turn, includes a Member Name 118a identifying the particular member corresponding to the Member Map 116 and a Database (DB) Table Name 118b identifying the database table containing the member. Each Member Map 116 further includes a Database (DB) Table Column 118c identifying the database column containing the corresponding member, a Data Type 118d identifying the type of data comprising the member, such as numeric or character string, and a SQL Position for Select 118e identifying the location of the member in the identified column.
Referring to Fig. 7, as illustrated therein Object Map 106 is a list that includes an Object 120 for and corresponding to each Bucket Data Object 42 wherein each Object 120 includes an Object Member Map 122 and a Table List 124. Each Object Member Map 122, in turn, contains a Member List 122a that is a concatenated list of all members of the Database 20 included in the Bucket Data Object 42. As indicated, Member List 122a contains entries, indicated as Table Members 122a-1, 122-a-2, and so on, corresponding to and identifying each member of a Database 20 table of the Bucket Data Object 42. Object Member Map 122 may also contain a Special Multi-members List 122b identifying sets of multiple members belonging to the Bucket Data Object: 42.
Table List 124, in turn, contains a Table Instructions 126 for and corresponding to each Table 110 included in Table Map 108. As illustrated therein, each Table Instructions 126 includes a Table rJame 126a identifying the corresponding table and an Insert Order 126b defining the order in which the tables are :inserted into or deleted from membership and a Join Conditions 1:?6c defining how the member tables are to be joined, Each Tab7_e Instructions 126 further includes a Needs Key l2E~d flag that: indicates whether a new and unique table identifier is required before a table can be inserted, and a Key 126e~ that contains the corresponding key, if any.
Referring again to Fig. 5 to consider the operation of Bucket Engine 32, an Application Program 12, operating though an Application Interfaces 30 issues a call for a database operation, in this example resulting in the creation of a new Bucket Data Object 42. Bucket Manager 38 receives the request through Application Interfaces 30, selects a Bucket 40 corresponding to the Application Program 12 and requested data, and calls create bucket object methods of the Bucket 40 to create the Bucket Data Object 42.
The create bucket object methods of Bucket 40 access Maps 46 and, in particular, the Object Map 106 corresponding to the type of Bucket Data Object 42 to be created. From that Object Map 106, Bucket Manager 38 identifies and locates the conditions applying to the corresponding type of Bucket Data Object 42, the methods f:or operating upon and by operations by the corresponding type of Bucket Data Object 42, and the Table Map 108 information to be used in constructing the Bucket Data Object 42.

Bucket Manager 38 then a;yes this information to construct the Bucket Dana Object 4:? and the associated Database Objects 52 and Database Access Objects 62. Using these constructs and information, Bucket Manager 38 then accesses Databases 20A-n to obtain the data to appear in the Bucket Data Object 42, through the path compri:~ed of Bucket Data Object 42, Database Objects 52, Dai~abase Acce:~s Objects 62 and Databases 20A-n and the corresponding return path., as indicated in Fig.
5, and stores the resuli~ing data for th.e requesting Application 1o Program 12.
As has been dE~scribed in the above, subsequent requests pertaining to i:he same data from other Application Programs 12 will not re:ault in the construction of a new Bucket Data Object 42, but will be executed by shared access of the Bucket Data Object 42 containing the information.
While the invention has been particularly shown and described with reference' to preferred embodiments of the apparatus and methods thereof, it will be also understood by those of ordinary skill :in the art that various changes, variations and modifications in form, details and implementation may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, it is the object of the appended claims to cover all such variation and modifications of the invention as come within the true spirit and scope of the invention.

Claims (12)

1. For use in a computer system including a processor for performing operations on data and a memory for storing programs for controlling operation of the processor and the data, a bucket mechanism connected between application programs executing on the computer and a database for providing access to database data by the application programs and comprising:
an application interface connected between the application programs and a bucket engine and communicating with the application programs in their native modes for receiving database queries from the application programs and generating corresponding database access requests to the bucket engine, a bucket engine connected from the application programs and to the databases and being responsive to database requests from the application programs for generating corresponding buckets wherein each bucket corresponds to a class of data members of the databases requested by an application program and includes, a bucket data object for storing data members retrieved from the database, each bucket data object corresponding to a related group of data members retrieved from the database in responses to a database request, a database access object for holding and executing database access methods and responsive to a database request for retrieving the requested data member from the database and storing the requested data member in a corresponding bucket data object, and a database object connected between a bucket data object and a database access object for mapping a received database request to a database access method of the database access object and indicating to the database access object the database access method corresponding to the received database request, and an object map and a table map for storing information for use by the bucket engine in constructing buckets and bucket data objects, the table map including a table for and corresponding to a database table, each table including an identification of the corresponding database table, and a member map for each member of the corresponding database table appearing in the bucket data object, each member map including an identification of the member, an identification of the database column containing the member, and an identification of the data type of the member, the object map including an object map object for and corresponding to each bucket data object, each object map object including table list of table instructions for and corresponding to each table appearing in a table of the table map and an object member map, each table instructions including a table name identifying the corresponding table in the table map, an insert order defining the order in which the tables are inserted into or deleted from membership, and join conditions defining how the member tables are joined, and the object member map including a concatenated list of all database members of the bucket data object, wherein the bucket engine is responsive to a database request for accessing the object map and the table map and constructing a corresponding bucket data object and bucket from the information contained in the object map and table map, and wherein the bucket engine is responsive to a database request for providing the requested data member stored in the corresponding bucket data object to the application programs, and an application object for executing bucket engine operations in response to database requests from a corresponding application program, including initiating a bucket engine database operation for and corresponding to each database request generated by the corresponding application program.
2. A method for use in a computer system including a processor for performing operations on data and a memory for storing programs for controlling operations of the processor and the data for providing access to database data by the application programs, comprising the steps of:
providing an application interface connected between the application programs and a bucket engine and communicating with the application programs in their native modes for receiving database queries from the application programs and generating corresponding database access requests to the bucket engine, by operation of a bucket engine connected from the application programs and to the databases and being responsive to database requests from the application programs, generating corresponding buckets wherein each bucket corresponds to a class of data members of the databases requested by an application program and generating, for each bucket, at least one bucket data object wherein each bucket data object includes, a bucket data object for storing data members retrieved from the database, each bucket data object corresponding to a related group of data members retrieved from the database in response to a database request, generating, for each bucket, a database access object for holding and executing database access methods and responsive to a databases request for retrieving the requested data member from the database and storing the requested data member in a corresponding bucket data object and generating, for each a database object connected between a bucket data object and a database access object for mapping a received database request to a database access method of the database access object and indicating to the database access object the database access method corresponding to the received database request, providing an object map and a table map for storing information for use by the bucket engine in constructing buckets and bucket data objects, the table map including a table for and corresponding to a database table, each table including an identification of the corresponding database table, and a member map for each member of the corresponding database table appearing in the bucket data object, each member map including an identification of the member, an identification of the database column containing the member, and an identification of the data type of the member, the object map including an object map object for and corresponding to each bucket data object, each object map object including table list of table instructions for and corresponding to each table appearing in a table of the table map and an object member map, each table instructions including a table name identifying the corresponding table in the table map, an insert order defining the order in which the tables are inserted into or deleted from membership, and join conditions defining how the member tables are joined, and the object member map including a concatenated list of all database members of the bucket data object, and by operation of the bucket engine and in response to a database request, accessing the object map and the table map and constructing a corresponding bucket data object and bucket from the information contained in the object map and table map, wherein the bucket engine is responsive to a database request for providing the requested data member stored in the corresponding bucket data object to the application programs, and generating an application object for executing bucket engine operations in response to database requests from a corresponding application program, including initiating a bucket engine database operation for and corresponding to each database request generated by the corresponding application program.
3. For use in a computer system including a general purpose processor for performing operations on data and a memory for storing programs for controlling operations of the general purpose processor and the data, a bucket mechanism connected between application programs executing on the computer and a database for providing access to database data by the application programs and comprising:
a plurality of bucket mechanism control programs executing on and controlling operations of the general purpose processor and including a bucket engine connected from the application programs and to the databases and being responsive to database requests from the application programs for generating corresponding buckets wherein each bucket corresponds to a class of data members of the databases requested by an application program and includes, a bucket data object for storing data members retrieved from the database, each bucket data object corresponding to a related group of data members retrieved from the database in response to a database request, a database access object for holding and executing database access methods and responsive to a database request for retrieving the requested data member from the database and storing the requested data member in a corresponding bucket data object, the bucket engine being responsive to a database request for providing the requested data member stored in the corresponding bucket data object to the application programs.
4. For use in a computer system including a processor for performing operations on data and a memory for storing programs for controlling operations of the processor and the data, a bucket mechanism connected between application programs executing on the computer and a database for providing access to database data by the application programs and comprising:
a bucket engine connected from the application programs and to the databases and being responsive to database requests from the application programs for generating corresponding buckets wherein each bucket corresponds to a class of data members of the databases requested by an application program and includes, a bucket data object for storing data members retrieved from the database, each bucket data object corresponding to a related group of data members retrieved from the database in response to a database request, a database access object for holding and executing database access methods and responsive to a database request for retrieving the requested data member from the database and storing the requested data member in a corresponding bucket data object, and a database object connected between a bucket data object and a database access object for mapping a received database request to a database access method of the database access object and indicating to the database access object the database access method corresponding to the received database request, the bucket engine being responsive to a database request for providing the requested data member stored in the corresponding bucket data object to the application programs.
5. The bucket mechanism of claim 4 wherein the bucket mechanism further includes:
an application interface connected between the application programs and the bucket engine and communicating with the application programs in their native modes for receiving database queries from the application programs and generating corresponding database access requests to the bucket engine.
6. The bucket mechanism of claim 4 wherein the bucket engine further comprises:
an application object for executing bucket engine operations in response to database requests from a corresponding application program, including initiating a bucket engine database operation for and corresponding to each database request generated by the corresponding application program.
7. The bucket mechanism of claim 4, further comprising:
an object map and a table map for storing information for use by the bucket engine in constructing buckets and bucket data objects, the table map including a table for and corresponding to a database table, each table including an identification of the corresponding database table, and a member map for each member of the corresponding database table appearing in the bucket data object, each member map including an identification of the member, an identification of the database column containing the member, and an identification of the data type of the member, the object map including an object map object for and corresponding to each bucket data object, each object map object including table list of table instructions for and corresponding to each table appearing in a table of the table map and an object member map, each table instructions including a table name identifying the corresponding table in the table map, an insert order defining the order in which the tables are inserted into or deleted from membership, and join conditions defining how the member tables are joined, and the object member map including a concatenated list of all database members of the bucket data object, the bucket engine being responsive to a database request for accessing the object map and the table map and constructing a corresponding bucket data object and bucket from the information contained in the object map and table map.
8. A method for use in a computer system including a general purpose processor for performing operations on data and a memory for storing programs for controlling operations of the general purpose processor and the data for providing access to database data by the application programs, comprising the steps of:
providing in the memory a plurality of bucket mechanism control programs executing on and controlling operations of the general purpose processor for performing the steps of the method for providing access to database data by the application programs, including the steps of by operation of a bucket engine connected from the application programs and to the databases and being responsive to database requests from the application programs, generating corresponding buckets wherein each bucket corresponds to a class of data members of the databases requested by an application program and generating, for each bucket, at least one bucket data object wherein each bucket data object includes, a bucket data object for storing data members retrieved from the database, each bucket data object corresponding to a related group of data members retrieved from the database in response to a database request, and generating, for each bucket a database access object for holding and executing database access methods and responsive to a database request for retrieving the requested data member from the database and storing the requested data member in a corresponding bucket data object, wherein the bucket engine is responsive to a database request for providing the requested data member stored in the corresponding bucket data object to the application programs.
9. A method for use in a computer system including a processor for performing operations on data and a memory for storing programs for controlling operations of the processor and the data for providing access to database data by the application programs, comprising the steps of:
by operation of a bucket engine connected from the application programs anti to the databases and being responsive to database requests from the application programs, generating corresponding buckets wherein each bucket corresponds to a class of data members of the databases requested by an application program and generating, for each bucket, at least one bucket data object wherein each bucket data object includes, a bucket data object for storing data members retrieved from the database, each bucket data object corresponding to a related group of data members retrieved from the database in response to a database request, generating, for each bucket, a database access object for holding and executing database access methods and responsive to a database request for retrieving the requested data member from the database and storing the requested data member in a corresponding bucket data object, and generating, for each a database object connected between a bucket data object and a database access object for mapping a received database request to a database access method of the database access object and indicating to the database access object the database access method corresponding to the received database request, wherein the bucket engine is responsive to a database request for providing the requested data member stored in the corresponding bucket data object to the application programs.
10. The method of claim 9, further comprising the step of:
providing an application interface connected between the application programs and the bucket engine and communicating with the application programs in their native modes for receiving database queries from the application programs and generating corresponding database access requests to the bucket engine.
11. The method of claim 9, further comprising the step of:
generating an application object for executing bucket engine operations in response to database requests from a corresponding application program, including initiating a bucket engine database operation for and corresponding to each database request generated by the corresponding application program.
12. The method of claim 9, further comprising the steps of:
providing an object map and a table map for storing information for use by the bucket engine in constructing buckets and bucket data objects, the table map including a table for and corresponding to a database table, each table including an identification of the corresponding database table, and a member map for each member of the corresponding database table appearing in the bucket data object, each member map including an identification of the member, an identification of the database column containing the member, and an identification of the data type of the member, the object map including an object map object for and corresponding to each bucket data object, each object map object including table list of table instructions for and corresponding to each table appearing in a table of the table map and an object member map, each table instructions including a table name identifying the corresponding table in the table map, an insert order defining the order in which the tables are inserted into or deleted from membership, and join conditions defining how the member tables are joined, and the object member map including a concatenated list of all database members of the bucket data object, and by operation of the bucket engine and in response to a database request, accessing the object map and the table map and constructing a corresponding bucket data object and bucket from the information contained in the object map and table map.
CA002204797A 1996-05-22 1997-05-08 Multiple database access server for application programs Expired - Fee Related CA2204797C (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/653,952 1996-05-22
US08/653,952 US5696961A (en) 1996-05-22 1996-05-22 Multiple database access server for application programs

Publications (2)

Publication Number Publication Date
CA2204797A1 CA2204797A1 (en) 1997-11-22
CA2204797C true CA2204797C (en) 2001-10-23

Family

ID=24622932

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002204797A Expired - Fee Related CA2204797C (en) 1996-05-22 1997-05-08 Multiple database access server for application programs

Country Status (5)

Country Link
US (2) US5696961A (en)
EP (1) EP0809198A3 (en)
JP (1) JPH1069410A (en)
AU (1) AU729483B2 (en)
CA (1) CA2204797C (en)

Families Citing this family (76)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5799297A (en) * 1995-12-15 1998-08-25 Ncr Corporation Task workflow management system and method including an external program execution feature
GB2313974B (en) * 1996-06-06 2000-06-28 Berners Lee Charles Peter Apparatus and method for encoding data
US6026381A (en) * 1996-11-05 2000-02-15 Itx Corporation Financial market classification system
US5857197A (en) * 1997-03-20 1999-01-05 Thought Inc. System and method for accessing data stores as objects
US5890158A (en) * 1997-03-31 1999-03-30 International Business Machines Corporation Method, apparatus, and program storage device for sharing objects with a network server and a database server using a common object model
US5970499A (en) * 1997-04-11 1999-10-19 Smith; Kurt R. Method and apparatus for producing and accessing composite data
US6708184B2 (en) 1997-04-11 2004-03-16 Medtronic/Surgical Navigation Technologies Method and apparatus for producing and accessing composite data using a device having a distributed communication controller interface
US5953719A (en) * 1997-09-15 1999-09-14 International Business Machines Corporation Heterogeneous database system with dynamic commit procedure control
CA2264340A1 (en) * 1998-03-24 1999-09-24 Northern Telecom Limited Integrated performance support system protocol
JP3863291B2 (en) * 1998-05-28 2006-12-27 株式会社日立製作所 Database processing method, database processing system, and medium
US6446099B1 (en) 1998-09-30 2002-09-03 Ricoh Co., Ltd. Document matching using structural information
US6314430B1 (en) * 1999-02-23 2001-11-06 International Business Machines Corporation System and method for accessing a database from a task written in an object-oriented programming language
JP2000240474A (en) 1999-02-24 2000-09-05 Mikuni Corp Throttle valve control device for internal combustion engine
US6574635B2 (en) * 1999-03-03 2003-06-03 Siebel Systems, Inc. Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
EP1089202A1 (en) * 1999-09-30 2001-04-04 Abb Research Ltd. Method for management and processing of data
US20040024620A1 (en) * 1999-12-01 2004-02-05 Rightfind Technology Company, Llc Risk classification methodology
US6810422B1 (en) 2000-01-14 2004-10-26 Lockheed Martin Tactical Defense Systems System and method for probabilistic quality of communication service determination
AU2001241471A1 (en) * 2000-02-09 2001-08-20 Quark Media House Sarl Database publishing system and processes
US20020049767A1 (en) * 2000-02-16 2002-04-25 Rodney Bennett System and method for automating the assembly, processing and delivery of document
US6941513B2 (en) 2000-06-15 2005-09-06 Cognisphere, Inc. System and method for text structuring and text generation
DE10031041A1 (en) * 2000-06-26 2002-01-03 Autodesk Inc Application data access provision method for computer aided design, involves forwarding request referring to several data objects for further processing, when request is concerned with one other data object
US7181422B1 (en) * 2000-10-20 2007-02-20 Tranquilmoney, Inc. Segregation and management of financial assets by rules
US7165221B2 (en) * 2000-11-13 2007-01-16 Draeger Medical Systems, Inc. System and method for navigating patient medical information
EP1229470B8 (en) * 2000-11-30 2013-01-09 Skillsoft Ireland Limited Tracking of data relating to computer based training courses
WO2002054171A2 (en) * 2000-12-06 2002-07-11 Biosentients, Inc. System, method, software architecture and business model for an intelligent object based information technology platform
US20020156792A1 (en) 2000-12-06 2002-10-24 Biosentients, Inc. Intelligent object handling device and method for intelligent object data in heterogeneous data environments with high data density and dynamic application needs
JP4039800B2 (en) * 2000-12-19 2008-01-30 株式会社日立製作所 Data management method, object integrated management system
US20020174094A1 (en) * 2001-05-21 2002-11-21 Serge Loffe Dataless applications
US7043481B2 (en) 2001-06-01 2006-05-09 Thought, Inc. System, method and software for creating, maintaining, navigating or manipulating complex data objects and their data relationships
US7007039B2 (en) * 2001-06-14 2006-02-28 Microsoft Corporation Method of building multidimensional workload-aware histograms
GB2377287B (en) 2001-07-06 2005-07-13 Livedevices Ltd Improvements relating to internet-connected devices
US20030046266A1 (en) * 2001-07-26 2003-03-06 Ward Mullins System, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships
US20030050794A1 (en) * 2001-09-07 2003-03-13 Marjorie Keck Hospital emergency department resource utilization and optimization system
US7533214B2 (en) * 2002-02-27 2009-05-12 Microsoft Corporation Open architecture flash driver
US6901499B2 (en) * 2002-02-27 2005-05-31 Microsoft Corp. System and method for tracking data stored in a flash memory device
JP3624186B2 (en) * 2002-03-15 2005-03-02 Tdk株式会社 Control circuit for switching power supply device and switching power supply device using the same
US7035845B2 (en) * 2002-05-15 2006-04-25 Microsoft Corporation Generic proxy for representing search engine partner
US20040230505A1 (en) * 2003-05-14 2004-11-18 Chris Garlich Method and system for managing a non-qualified deferred compensation program using hedging
EP1482406A1 (en) * 2003-05-28 2004-12-01 Sap Ag A method of customizing an object by parametrising an application program
US7650338B2 (en) * 2003-07-03 2010-01-19 Ebay Inc. Method and system for managing data transaction requests
US8122062B2 (en) * 2003-07-22 2012-02-21 Sap Ag Meta model for an enterprise service architecture
US8630986B2 (en) 2003-07-22 2014-01-14 Sap Ag Extending the functionality of enterprise services
US7890540B2 (en) * 2003-07-22 2011-02-15 Sap Ag Browsing meta data for an enterprise service framework
US7685568B2 (en) * 2003-07-22 2010-03-23 Sap Ag Service management of a service oriented business framework
US7231396B2 (en) * 2003-07-24 2007-06-12 International Business Machines Corporation Data abstraction layer for a database
US8238696B2 (en) 2003-08-21 2012-08-07 Microsoft Corporation Systems and methods for the implementation of a digital images schema for organizing units of information manageable by a hardware/software interface system
US8166101B2 (en) 2003-08-21 2012-04-24 Microsoft Corporation Systems and methods for the implementation of a synchronization schemas for units of information manageable by a hardware/software interface system
FI20031268A0 (en) * 2003-09-05 2003-09-05 Nokia Corp Group service with information about group members
US7526489B2 (en) * 2003-11-18 2009-04-28 International Business Machines Corporation Methods to integrate user-defined operations into a database
KR100580661B1 (en) * 2003-11-28 2006-05-16 경북대학교 산학협력단 System and Method for Unified Management of Medical Information
US7398512B2 (en) * 2003-12-02 2008-07-08 Hewlett-Packard Development Company, L.P. Method, system, and software for mapping and displaying process objects at different levels of abstraction
JP5108309B2 (en) * 2004-02-10 2012-12-26 マイクロソフト コーポレーション System and method for supporting user-defined type inheritance
US7376656B2 (en) * 2004-02-10 2008-05-20 Microsoft Corporation System and method for providing user defined aggregates in a database system
US6976029B2 (en) * 2004-02-10 2005-12-13 Microsoft Corporation System and method for providing user defined types in a database system
US7469385B2 (en) * 2004-02-20 2008-12-23 Microsoft Corporation Methods and systems for abstraction of logical editing operations
US20060047628A1 (en) * 2004-08-31 2006-03-02 Vadim Fux System and method for managing databases in a handheld electronic device
US20060069679A1 (en) * 2004-09-10 2006-03-30 Percey Michael F System for creating associative records
US7613709B2 (en) * 2004-10-21 2009-11-03 Microsoft Corporation System and method for editing operations of a text object model
EP1672532A1 (en) * 2004-12-16 2006-06-21 BP Chemicals Limited Layered Information Management System
US7689555B2 (en) * 2005-01-14 2010-03-30 International Business Machines Corporation Context insensitive model entity searching
US7797636B2 (en) * 2005-08-19 2010-09-14 Joseph Carter System and method for administering pluggable user interactive system applications
US20070043569A1 (en) * 2005-08-19 2007-02-22 Intervoice Limited Partnership System and method for inheritance of advertised functionality in a user interactive system
US8683334B2 (en) * 2005-08-19 2014-03-25 Intervoice Limited Partnership System and method for sharing access to service provider controls and subscriber profile data across multiple applications in a user interactive system
US20080222121A1 (en) * 2006-06-02 2008-09-11 Wolfgang Wiessler System for Adaptively Querying a Data Storage Repository
US8103698B2 (en) * 2007-02-28 2012-01-24 Jianwen Yin Methods, apparatus and media for system management of object oriented information models
US20080235255A1 (en) * 2007-03-19 2008-09-25 Redknee Inc. Extensible Data Repository
US8918365B2 (en) * 2009-06-19 2014-12-23 Blekko, Inc. Dedicating disks to reading or writing
EP2443574A4 (en) 2009-06-19 2014-05-07 Blekko Inc Scalable cluster database
US8478772B2 (en) * 2010-10-21 2013-07-02 Oracle International Corporation On-device database service for mobile device
US20120265846A1 (en) * 2011-04-15 2012-10-18 Springboard Non Profit Consumer Credit Management System and method of coordinating a debt-relief program
US9501477B2 (en) * 2012-08-21 2016-11-22 Roovy, Inc. Global media lists for mobile devices
US20140379634A1 (en) * 2013-06-21 2014-12-25 Avaya Inc. Application-to-repository data mapping in data repositories, and related methods, systems, and computer-readable media
US9531808B2 (en) 2013-08-22 2016-12-27 Avaya Inc. Providing data resource services within enterprise systems for resource level sharing among multiple applications, and related methods, systems, and computer-readable media
CN103425793B (en) * 2013-08-28 2017-03-01 五八同城信息技术有限公司 Method for utilizing database purchase layer to access data base in instant communicating system
US10423911B2 (en) 2017-01-19 2019-09-24 Bank Of America Corporation System for platform activity gathering for achievement leveraging virtual visualization
US11741093B1 (en) 2021-07-21 2023-08-29 T-Mobile Usa, Inc. Intermediate communication layer to translate a request between a user of a database and the database

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4394731A (en) * 1980-11-10 1983-07-19 International Business Machines Corporation Cache storage line shareability control for a multiprocessor system
US4476524A (en) * 1981-07-02 1984-10-09 International Business Machines Corporation Page storage control methods and means
US4613946A (en) * 1984-06-07 1986-09-23 Forman Ernest H Method and apparatus for generating hierarchical displays
US4853843A (en) * 1987-12-18 1989-08-01 Tektronix, Inc. System for merging virtual partitions of a distributed database
US5202985A (en) * 1988-04-14 1993-04-13 Racal-Datacom, Inc. Apparatus and method for displaying data communication network configuration after searching the network
US5210870A (en) * 1990-03-27 1993-05-11 International Business Machines Database sort and merge apparatus with multiple memory arrays having alternating access
US5297279A (en) * 1990-05-30 1994-03-22 Texas Instruments Incorporated System and method for database management supporting object-oriented programming
AU639802B2 (en) * 1990-08-14 1993-08-05 Oracle International Corporation Methods and apparatus for providing dynamic invocation of applications in a distributed heterogeneous environment
US5551028A (en) * 1991-02-28 1996-08-27 Mentor Graphics Corporation Design data management system and associated method
JPH04275684A (en) * 1991-03-01 1992-10-01 Fuji Xerox Co Ltd Graphic information data base constructing emthod and device applying the method
US5301105A (en) * 1991-04-08 1994-04-05 Desmond D. Cummings All care health management system
US5446881A (en) * 1992-09-25 1995-08-29 At&T Corp. Database storage and retrieval method using a declining stage size and repetitive searches
US5481712A (en) * 1993-04-06 1996-01-02 Cognex Corporation Method and apparatus for interactively generating a computer program for machine vision analysis of an object
US5506984A (en) * 1993-06-30 1996-04-09 Digital Equipment Corporation Method and system for data retrieval in a distributed system using linked location references on a plurality of nodes
US5542087A (en) * 1993-10-15 1996-07-30 Hewlett-Packard Company Linear hashing for distributed records
US5542089A (en) * 1994-07-26 1996-07-30 International Business Machines Corporation Method and apparatus for estimating the number of occurrences of frequent values in a data set

Also Published As

Publication number Publication date
AU729483B2 (en) 2001-02-01
JPH1069410A (en) 1998-03-10
AU2220797A (en) 1997-11-27
US5920870A (en) 1999-07-06
EP0809198A3 (en) 1999-04-28
EP0809198A2 (en) 1997-11-26
CA2204797A1 (en) 1997-11-22
US5696961A (en) 1997-12-09

Similar Documents

Publication Publication Date Title
CA2204797C (en) Multiple database access server for application programs
US6275831B1 (en) Data processing environment with methods providing contemporaneous synchronization of two or more clients
US5940834A (en) Automatic web page generator
US6606649B1 (en) Application programming interface functions for supporting an improved message store for hand-held computers
US6823373B1 (en) System and method for coupling remote data stores and mobile devices via an internet based server
US5644764A (en) Method for supporting object modeling in a repository
US7599948B2 (en) Object relational mapping layer
EP0504085B1 (en) Method and apparatus for accessing a relational database without exiting an object-oriented environment
US6526413B2 (en) Architecture for a hierarchical folder structure in hand-held computers
US6701485B1 (en) Binding spreadsheet cells to objects
US4774661A (en) Database management system with active data dictionary
US6453321B1 (en) Structured cache for persistent objects
US6658461B1 (en) Method of, system for, and computer program product for providing a user interface for configuring connections between a local workstation file system and a remote host file system
US6685090B2 (en) Apparatus and method for multi-profile managing and recording medium storing multi-profile managing program
KR100538371B1 (en) Method and System for Incorporating legacy applications into a distributed data processing environment
US7299240B1 (en) Method for translating computer data from one record structure to another
US7113979B1 (en) System, method and article of manufacture for enhancing electronic messages
US5884311A (en) Method and system for dynamically configuring a relational database
KR20020050160A (en) Object integrated management system
US7694219B2 (en) Dynamic tree representation for internet enterprise applications
US6848110B2 (en) Automatic feature augmentation for component based application programming interfaces
US7571197B2 (en) Method and apparatus for synchronizing dataset object properties with underlying database structures
US20050262070A1 (en) Method and apparatus for combining of information across multiple datasets in a JavaScript environment
EP1093060A2 (en) SQL interface for business application software
EP0520922A2 (en) Method and apparatus for accessing location information

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed