Package | Description |
---|---|
com.streamscape.ds.jdbc | |
com.streamscape.runtime.mf.admin.dfo | |
com.streamscape.sdo.rowset | |
java.sql |
Modifier and Type | Method and Description |
---|---|
Ref |
JDBCResultSet.getRef(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Ref object
in the Java programming language. |
Ref |
JDBCCallableStatement.getRef(int parameterIndex)
Retrieves the value of the designated JDBC
REF(<structured-type>)
parameter as a Ref object in the Java programming language. |
Ref |
JDBCResultSet.getRef(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Ref object
in the Java programming language. |
Ref |
JDBCCallableStatement.getRef(java.lang.String parameterName)
Retrieves the value of a JDBC
REF(<structured-type>)
parameter as a Ref object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPreparedStatement.setRef(int parameterIndex,
Ref x)
Sets the designated parameter to the given
REF(<structured-type>) value. |
void |
JDBCResultSet.updateRef(int columnIndex,
Ref x)
Updates the designated column with a
java.sql.Ref value. |
void |
JDBCResultSet.updateRef(java.lang.String columnLabel,
Ref x)
Updates the designated column with a
java.sql.Ref value. |
Modifier and Type | Method and Description |
---|---|
Ref |
DatabaseCallableConnectionStatement.getRef(int parameterIndex) |
Ref |
DatabaseCallableConnectionStatement.getRef(java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setRef(int parameterIndex,
Ref x) |
Modifier and Type | Method and Description |
---|---|
Ref |
RowSet.getRef(int i)
This method is not currently implemented.
|
Ref |
RowSet.getRef(java.lang.String colName)
This method is not currently implemented.
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.updateRef(int columnIndex,
Ref x)
This method is not currently implemented.
|
void |
RowSet.updateRef(java.lang.String columnName,
Ref x)
This method is not currently implemented.
|
Modifier and Type | Method and Description |
---|---|
Ref |
ResultSet.getRef(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Ref object
in the Java programming language. |
Ref |
CallableStatement.getRef(int parameterIndex)
Retrieves the value of the designated JDBC
REF(<structured-type>)
parameter as a Ref object in the Java programming language. |
Ref |
ResultSet.getRef(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Ref object
in the Java programming language. |
Ref |
CallableStatement.getRef(java.lang.String parameterName)
Retrieves the value of a JDBC
REF(<structured-type>)
parameter as a Ref object in the Java programming language. |
Ref |
SQLInput.readRef()
Reads an SQL
REF value from the stream and returns it as a
Ref object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setRef(int parameterIndex,
Ref x)
Sets the designated parameter to the given
REF(<structured-type>) value. |
void |
ResultSet.updateRef(int columnIndex,
Ref x)
Updates the designated column with a
java.sql.Ref value. |
void |
ResultSet.updateRef(java.lang.String columnLabel,
Ref x)
Updates the designated column with a
java.sql.Ref value. |
void |
SQLOutput.writeRef(Ref x)
Writes an SQL
REF value to the stream. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.