System and method for generating a request for information about selected objects

Information

  • Patent Application
  • 20040172382
  • Publication Number
    20040172382
  • Date Filed
    February 28, 2003
    21 years ago
  • Date Published
    September 02, 2004
    20 years ago
Abstract
A first query may be generated at a client computing device. The first query is written in a uniform format that is not unique to a particular object. The first query is submitted to a query translation system, which translates the first query to a request for information that is formatted for processing on a first object associated with a first class of objects in a hierarchy of objects. The request is submitted to the first object for execution at the first object. Results of the request may be returned back to the client.
Description


BACKGROUND OF THE INVENTION

[0001] 1. Field of the Invention


[0002] The present invention is directed to the field of data storage and manipulation, and, more specifically, to receiving a first query written in a uniform format and translating the first query into a request for information formatted for execution on a particular object.


[0003] 2. Description of the Prior Art


[0004] In conventional data storage systems, data is stored in a hierarchical collection of “objects.” An exemplary prior art data storage system is shown in FIG. 1. As shown, data storage system 100 includes Database management system (DBMS) 110, database 130, and data tables 132-136. DBMS 110 provides access to database 130 through network 120. Database 130 includes data tables 132-136, which, in turn, include one or more columns (not shown). In addition to executing queries on the data stored in such objects, it is also often desirable to gather information about properties of the objects themselves. For example, such properties may be the space used or space available in a database or the creation date or row count of a data table. Such information is useful in various aspects of database administration and query optimization.


[0005] In conventional data storage systems, such information may be retrieved by executing queries at a DBMS. A disadvantage of such queries is that they must be targeted to a specific DBMS on which they are being executed. For example, such queries must be targeted to a particular version of a DBMS. Thus, because such queries require knowledge of programming requirements of specific DBMS's, such queries may require a lot of time and, therefore, expense to generate. Thus, there is a need in the art for a uniform format for such queries that is not unique to a particular DBMS version, but, rather, may be implemented across a plurality of DBMS versions. It is also desired that such uniform queries be extendable to servers such as, for example, on-line analytical processing (OLAP) servers or management instrumentation servers.


[0006] Furthermore, it is desired that such uniform queries enable objects to be “self discoverable”, meaning that a query may request the properties of objects for which information may be requested. For example, a self discovery query may request which properties are discoverable for a data table, and the results of the query may specify that creation date and row count are discoverable properties. Once it is known which properties are discoverable, follow up queries could request information regarding such properties for a particular object or group of objects. For example, a follow up query may request the row count of the table.



SUMMARY OF THE INVENTION

[0007] Accordingly, systems and methods for generating a request for information about selected objects are disclosed. A first query may be generated at a client computing device and submitted to a query translation system. The first query is written in a uniform format that is not unique to a particular object. The first query includes a plurality of classes of objects and a plurality of filters. Each filter corresponds to an associated class of objects and specifies selected objects in the corresponding class of objects.


[0008] The first query may be a self-discovery query that requests discoverable properties of selected objects. The first query may also be a data request query that requests information about specified properties of selected objects.


[0009] The query translation system translates the first query to a request for information about selected objects. In an exemplary translation process, the first query is parsed to identify the plurality of classes of objects and the plurality of filters. Each class of objects is associated with a class in a hierarchy of objects. Selected objects are identified based on the plurality of filters. The first query is translated to the request for information. The request is formatted for execution on a first object associated with a highest class of objects in the hierarchy of objects. The request is submitted to the first object.


[0010] The request is processed at the first object. Results of the request may be passed back to the client computing device. The client computing device may display results to the user and may store results in a memory for further processing. The results may be used in various aspects of database administration and query optimization.







BRIEF DESCRIPTION OF THE DRAWINGS

[0011] The illustrative embodiments will be better understood after reading the following detailed description with reference to the appended drawings, in which:


[0012]
FIG. 1 is an exemplary prior art data storage system;


[0013]
FIG. 2 is a block diagram representing a general purpose computer system in which aspects of the present invention and/or portions thereof may be incorporated;


[0014]
FIG. 3 is a block diagram of an exemplary system for generating a query for execution on an object in accordance with the present invention;


[0015]
FIG. 4 is a block diagram of an exemplary query translation system in accordance with the present invention;


[0016]
FIG. 5 is a flowchart of an exemplary method for generating a request for information about selected objects in accordance with the present invention; and


