软件包 | 描述 |
---|---|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java编程语言
TM。
|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
javax.sql.rowset.serial |
提供实用类允许序列化映射之间的SQL类型和数据在java编程语言的类型。
|
Modifier and Type | Method and Description |
---|---|
Ref |
ResultSet.getRef(int columnIndex)
检索指定的列在这
ResultSet 对象的当前行的值作为java编程语言中的一个
Ref 对象。
|
Ref |
CallableStatement.getRef(int parameterIndex)
检索指定JDBC
REF(<structured-type>) 参数的值在java编程语言
Ref 对象。
|
Ref |
ResultSet.getRef(String columnLabel)
检索指定的列在这
ResultSet 对象的当前行的值作为java编程语言中的一个
Ref 对象。
|
Ref |
CallableStatement.getRef(String parameterName)
检索一个JDBC
REF(<structured-type>) 参数的值在java编程语言
Ref 对象。
|
Ref |
SQLInput.readRef()
从流中读取SQL
REF 值并返回它在java编程语言
Ref 对象。
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setRef(int parameterIndex, Ref x)
设置为给定
REF(<structured-type>) 指定参数值。
|
void |
ResultSet.updateRef(int columnIndex, Ref x)
更新指定的列与
java.sql.Ref 价值。
|
void |
ResultSet.updateRef(String columnLabel, Ref x)
更新指定的列与
java.sql.Ref 价值。
|
void |
SQLOutput.writeRef(Ref x)
写一个SQL
REF 价值流。
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.setRef(int i, Ref x)
设置指定的参数在这
RowSet 对象的命令和给定的
Ref 价值。
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRowSet.setRef(int parameterIndex, Ref ref)
设置为给定的java编程语言
Ref 对象指定的参数。
|
Modifier and Type | Class and Description |
---|---|
class |
SerialRef
序列化映射一个
Ref 对象,这是一个SQL
REF 价值java编程语言的映射。
|
Modifier and Type | Method and Description |
---|---|
Ref |
SQLInputImpl.readRef()
检索值在这
SQLInputImpl 对象的头一
Ref java编程语言中的对象。
|
Modifier and Type | Method and Description |
---|---|
void |
SQLOutputImpl.writeRef(Ref x)
用java编程语言的
Ref 反对这
SQLOutputImpl 对象。
|
Constructor and Description |
---|
SerialRef(Ref ref)
构建了从给定的
Ref 对象
SerialRef 对象。
|
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.