Uses of Interface
java.sql.Wrapper

Packages that useWrapper
Package
Description
java.sql
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
javax.sql
Provides the API for server side data source access and processing from the Java programming language.
javax.sql.rowset
Standard interfaces and base classes for JDBCRowSet implementations.
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 ofWrapper injava.sql

    Subinterfaces ofWrapper injava.sql
    Modifier and Type
    Interface
    Description
    interface 
    The interface used to execute SQL stored procedures.
    interface 
    A connection (session) with a specific database.
    interface 
    Comprehensive information about the database as a whole.
    interface 
    An object that can be used to get information about the types and properties for each parameter marker in aPreparedStatement object.
    interface 
    An object that represents a precompiled SQL statement.
    interface 
    A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
    interface 
    An object that can be used to get information about the types and properties of the columns in aResultSet object.
    interface 
    The object used for executing a static SQL statement and returning the results it produces.
  • Uses ofWrapper injavax.sql

    Subinterfaces ofWrapper injavax.sql
    Modifier and Type
    Interface
    Description
    interface 
    A factory for connections to the physical data source that thisDataSource object represents.
    interface 
    The interface that adds support to the JDBC API for the JavaBeans component model.
    interface 
    An object that contains information about the columns in aRowSet object.
  • Uses ofWrapper injavax.sql.rowset

    Subinterfaces ofWrapper injavax.sql.rowset
    Modifier and Type
    Interface
    Description
    interface 
    The interface that all standard implementations ofCachedRowSet must implement.
    interface 
    The standard interface that all standard implementations ofFilteredRowSet must implement.
    interface 
    The standard interface that all standard implementations ofJdbcRowSet must implement.
    interface 
    TheJoinRowSet interface provides a mechanism for combining related data from differentRowSet objects into oneJoinRowSet object, which represents an SQLJOIN.
    interface 
    The standard interface that all implementations of aWebRowSet must implement.
    Classes injavax.sql.rowset that implementWrapper
    Modifier and Type
    Class
    Description
    class 
    Provides implementations for the methods that set and get metadata information about aRowSet object's columns.
  • Uses ofWrapper injavax.sql.rowset.spi

    Subinterfaces ofWrapper injavax.sql.rowset.spi
    Modifier and Type
    Interface
    Description
    interface 
    Defines a framework that allows applications to use a manual decision tree to decide what should be done when a synchronization conflict occurs.