软件包 | 描述 |
---|---|
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 |
---|---|
Array |
Connection.createArrayOf(String typeName, Object[] elements)
创建数组对象的工厂方法。
|
Array |
ResultSet.getArray(int columnIndex)
检索指定的列在这
ResultSet 对象的当前行的值在java编程语言的一个
Array 对象。
|
Array |
CallableStatement.getArray(int parameterIndex)
检索指定JDBC
ARRAY 参数的值在java编程语言的一个
Array 对象。
|
Array |
ResultSet.getArray(String columnLabel)
检索指定的列在这
ResultSet 对象的当前行的值在java编程语言的一个
Array 对象。
|
Array |
CallableStatement.getArray(String parameterName)
检索一个JDBC
ARRAY 参数的值在java编程语言的一个
Array 对象。
|
Array |
SQLInput.readArray()
从流中读取SQL
ARRAY 值并返回它在java编程语言的一个
Array 对象。
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setArray(int parameterIndex, Array x)
设置为给定
java.sql.Array 对象指定的参数。
|
void |
ResultSet.updateArray(int columnIndex, Array x)
更新指定的列与
java.sql.Array 价值。
|
void |
ResultSet.updateArray(String columnLabel, Array x)
更新指定的列与
java.sql.Array 价值。
|
void |
SQLOutput.writeArray(Array x)
写一个SQL
ARRAY 价值流。
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.setArray(int i, Array x)
设置指定的参数在这
RowSet 对象的命令和给定的
Array 价值。
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRowSet.setArray(int parameterIndex, Array array)
设置在java编程语言的一个
Array 对象指定的参数。
|
Modifier and Type | Class and Description |
---|---|
class |
SerialArray
序列化版本的
Array 对象,这是一个SQL
ARRAY 价值java编程语言的映射。
|
Modifier and Type | Method and Description |
---|---|
Array |
SQLInputImpl.readArray()
从流中读取SQL
ARRAY 值并返回它在java编程语言的一个
Array 对象。
|
Modifier and Type | Method and Description |
---|---|
void |
SQLOutputImpl.writeArray(Array x)
写一个
Array 对象在java编程语言,这
SQLOutputImpl 对象。
|
Constructor and Description |
---|
SerialArray(Array array)
构建了从给定的
Array 对象的新
SerialArray 对象。
|
SerialArray(Array array, Map<String,类<?>> map)
构建了一种新的
SerialArray 对象从给定的
Array 对象,使用给定的类型图为每个元素的自定义映射元素的SQL UDT。
|
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.