[0017]
FIG. 6 is a flowchart of an exemplary method for identifying selected objects in accordance with the present invention.







DETAILED DESCRIPTION

[0018] Systems and methods that meet the above-mentioned objects and provides other beneficial features in accordance with the presently preferred exemplary embodiments of the invention will be described below with reference to aforementioned Figures. Those skilled in the art will readily appreciate that the description given herein with respect to those figures is for explanatory purposes only and is not intended in any way to limit the scope of the invention. Throughout the description, like reference numerals will refer to like elements in the respective figures.


[0019] Computer Environment


[0020]
FIG. 2 and the following discussion are intended to provide a brief general description of a suitable computing environment in which the present invention and/or portions thereof may be implemented. Although not required, the invention is described in the general context of computer-executable instructions, such as program modules, being executed by a computer, such as a client workstation or a server. Generally, program modules include routines, programs, objects, components, data structures and the like that perform particular tasks or implement particular abstract data types. Moreover, it should be appreciated that the invention and/or portions thereof may be practiced with other computer system configurations, including hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers and the like. The invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.


[0021] As shown in FIG. 2, an exemplary general purpose computing system includes a conventional personal computer 220 or the like, including a processing unit 221, a system memory 222, and a system bus 223 that couples various system components including the system memory to the processing unit 221. The system bus 223 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. The system memory includes read-only memory (ROM) 224 and random access memory (RAM) 225. A basic input/output system 226 (BIOS), containing the basic routines that help to transfer information between elements within the personal computer 220, such as during start-up, is stored in ROM 224.


[0022] The personal computer 220 may further include a hard disk drive 227 for reading from and writing to a hard disk (not shown), a magnetic disk drive 228 for reading from or writing to a removable magnetic disk 229, and an optical disk drive 230 for reading from or writing to a removable optical disk 231 such as a CD-ROM or other optical media. The hard disk drive 227, magnetic disk drive 228, and optical disk drive 230 are connected to the system bus 223 by a hard disk drive interface 232, a magnetic disk drive interface 233, and an optical drive interface 234, respectively. The drives and their associated computer-readable media provide non-volatile storage of computer readable instructions, data structures, program modules and other data for the personal computer 220.


[0023] Although the exemplary environment described herein employs a hard disk, a removable magnetic disk 229, and a removable optical disk 231, it should be appreciated that other types of computer readable media which can store data that is accessible by a computer may also be used in the exemplary operating environment. Such other types of media include a magnetic cassette, a flash memory card, a digital video disk, a Bernoulli cartridge, a random access memory (RAM), a read-only memory (ROM), and the like.


[0024] A number of program modules may be stored on the hard disk, magnetic disk 229, optical disk 231, ROM 224 or RAM 225, including an operating system 235, one or more application programs 236, other program modules 237 and program data 238. A user may enter commands and information into the personal computer 220 through input devices such as a keyboard 240 and pointing device 242 such as a mouse. Other input devices (not shown) may include a microphone, joystick, game pad, satellite disk, scanner, or the like. These and other input devices are often connected to the processing unit 221 through a serial port interface 246 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port, or universal serial bus (USB). A monitor 247 or other type of display device is also connected to the system bus 223 via an interface, such as a video adapter 248. In addition to the monitor 247, a personal computer typically includes other peripheral output devices (not shown), such as speakers and printers. The exemplary system of FIG. 2 also includes a host adapter 255, a Small Computer System Interface (SCSI) bus 256, and an external storage device 262 connected to the SCSI bus 256.


[0025] The personal computer 220 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 249. The remote computer 249 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 220, although only a memory storage device 250 has been illustrated in FIG. 2. The logical connections depicted in FIG. 2 include a local area network (LAN) 251 and a wide area network (WAN) 252. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets, and the Internet.


[0026] When used in a LAN networking environment, the personal computer 220 is connected to the LAN 251 through a network interface or adapter 253. When used in a WAN networking environment, the personal computer 220 typically includes a modem 254 or other means for establishing communications over the wide area network 252, such as the Internet. The modem 254, which may be internal or external, is connected to the system bus 223 via the serial port interface 246. In a networked environment, program modules depicted relative to the personal computer 220, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.


[0027] Exemplary Systems and Methods of the Present Invention


[0028] A block diagram of an exemplary system for generating a query for execution on an object in accordance with the present invention is shown in FIG. 3. As shown, the system includes client computing device 310, query translation system 320, data storage system 300, and first object 330. As should be appreciated, data storage system 300 may include any number of additional objects (not shown).


