Java Database Connectivity (JDBC) defines a number of types to store data from a database. One of the types is a ResultSet that stores data obtained from a database. The result set can be populated with the results of a query to the database. Another type is a Rowset to store data from a database. A Rowset is a Java bean which stores data obtained from the database. The Rowset uses a cursor which indicates the current row of the data in a Rowset for operations. The Rowset can be a connected Rowset with an active connection to the database, or a cached Rowset without an active connection to the database. A row can be modified or created using the cached Rowset and then written back to the database at a later time. Java Specification Request (JSR) 114 describes a basic Rowset implementation.
In one embodiment, Shared Rowsets 202 and 204 have independent cursors. The cursors can point to different rows of the data in the rowset 206. This helps allow the different threads and users of the different Shared Rowsets to have independent operations, such as displays that operate on different rows.
The Shared Rowsets also can have independent filters. Filters can be used to hide rows of data in the Cached Rowset from displays or other operations which access rows of data with the Shared Rowset. A specific SQL-type filter for use with a Shared or Cached Rowset is described below. In one embodiment, a bit can be set for each row indicating whether the row has been filtered out. Different operations can use the filter bits to determine whether to access specific rows for an operation. For example, after a filter is done and a user requests the next ten rows of data, the next ten unfiltered rows after the cursor can be provided.
In one embodiment, the objects (such as the Shared Rowsets) can include independent sorters. As described below, sorters can rearrange the rows for the different operations. The ability to have a sorter at the Rowset 206 or Shared Rowset 202 has the advantage that resorted data need not be obtained from the database. The sorting can be implemented using pointers. Details of one embodiment are described below with respect to
Looking again at
In one embodiment, the Shared Rowset can have a serialization function which can convert the Shared Rowset into a Cached Rowset which then can then be transmitted using the serialization function of a Cached Rowset.
In one embodiment, the objects 202 and 204 can store local versions of the modified data. The modified data from the object can be later synced back into the Cached Rowset 206. The objects 202 and 204 need not store all of the rowset data. The objects 202 and 204 can merely point to rows of the data stored in the Cached Rowset 206 as well as any local version of modified data stored at the objects 202 and 204.
An object 202 can interact with data in a rowset such as Cached Rowset 206. The objects 202 and 204 can allow independent accessing of data from the Rowset 206. The object can have a context including a cursor and a filter that operate independently from any other object. Such an object 204 can access the data in the Rowset.
Shared Rowset 304 has row c filtered out. The display 312 which uses the Shared Rowset 304 does not include the filtered row c. The row c could be filtered out if the user doesn't want to show any row with coffee costing more than $9.00, for example.
Pending changes for the row b can be stored at the Shared Rowset 304. In the example of
The system can use a cache management system in a number of embodiments. For example, in one embodiment, a cache manager might decide not to remove a data from a rowset once the application not longer needs the data. The system may anticipate that a later application may come along that will need the data and thus keep rows of data in a Cached Rowset so that a Shared Rowset Pointing to a particular rows of data can be quickly set up as needed.
The operations can include cursor-based operations such as display 408. The sorting can create a table of sorted pointers to rows in the Cached Rowset. The sorter can be associated with the rowset using a Shared Rowset object. Operations accessing the rowset data through the Shared Rowset object can use a new sorted order as shown in
One implementation of the sorter 406 receives indications of the columns to sort by. In the example shown in
The sorter 406 associated with the rowset 402 can be adapted to sort the rows in the rowset without accessing the database 404. Operations accessing the data of the rowset can used the new sorted order.
The use of a filter using a query string simplifies the operation for the application. The application can use well known query languages such as a SQL. The filter can parse the query to determine the rows to filter out.
In the example of
Later operations, which can include cursor-based operations such as displays, will not show the rows that are filtered out. A filter can be associated with the Rowset using a Shared Rowset object like that as shown in
One embodiment may be implemented using a conventional general purpose or a specialized digital computer or microprocessor(s) programmed according to the teachings of the present disclosure, as will be apparent to those skilled in the computer art. Appropriate software coding can readily be prepared by skilled programmers based on the teachings of the present disclosure, as will be apparent to those skilled in the software art. The invention may also be implemented by the preparation of integrated circuits or by interconnecting an appropriate network of conventional component circuits, as will be readily apparent to those skilled in the art.
One embodiment includes a computer program product which is a storage medium (media) having instructions stored thereon/in which can be used to program a computer to perform any of the features presented herein. The storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, DVD, CD-ROMs, micro drive, and magneto-optical disks, ROMs, Rams, EPROM's, EPROM's, Drams, Rams, flash memory devices, magnetic or optical cards, Nan systems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data.
Stored on any one of the computer readable medium (media), the present invention includes software for controlling both the hardware of the general purpose/specialized computer or microprocessor, and for enabling the computer or microprocessor to interact with a human user or other mechanism utilizing the results of the present invention. Such software may include, but is not limited to, device drivers, operating systems, execution environments/containers, and user applications.
The foregoing description of preferred embodiments of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to one of ordinary skill in the relevant arts. For example, steps performed in the embodiments of the invention disclosed can be performed in alternate orders, certain steps can be omitted, and additional steps can be added. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims and their equivalents.
Number | Name | Date | Kind |
---|---|---|---|
5752025 | Shakib et al. | May 1998 | A |
5926807 | Peltonen et al. | Jul 1999 | A |
6460043 | Tabbara et al. | Oct 2002 | B1 |
6484179 | Roccaforte | Nov 2002 | B1 |
6587856 | Srinivasan et al. | Jul 2003 | B1 |
6907422 | Predovic | Jun 2005 | B1 |
20030208503 | Roccaforte | Nov 2003 | A1 |
20040032432 | Baynger | Feb 2004 | A1 |
20050055382 | Ferrat et al. | Mar 2005 | A1 |
20050256835 | Jenkins et al. | Nov 2005 | A1 |
Number | Date | Country | |
---|---|---|---|
20060242120 A1 | Oct 2006 | US |