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 |
JDBCRowId
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
RowId |
JDBCResultSet.getRowId(int columnIndex)
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language. |
RowId |
JDBCCallableStatement.getRowId(int parameterIndex)
Retrieves the value of the designated JDBC
ROWID parameter as a
java.sql.RowId object. |
RowId |
JDBCResultSet.getRowId(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language. |
RowId |
JDBCCallableStatement.getRowId(java.lang.String parameterName)
Retrieves the value of the designated JDBC
ROWID parameter as a
java.sql.RowId object. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPreparedStatement.setRowId(int parameterIndex,
RowId x)
Sets the designated parameter to the given
java.sql.RowId object. |
void |
JDBCCallableStatement.setRowId(java.lang.String parameterName,
RowId x)
Sets the designated parameter to the given
java.sql.RowId object. |
void |
JDBCResultSet.updateRowId(int columnIndex,
RowId x)
Updates the designated column with a
RowId value. |
void |
JDBCResultSet.updateRowId(java.lang.String columnLabel,
RowId x)
Updates the designated column with a
RowId value. |
Constructor and Description |
---|
JDBCRowId(RowId id)
Constructs a new JDBCRowId instance whose internal octet sequence is
is a copy of the octet sequence of the given RowId object.
|
Modifier and Type | Method and Description |
---|---|
RowId |
DatabaseCallableConnectionStatement.getRowId(int parameterIndex) |
RowId |
DatabaseCallableConnectionStatement.getRowId(java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setRowId(int parameterIndex,
RowId x) |
void |
DatabaseCallableConnectionStatement.setRowId(java.lang.String parameterName,
RowId x) |
Modifier and Type | Method and Description |
---|---|
RowId |
RowSet.getRowId(int columnIndex)
This method is not currently implemented.
|
RowId |
RowSet.getRowId(java.lang.String columnLabel)
This method is not currently implemented.
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.updateRowId(int columnIndex,
RowId x)
This method is not currently implemented.
|
void |
RowSet.updateRowId(java.lang.String columnLabel,
RowId x)
This method is not currently implemented.
|
Modifier and Type | Method and Description |
---|---|
RowId |
ResultSet.getRowId(int columnIndex)
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language. |
RowId |
CallableStatement.getRowId(int parameterIndex)
Retrieves the value of the designated JDBC
ROWID parameter as a
java.sql.RowId object. |
RowId |
ResultSet.getRowId(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row of this
ResultSet object as a java.sql.RowId object in the Java
programming language. |
RowId |
CallableStatement.getRowId(java.lang.String parameterName)
Retrieves the value of the designated JDBC
ROWID parameter as a
java.sql.RowId object. |
RowId |
SQLInput.readRowId()
Reads an SQL
ROWID value from the stream and returns it as a
RowId object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setRowId(int parameterIndex,
RowId x)
Sets the designated parameter to the given
java.sql.RowId object. |
void |
CallableStatement.setRowId(java.lang.String parameterName,
RowId x)
Sets the designated parameter to the given
java.sql.RowId object. |
void |
ResultSet.updateRowId(int columnIndex,
RowId x)
Updates the designated column with a
RowId value. |
void |
ResultSet.updateRowId(java.lang.String columnLabel,
RowId x)
Updates the designated column with a
RowId value. |
void |
SQLOutput.writeRowId(RowId x)
Writes an SQL
ROWID value to the stream. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.