[0029] Generally, client 310 generates a first query written in a uniform format that is not unique to a particular object. Client 310 submits the first query to query translation system 320. Query translation system 320 translates the first query into a request for information formatted for processing on first object 330. Query translation system 320 submits the request to first object 330. First object 330 processes the request and may return results of the second query to client 310.


[0030] As shown in FIG. 3, client 310 generates a first query and submits the first query to query translation system 320. The first query is written in a uniform format that is not unique to a particular object. The first query includes a plurality of classes of objects such as, for example, the classes of objects in data storage system 100 of FIG. 1, including DBMS 110, database 130, and data tables 132-136. Each object has an associated set of properties. For example, a DBMS may have properties such as name, identifier, and version. A database may have properties such as size and space available. A data table may have properties such as creation date and row count.


[0031] The first query also includes a plurality of filters. Each filter corresponds to an associated class of objects and specifies selected objects in its associated class of objects. A filter may be “empty”, meaning that all objects in the filter's associated class of objects are selected.


[0032] The first query may be either a general query or a restricted query. A general query includes an empty filter and requests information about all objects in a class of objects, while a restricted query requests information only about selected objects. An exemplary general query and restricted query are shown below:


[0033] General Query


[0034] DBMS[@Version=8.0]/Database[@Name=‘master’]/Table


[0035] Restricted Query


[0036] DBMS[@Version=8.0]/Database[@Name=‘master’]/Table[@RowCount=100]


[0037] According to the example set forth above, the general query will return information about all data tables that are stored at the database named “Master” which is accessed through the DBMS version “8.0”. The restricted query will return information about only data tables with a row count of 100 that are stored at the database named “Master” which is accessed through the DBMS version “8.0”.


[0038] The first query may request various types of information about the selected objects. For example, a “self-discovery” query requests which properties are discoverable for the selected objects. Additionally a “data request” query may be used to follow up a self-discovery query. The data request query requests information about specified properties of the selected objects. For example, a self-discovery query may request which properties are discoverable for a selected table, and the results of the self-discovery query may specify that creation date and row count are discoverable properties. A data request query may then request the row count of the selected table.


[0039] After the first query has been generated at client 310, the first query is submitted to query translation system 320. An exemplary query translation system 320 is described in detail below with reference to FIG. 4. Generally, query translation system 320 translates the first query to a request for information formatted for processing on first object 330. For example, if first object 330 is a DBMS that executes queries written in Structured Query Language (SQL), then query translation system 320 will translate the first query into a second query written in SQL.


[0040] After the request for information has been generated, it is submitted to first object 330 for processing at first object 330. First object 330 is an object on which requests for information about objects in data storage system 300 may be processed. For example, first object 330 may be a DBMS, an on-line analytical processing (OLAP) server, or a management instrumentation server. After the request for information has been executed at first object 330, the request results may be submitted to client 310. For a self-discovery query, the results include the discoverable properties of the selected objects. For a data request query, the results include information about specified properties of the selected objects. An exemplary first query and corresponding results are shown below:


[0041] First Query:


