Package | Description |
---|---|
com.streamscape.ds.jdbc | |
com.streamscape.runtime.mf.admin.dfo | |
com.streamscape.sdo.rowset | |
java.sql |
Modifier and Type | Class and Description |
---|---|
class |
JDBCArray
Title: Data Space Framework
|
class |
JDBCArrayBasic
The mapping in the Java programming language for the SQL type
ARRAY . |
Modifier and Type | Method and Description |
---|---|
Array |
JDBCConnection.createArrayOf(java.lang.String typeName,
java.lang.Object[] elements)
Factory method for creating Array objects.
|
Array |
JDBCResultSet.getArray(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as an Array object
in the Java programming language. |
Array |
JDBCCallableStatement.getArray(int parameterIndex)
Retrieves the value of the designated JDBC
ARRAY parameter as an
Array object in the Java programming language. |
Array |
JDBCResultSet.getArray(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as an Array object
in the Java programming language. |
Array |
JDBCCallableStatement.getArray(java.lang.String parameterName)
Retrieves the value of a JDBC
ARRAY parameter as an
Array object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPreparedStatement.setArray(int parameterIndex,
Array x)
Sets the designated parameter to the given
java.sql.Array object. |
void |
JDBCResultSet.updateArray(int columnIndex,
Array x)
Updates the designated column with a
java.sql.Array value. |
void |
JDBCResultSet.updateArray(java.lang.String columnLabel,
Array x)
Updates the designated column with a
java.sql.Array value. |
Modifier and Type | Method and Description |
---|---|
Array |
DatabaseConnectionDelegate.createArrayOf(java.lang.String typeName,
java.lang.Object[] elements) |
Array |
DatabaseCallableConnectionStatement.getArray(int parameterIndex) |
Array |
DatabaseCallableConnectionStatement.getArray(java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setArray(int parameterIndex,
Array x) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayImpl
Title: Structured Data Objects
|
Modifier and Type | Method and Description |
---|---|
Array |
RowSet.getArray(int columnIndex) |
Array |
RowSet.getArray(java.lang.String columnName) |
Modifier and Type | Method and Description |
---|---|
void |
RowSet.updateArray(int columnIndex,
Array x) |
void |
RowSet.updateArray(java.lang.String columnName,
Array x) |
Modifier and Type | Method and Description |
---|---|
Array |
Connection.createArrayOf(java.lang.String typeName,
java.lang.Object[] elements)
Factory method for creating Array objects.
|
Array |
ResultSet.getArray(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as an Array object
in the Java programming language. |
Array |
CallableStatement.getArray(int parameterIndex)
Retrieves the value of the designated JDBC
ARRAY parameter as an
Array object in the Java programming language. |
Array |
ResultSet.getArray(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as an Array object
in the Java programming language. |
Array |
CallableStatement.getArray(java.lang.String parameterName)
Retrieves the value of a JDBC
ARRAY parameter as an
Array object in the Java programming language. |
Array |
SQLInput.readArray()
Reads an SQL
ARRAY value from the stream and returns it as an
Array object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setArray(int parameterIndex,
Array x)
Sets the designated parameter to the given
java.sql.Array object. |
void |
ResultSet.updateArray(int columnIndex,
Array x)
Updates the designated column with a
java.sql.Array value. |
void |
ResultSet.updateArray(java.lang.String columnLabel,
Array x)
Updates the designated column with a
java.sql.Array value. |
void |
SQLOutput.writeArray(Array x)
Writes an SQL
ARRAY value to the stream. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.