Java Reference
In-Depth Information
<rate>600.0</rate>
<base_amount>600.0</base_amount>
<discount_type>percent</discount_type>
<discount_percent>15.0</discount_percent>
<total_amount>510.0</total_amount>
</fee>
<fee>
<charge_date>2002-04-15 00:00:00.0</charge_date>
<tk_id>1000</tk_id>
<charge_desc>Consult Expert</charge_desc>
<acca_task>L130</acca_task>
<acca_activity>A108</acca_activity>
<charge_type>U</charge_type>
<units>2.0</units>
<rate>600.0</rate>
<base_amount>1200.0</base_amount>
<discount_type>percent</discount_type>
<discount_percent>15.0</discount_percent>
<total_amount>1020.0</total_amount>
</fee>
</matter>
Summary
This chapter compared RowSets with ResultSets and discussed some of the advantages of
disconnected RowSets . Among the topics discussed are the following:
 
Using RowSets to add functionality to ResultSets
 
Using disconnected RowSets to transfer data between devices
 
Generating XML from a RowSet
Chapter 19 shows you how to create a simple JDBC driver for XML documents. This driver allows you
to create and query XML documents using SQL.
Search WWH ::




Custom Search