软件包 | 描述 |
---|---|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java编程语言
TM。
|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
Modifier and Type | Method and Description |
---|---|
ResultSetMetaData |
ResultSet.getMetaData()
检索的数量,这
ResultSet 对象的列的类型和性质。
|
ResultSetMetaData |
PreparedStatement.getMetaData()
检索
ResultSetMetaData 对象所包含的信息的列的
ResultSet 对象时将返回该对象执行
PreparedStatement 。
|
Modifier and Type | Interface and Description |
---|---|
interface |
RowSetMetaData
一个对象包含有关在
RowSet 对象的列的信息。
|
Modifier and Type | Class and Description |
---|---|
class |
RowSetMetaDataImpl
提供了用于设置和获得一个
RowSet 对象的列的元数据信息的实现方法。
|
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.