软件包 | 描述 |
---|---|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java编程语言
TM。
|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
javax.sql.rowset.spi |
三分之一方供应商在其执行同步提供程序中使用的标准类和接口。
|
Modifier and Type | Interface and Description |
---|---|
interface |
CallableStatement
该接口用于执行SQL存储过程。
|
interface |
Connection
一个特定数据库的连接(会话)。
|
interface |
DatabaseMetaData
全面的数据库信息作为一个整体。
|
interface |
ParameterMetaData
可以用来在一个
PreparedStatement 对象为每个参数的类型和属性的标记信息的对象。
|
interface |
PreparedStatement
对象是一个预编译的SQL语句。
|
interface |
ResultSet
表示数据库结果集的数据表,它通常是通过执行查询数据库的语句生成的。
|
interface |
ResultSetMetaData
可以用来在一个
ResultSet 对象列的类型和属性信息的对象。
|
interface |
Statement
该对象用于执行静态SQL语句并返回它产生的结果。
|
Modifier and Type | Interface and Description |
---|---|
interface |
DataSource
对,这
DataSource 对象代表的物理数据源的连接工厂。
|
interface |
RowSet
增加支持API的JavaBeans组件模型™JDBC接口。
|
interface |
RowSetMetaData
一个对象包含有关在
RowSet 对象的列的信息。
|
Modifier and Type | Interface and Description |
---|---|
interface |
CachedRowSet
接口,
CachedRowSet 所有标准的实现必须实现。
|
interface |
FilteredRowSet
这
FilteredRowSet 所有标准的实现必须实现的标准接口。
|
interface |
JdbcRowSet
这
JdbcRowSet 所有标准的实现必须实现的标准接口。
|
interface |
JoinRowSet
的
JoinRowSet 接口提供了一种结合相关数据从不同的
RowSet 对象到一个
JoinRowSet 对象机制,这是一个SQL
JOIN 。
|
interface |
WebRowSet
那一
WebRowSet 实现必须实现的标准接口。
|
Modifier and Type | Class and Description |
---|---|
class |
RowSetMetaDataImpl
提供了用于设置和获得一个
RowSet 对象的列的元数据信息的实现方法。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SyncResolver
定义一个框架,允许应用程序使用一个手动决策树来决定在发生同步冲突时应该做什么。
|
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, 2014, Oracle and/or its affiliates. All rights reserved.