< prev index next >

src/java.sql/share/classes/javax/sql/package.html

Print this page

        

*** 31,41 **** <body bgcolor="white"> Provides the API for server side data source access and processing from ! the Java<sup><font size=-2>TM</font></sup> programming language. This package supplements the <code>java.sql</code> package and, as of the version 1.4 release, is included in the Java Platform, Standard Edition (Java SE&trade;). It remains an essential part of the Java Platform, Enterprise Edition (Java EE&trade;). --- 31,41 ---- <body bgcolor="white"> Provides the API for server side data source access and processing from ! the Java&trade; programming language. This package supplements the <code>java.sql</code> package and, as of the version 1.4 release, is included in the Java Platform, Standard Edition (Java SE&trade;). It remains an essential part of the Java Platform, Enterprise Edition (Java EE&trade;).
*** 82,92 **** particular <code>DataSource</code> object represents a particular physical data source, and each connection the <code>DataSource</code> object creates is a connection to that physical data source. <P> A logical name for the data source is registered with a naming service that ! uses the Java Naming and Directory Interface<sup><font size=-2>TM</font></sup> (JNDI) API, usually by a system administrator or someone performing the duties of a system administrator. An application can retrieve the <code>DataSource</code> object it wants by doing a lookup on the logical name that has been registered for it. The application can then use the <code>DataSource</code> object to create a connection to the physical data --- 82,92 ---- particular <code>DataSource</code> object represents a particular physical data source, and each connection the <code>DataSource</code> object creates is a connection to that physical data source. <P> A logical name for the data source is registered with a naming service that ! uses the Java Naming and Directory Interface&trade; (JNDI) API, usually by a system administrator or someone performing the duties of a system administrator. An application can retrieve the <code>DataSource</code> object it wants by doing a lookup on the logical name that has been registered for it. The application can then use the <code>DataSource</code> object to create a connection to the physical data
*** 187,197 **** interfaces behind the scenes. These can be grouped into three categories. <OL> <LI>Event Notification <UL> <LI><code>RowSetListener</code><br> ! A <code>RowSet</code> object is a JavaBeans<sup><font size=-2>TM</font></sup> component because it has properties and participates in the JavaBeans event notification mechanism. The <code>RowSetListener</code> interface is implemented by a component that wants to be notified about events that occur to a particular <code>RowSet</code> object. Such a component registers itself as a listener with a rowset via the <code>RowSet.addRowSetListener</code> --- 187,197 ---- interfaces behind the scenes. These can be grouped into three categories. <OL> <LI>Event Notification <UL> <LI><code>RowSetListener</code><br> ! A <code>RowSet</code> object is a JavaBeans&trade; component because it has properties and participates in the JavaBeans event notification mechanism. The <code>RowSetListener</code> interface is implemented by a component that wants to be notified about events that occur to a particular <code>RowSet</code> object. Such a component registers itself as a listener with a rowset via the <code>RowSet.addRowSetListener</code>
< prev index next >