[0042] DBMS/Database[@Name=‘master’]/Table[@name=‘sales’Request properties: Name, Creation Date, Row Count
1NameCreation DateRow CountSalesMar. 1, 2003100


[0043] The exemplary results shown above include information about the specified properties “Name, Creation Date, and Row Count” for the selected “Sales” table.


[0044] A block diagram of an exemplary query translation system in accordance with the present invention is shown in FIG. 4. As shown, exemplary query translation system 320 includes a core module 410 and a plurality of objects including DBMS 420, database 430, and data table 440. As should be appreciated, query translation system 320 may be modified to include additional objects depending on the data storage system for which it is configured. For example, if query translation system 320 were configured for a data storage system including an on-line analytical processing (OLAP) server and/or instrumentation management server connected to DBMS 100, then query translation system 320 may be modified to include an additional OLAP server and/or instrumentation management server. Furthermore, if the data storage system included information corresponding to columns of data tables, then query translation system 320 may be modified to include additional columns.


[0045] Query translation server 320 may be configured using a configuration file stored at core module 410. Such a configuration file is preferably written in extensible markup language (XML). The configuration file specifies the hierarchy of objects within the data storage system. If a class of objects is added to the data storage system, the configuration file may be edited to include the added class of objects and their corresponding properties. An exemplary configuration file corresponding to a data storage system for which query translation system 320 is configured is shown below:
2<?xml version=“1.0”?><objects><object type=“Server” assembly=“Microsoft.SqlServer.SqlEnum”implement=“Microsoft.SqlServer.Management.Smo.SqlServer”cfg=“Server.xml”><object  type=“Database”  assembly=“Microsoft.SqlServer.SqlEnum”implement=“Microsoft.SqlServer.Management.Smo.DatabaseLevel”cfg=“xml=‘Database.xml’ last=‘true’”><object  type=“Table”  assembly=“Microsoft.SqlServer.SqlEnum”implement=“Microsoft.SqlServer.Management.Smo.SqlObject”cfg=“Table.xml”></object></object></objects>


[0046] A flowchart of an exemplary method for generating a request for information about selected objects in accordance with the present invention is shown in FIG. 5. Generally, a first query may be generated at client 310. The first query is written in a uniform format that is not unique to a particular object. The first query is submitted to a query translation system 320, which translates the first query to the request for information, which is formatted for processing on first object 330. The request is submitted to first object 330 for execution at first object 330. Results of the request may be returned back to client 310.


[0047] As shown in FIG. 5, at step 510, client 310 generates a first query. The first query is written in a uniform format that is not unique to a particular object. The first query includes a plurality of classes of objects and a plurality of filters. Each filter corresponds to an associated class of objects and specifies selected objects in the corresponding class of objects.


[0048] The first query may be a self-discovery query that requests discoverable properties of selected objects. The first query may also be a data request query that requests information about specified properties of selected objects.


[0049] At step 512, client 310 sends the first query to query translation system 320, and, at step 514, the first query is received at query translation system 320.


[0050] At step 516, query translation system 320 parses the first query to identify the plurality of classes of objects and the plurality of filters.


[0051] At step 518, query translation system 320 associates each class of objects with a class in a hierarchy of objects. For example, for a first query including a DBMS class, a database class, and a data table class, query translation system 320 may associate the DBMS with a first class, the database with a second class, and the data tables with a third class. The hierarchy of objects may be specified in a configuration file that is preferably stored at query translation system 320.


[0052] At step 520, query translation system 320 identifies the selected objects based on the plurality of filters. An exemplary method for identifying selected objects is discussed in detail below with reference to FIG. 6.


[0053] At step 522, query translation system 320 translates the first query to a request for information formatted for execution on first object 330, which is the object associated with the first class at step 518.


[0054] At step 524, query translation system 320 submits the request for information to first object 330, and, at step 526, the request for information is received at first object 330. At step 528, the request for information is processed at first object 330. At step 530, the results of the request for information are sent to client 310, and, at step 532, the results are received at client 310. Client 310 may display results to the user and may store results in a memory for further processing. The results may be used in various aspects of database administration and query optimization.


[0055] A flowchart of an exemplary method for identifying selected objects in accordance with the present invention is shown in FIG. 6. Generally, core module 410 sends each filter to its associated class of objects. Core module 410 then sends a request for selected objects to the lowest class of objects. The lowest class of objects, in turn, passes the request to each next higher class until the request reaches the highest class of objects. The highest class of objects identifies the selected objects in the highest class of objects specified in the corresponding filter. The highest class of objects, in turn, passes the identified objects to each lower class of objects. Each lower class identifies selected objects in its class of objects present on the identified objects passed from the previous higher class. Finally, the lowest class identifies selected objects in the lowest class of objects and submits the identified objects to core module 410.


[0056] As shown in FIG. 6, at step 610, core module 410 submits each filter to its corresponding class of objects 420-440.


[0057] At step 612, core module 410 sets a current class to the lowest class of objects 420. At step 614, core module 410 sends a request for selected objects to the current class. At step 616, it is determined if there is a next higher class of objects. For example, if the current class is set to data table 440, then the next higher class of objects is database 430. If the current class of objects is DBMS 420, then there is no next higher class of objects.


[0058] If there is a next higher class of objects, then, at step 618, current class is set to the next higher class of objects and the method returns to step 614.


[0059] If there is not a next higher class of objects, then, at step 620, the current class of objects identifies the selected objects in the current class specified by the corresponding filter. For example, for the first query, “DBMS[@Version=8.01” the selected objects for DBMS class 420 are all DBMS's that are version “8.0”.


[0060] At step 622, a current set of objects is set to the identified objects. At step 624, it is determined if there is a next lower class of objects. For example, if the current class is set to DBMS 420, then the next lower class of objects is database 430. If the current class of objects is data table 440, then there is no next lower class of objects.


[0061] If there is a next lower class of objects, then, at step 626, the current class is set to the next lower class of objects. At step 628, the current set of objects is sent to the current class. At step 630, the current class of objects identifies selected objects in the current class of objects specified by the corresponding filter that are present in the current set of objects. For example, for the first query, “DBMS[@Version=8.0]/Database[Name=‘master’]” if the current class of objects is database class 430 and the current set of objects are all DBMS's that are version “8.0”, then the selected objects present in the current set of objects are all databases named “Master” that are present on a DBMS that is version “8.0”. After execution of step 630, the method returns to step 622.


[0062] If there is not a next lower class of objects, then, at step 632, the current set of objects is identified as the selected objects for the request for information.


[0063] While the present invention has been described in connection with the preferred embodiments of the various figures, it is to be understood that other similar embodiments may be used or modifications and additions may be made to the described embodiment for performing the same function of the present invention without deviating therefrom. For example, while the present invention is described in terms of a DBMS object module, a database object module, and a data table object module, the present invention may be implemented with any number of object modules corresponding to any associated objects. Therefore, the present invention should not be limited to any single embodiment, but rather should be construed in breadth and scope in accordance with the appended claims.


Claims
  • 1. A method for generating a request for information about selected objects, the method comprising: parsing a first query to identify a plurality of classes of objects and a plurality of filters, each filter corresponding to an associated class of objects and specifying selected objects in its associated class of objects; associating each class of objects with a class in a hierarchy of objects; identifying the selected objects based on the plurality of filters; translating the first query to the request for information whereby the request is formatted for processing on a first object associated with a highest class of objects in the hierarchy of objects; and submitting the request to the first object.
  • 2. The method of claim 1 wherein identifying the selected objects based on the plurality of filters, comprises: (a) submitting each filter to its associated class of objects; (b) setting a current class to the lowest class of objects; (c) sending a request for selected objects to an object corresponding to the current class; (d) determining if there is a next higher class of objects; (e) if so, then: setting the current class to the next higher class of objects; and returning to step (b); (f) if not, then identifying selected objects in the current class of objects specified by the corresponding filter; (g) setting a current set of objects to be the identified objects in the current class of objects; (h) determining if there is a next lower class of objects; (i) if so, then: setting the current class to the next lower class of objects; sending the current set of objects to the current class; identifying objects in the current class of objects present in the current set of objects specified by the corresponding filter; setting the current set of objects to be the objects in the current class present in the current set of objects specified by the corresponding filter; and returning to step (h) (j) if not then identifying the current set of objects as the selected objects.
  • 3. The method of claim 1, wherein associating each object with a class of objects in a hierarchy of objects comprises associating each object with a class of objects in a hierarchy of objects specified in a configuration file.
  • 4. The method of claim 1, wherein parsing a first query to identify a plurality of classes of objects comprises parsing a first query to identify a database management system class, a database class, and a data table class.
  • 5. The method of claim 4, wherein associating each class of objects with a class in a hierarchy of objects, comprises: associating the database management system class with a first class of objects in a hierarchy of objects; associating the database class with a second class of objects in a hierarchy of objects; and associating the data table class with a third class of objects in a hierarchy of objects.
  • 6. The method of claim 4, wherein translating the first query to the request for information comprises translating the first query to a second query formatted for execution on the database management system.
  • 7. The method of claim 1, wherein translating the first query to the request for information comprises translating the first query to a request for which properties of the selected objects are discoverable.
  • 8. The method of claim 1, wherein translating the first query to a request for information about selected objects comprises translating the first query to a request for information about specified properties of the selected objects.
  • 9. A computer readable medium having stored thereon computer readable instructions for performing the following steps: parsing a first query to identify a plurality of classes of objects and a plurality of filters, each filter corresponding to an associated class of objects and specifying selected objects in its associated class of objects; associating each class of objects with a class in a hierarchy of objects; identifying selected objects based on the plurality of filters; translating the first query to a request for information about the selected objects whereby the request is formatted for processing on a first object associated with a highest class of objects in the hierarchy of objects; and submitting the request to the first object.
  • 10. The computer readable medium of claim 9 wherein identifying selected objects based on the plurality of filters, comprises: (a) submitting each filter to its associated class of objects; (b) setting a current class to the lowest class of objects; (c) sending a request for selected objects to an object corresponding to the current class; (d) determining if there is a next higher class of objects; (e) if so,then: setting the current class to the next higher class of objects; and returning to step (b); (f) if not, then identifying selected objects in the current class of objects specified by the corresponding filter; (g) setting a current set of objects to be the identified objects in the current class of objects; (h) determining if there is a next lower class of objects; (i) if so, then: setting the current class to the next lower class of objects; sending the current set of objects to the current class; identifying objects in the current class of objects present in the current set of objects specified by the corresponding filter; setting the current set of objects to be the objects in the current class present in the current set of objects specified by the corresponding filter; and returning to step (h); (j) if not then identifying the current set of objects as the selected objects.
  • 11. The computer readable medium of claim 9, wherein associating each object with a class of objects in a hierarchy of objects comprises associating each object with a class of objects in a hierarchy of objects specified in a configuration file.
  • 12. The computer readable medium of claim 9, wherein parsing a first query to identify a plurality of classes of objects comprises parsing a first query to identify a database management system class, a database class, and a data table class.
  • 13. The computer readable medium of claim 12, wherein associating each class of objects with a class in a hierarchy of objects, comprises: associating the database management system class with a first class of objects in a hierarchy of objects; associating the database class with a second class of objects in a hierarchy of objects; and associating the data table class with a third class of objects in a hierarchy of objects.
  • 14. The computer readable medium of claim 12, wherein translating the first query to a request for information comprises translating the first query to a second query formatted for execution on the database management system.
  • 15. The computer readable medium of claim 9, wherein translating the first query to a request for information comprises translating the first query to a request for which properties of the selected objects are discoverable.
  • 16. The computer readable medium of claim 9, wherein translating the first query to a request for information comprises translating the first query to a request for information about specified properties of the selected objects.
  • 17. A system for generating a request for information about selected objects, the system comprising: a query translation system comprising: a processor operative to execute computer executable instructions; and a memory having stored therein computer executable instructions for performing the following steps: parsing a first query to identify a plurality of classes of objects and a plurality of filters, each filter corresponding to an associated class of objects and specifying selected objects in its associated class of objects; associating each class of objects with a class in a hierarchy of objects; identifying the selected objects based on the plurality of filters; translating the first query to the request for information whereby the request is formatted for processing on a first object associated with a highest class of objects in the hierarchy of objects; and submitting the request to the first object; and the first object for processing the request for information.
  • 18. The system of claim 17 wherein the computer executable instructions for performing the step of identifying selected objects based on the plurality of filters comprise computer executable instructions for performing the following steps: (a) submitting each filter to its associated class of objects; (b) setting a current class to the lowest class of objects; (c) sending a request for selected objects to an object corresponding to the current class; (d) determining if there is a next higher class of objects; (e) if so,then: setting the current class to the next higher class of objects; and returning to step (b); (f) if not, then identifying selected objects in the current class of objects specified by the corresponding filter; (g) setting a current set of objects to be the identified objects in the current class of objects; (h) determining if there is a next lower class of objects; (i) if so, then: setting the current class to the next lower class of objects; sending the current set of objects to the current class; identifying objects in the current class of objects present in the current set of objects specified by the corresponding filter; setting the current set of objects to be the objects in the current class present in the current set of objects specified by the corresponding filter; and returning to step (h); (j) if not then identifying the current set of objects as the selected objects.
  • 19. The system of claim 17, further comprising a configuration file specifying the hierarchy of objects.
  • 20. The system of claim 17, wherein the plurality of classes of objects comprises a database management system class, a database class, and a data table class.
  • 21. The system of claim 20, wherein: the database management system class is associated with a first class of objects in the hierarchy of objects; the database class is associated with a second class of objects in the hierarchy of objects; and the data table class is associated with a third class of objects in the hierarchy of objects.
  • 22. The system of claim 20, wherein the request for information is a second query formatted for execution on the database management system.
  • 23. The system of claim 17, wherein the request for information is a request for which properties of the selected objects are discoverable.
  • 24. The system of claim 17, wherein the request for information is a request for information about specified properties of the selected objects.
  • 25. The system of claim 17, further comprising a client computing device for performing the following steps: generating the first query; and receiving results of request for information from the first object.