| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Wrapper | |
|---|---|
| java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. | 
| javax.sql | Provides the API for server side data source access and processing from the JavaTM programming language. | 
| javax.sql.rowset | Standard interfaces and base classes for JDBC RowSetimplementations. | 
| javax.sql.rowset.spi | The standard classes and interfaces that a third party vendor has to use in its implementation of a synchronization provider. | 
| Uses of Wrapper in java.sql | 
|---|
| Subinterfaces of Wrapper in java.sql | |
|---|---|
|  interface | CallableStatementThe interface used to execute SQL stored procedures. | 
|  interface | ConnectionA connection (session) with a specific database. | 
|  interface | DatabaseMetaDataComprehensive information about the database as a whole. | 
|  interface | ParameterMetaDataAn object that can be used to get information about the types and properties for each parameter marker in a PreparedStatementobject. | 
|  interface | PreparedStatementAn object that represents a precompiled SQL statement. | 
|  interface | ResultSetA table of data representing a database result set, which is usually generated by executing a statement that queries the database. | 
|  interface | ResultSetMetaDataAn object that can be used to get information about the types and properties of the columns in a ResultSetobject. | 
|  interface | StatementThe object used for executing a static SQL statement and returning the results it produces. | 
| Uses of Wrapper in javax.sql | 
|---|
| Subinterfaces of Wrapper in javax.sql | |
|---|---|
|  interface | DataSourceA factory for connections to the physical data source that this DataSourceobject represents. | 
|  interface | RowSetThe interface that adds support to the JDBC API for the JavaBeansTM component model. | 
|  interface | RowSetMetaDataAn object that contains information about the columns in a RowSetobject. | 
| Uses of Wrapper in javax.sql.rowset | 
|---|
| Subinterfaces of Wrapper in javax.sql.rowset | |
|---|---|
|  interface | CachedRowSetThe interface that all standard implementations of CachedRowSetmust implement. | 
|  interface | FilteredRowSetThe standard interface that all standard implementations of FilteredRowSetmust implement. | 
|  interface | JdbcRowSetThe standard interface that all standard implementations of JdbcRowSetmust implement. | 
|  interface | JoinRowSetThe JoinRowSetinterface provides a mechanism for combining related
 data from differentRowSetobjects into oneJoinRowSetobject, which represents an SQLJOIN. | 
|  interface | WebRowSetThe standard interface that all implementations of a WebRowSetmust implement. | 
| Classes in javax.sql.rowset that implement Wrapper | |
|---|---|
|  class | RowSetMetaDataImplProvides implementations for the methods that set and get metadata information about a RowSetobject's columns. | 
| Uses of Wrapper in javax.sql.rowset.spi | 
|---|
| Subinterfaces of Wrapper in javax.sql.rowset.spi | |
|---|---|
|  interface | SyncResolverDefines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.