| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ] |
| Articles |
- Using the Java JoinRowSet implementation with DB2 UDB by Kulvir Singh Bhogal - [Clicks: 115]
The efforts of JSR114 bring you the offering of serializable disconnected objects in Java 1.5. With these objects, you can connect to a database and grab data locally. You can then release your database connection and manipulate the data offline. At a later time, you can reconnect to your database and synchronize changes made to the disconnected objects. In this article, I will show you how you can perform offline JOIN operations on your IBM DB2 Universal Database data using the JoinRowSet interface.
[Includes sample code]
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0507bhogal/index.html - Jul, 2005 - Use the WebRowSet implementation with DB2 UDB by Kulvir Singh Bhogal - [Clicks: 79]
The WebRowSet interface is a product of JSR-114, the efforts of which brought us the offering of the JDBC Rowset in Java 1.5. RowSet objects allow for disconnected interaction with a backend database. This article sheds light on the WebRowSet, which extends from the javax.sql.RowSet interface, and shows you how to implement it with IBM DB2 Universal Database (DB2 UDB).
[Includes sample code]
http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0503bhogal/ - Mar, 2005 - Master the FilteredRowSet Interface for Disconnected Data Retrieval by Kulvir Singh Bhogal - [Clicks: 57]
The FilteredRowSet interface, added to version 1.5 of Java, lets you retrieve a custom view of database data using a filter that takes a snapshot, but doesn't alter, your table. Best of all, it does this without a persistent database connection.
[Includes source code]
http://www.devx.com/Java/Article/27511 - Mar, 2005