| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Interface and Description | 
|---|---|
| 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. | 
| Modifier and Type | Interface and Description | 
|---|---|
| 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
 JavaBeans™ component model. | 
| interface  | RowSetMetaDataAn object that contains information about the columns in a
  RowSetobject. | 
| Modifier and Type | Interface and Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RowSetMetaDataImplProvides implementations for the methods that set and get
 metadata information about a  RowSetobject's columns. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SyncResolverDefines a framework that allows applications to use a manual decision tree
 to decide what should be done when a synchronization conflict occurs. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.