软件包 | 描述 |
---|---|
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 |
---|---|
Blob |
Connection.createBlob()
构建实现
Blob 接口的对象。
|
Blob |
ResultSet.getBlob(int columnIndex)
检索指定的列在这
ResultSet 对象的当前行的值作为java编程语言中的一个
Blob 对象。
|
Blob |
CallableStatement.getBlob(int parameterIndex)
检索指定JDBC
BLOB 参数的值在java编程语言
Blob 对象。
|
Blob |
ResultSet.getBlob(String columnLabel)
检索指定的列在这
ResultSet 对象的当前行的值作为java编程语言中的一个
Blob 对象。
|
Blob |
CallableStatement.getBlob(String parameterName)
检索一个JDBC
BLOB 参数的值在java编程语言
Blob 对象。
|
Blob |
SQLInput.readBlob()
从流中读取SQL
BLOB 值并返回它在java编程语言
Blob 对象。
|
Modifier and Type | Method and Description |
---|---|
long |
Blob.position(Blob pattern, long start)
在
BLOB 检索值的字节位置指定的对象,
pattern 开始
Blob 。
|
void |
PreparedStatement.setBlob(int parameterIndex, Blob x)
设置为给定
java.sql.Blob 对象指定的参数。
|
void |
CallableStatement.setBlob(String parameterName, Blob x)
设置为给定
java.sql.Blob 对象指定的参数。
|
void |
ResultSet.updateBlob(int columnIndex, Blob x)
更新指定的列与
java.sql.Blob 价值。
|
void |
ResultSet.updateBlob(String columnLabel, Blob x)
更新指定的列与
java.sql.Blob 价值。
|
void |
SQLOutput.writeBlob(Blob x)
写一个SQL
BLOB 价值流。
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.setBlob(int i, Blob x)
设置指定的参数在这
RowSet 对象的命令和给定的
Blob 价值。
|
void |
RowSet.setBlob(String parameterName, Blob x)
设置为给定
java.sql.Blob 对象指定的参数。
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRowSet.setBlob(int parameterIndex, Blob x)
设置为给定的java编程语言
Blob 对象指定的参数。
|
void |
BaseRowSet.setBlob(String parameterName, Blob x)
设置为给定
java.sql.Blob 对象指定的参数。
|
Modifier and Type | Class and Description |
---|---|
class |
SerialBlob
序列化映射在一个SQL
BLOB 价值java编程语言。
|
Modifier and Type | Method and Description |
---|---|
Blob |
SQLInputImpl.readBlob()
检索
BLOB 值在这
SQLInputImpl 对象的头一
Blob java编程语言中的对象。
|
Modifier and Type | Method and Description |
---|---|
long |
SerialBlob.position(Blob pattern, long start)
返回的位置在这
SerialBlob 对象在给定
Blob 对象开始,从指定位置开始搜索。
|
void |
SQLOutputImpl.writeBlob(Blob x)
写一个
Blob 对象在java编程语言,这
SQLOutputImpl 对象。
|
Constructor and Description |
---|
SerialBlob(Blob blob)
构建了一个
SerialBlob 对象,序列化版本给出的
Blob 对象。
|
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.