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 |
JDBCNClob
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
NClob |
JDBCConnection.createNClob()
Constructs an object that implements the
NClob interface. |
NClob |
JDBCResultSet.getNClob(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a NClob object
in the Java programming language. |
NClob |
JDBCCallableStatement.getNClob(int parameterIndex)
Retrieves the value of the designated JDBC
NCLOB parameter as a
java.sql.NClob object in the Java programming language. |
NClob |
JDBCResultSet.getNClob(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a NClob object
in the Java programming language. |
NClob |
JDBCCallableStatement.getNClob(java.lang.String parameterName)
Retrieves the value of a JDBC
NCLOB parameter as a
java.sql.NClob object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPreparedStatement.setNClob(int parameterIndex,
NClob value)
Sets the designated parameter to a
java.sql.NClob object. |
void |
JDBCCallableStatement.setNClob(java.lang.String parameterName,
NClob value)
Sets the designated parameter to a
java.sql.NClob object. |
void |
JDBCResultSet.updateNClob(int columnIndex,
NClob nClob)
Updates the designated column with a
java.sql.NClob value. |
void |
JDBCResultSet.updateNClob(java.lang.String columnLabel,
NClob nClob)
Updates the designated column with a
java.sql.NClob value. |
Modifier and Type | Method and Description |
---|---|
NClob |
DatabaseConnectionDelegate.createNClob() |
NClob |
DatabaseCallableConnectionStatement.getNClob(int parameterIndex) |
NClob |
DatabaseCallableConnectionStatement.getNClob(java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setNClob(int parameterIndex,
NClob value) |
void |
DatabaseCallableConnectionStatement.setNClob(java.lang.String parameterName,
NClob value) |
Modifier and Type | Method and Description |
---|---|
NClob |
RowSet.getNClob(int columnIndex)
This method is not currently implemented.
|
NClob |
RowSet.getNClob(java.lang.String columnLabel)
This method is not currently implemented.
|
Modifier and Type | Method and Description |
---|---|
void |
RowSet.updateNClob(int columnIndex,
NClob nClob)
This method is not currently implemented.
|
void |
RowSet.updateNClob(java.lang.String columnLabel,
NClob nClob)
This method is not currently implemented.
|
Modifier and Type | Method and Description |
---|---|
NClob |
Connection.createNClob()
Constructs an object that implements the
NClob interface. |
NClob |
ResultSet.getNClob(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a NClob object
in the Java programming language. |
NClob |
CallableStatement.getNClob(int parameterIndex)
Retrieves the value of the designated JDBC
NCLOB parameter as a
java.sql.NClob object in the Java programming language. |
NClob |
ResultSet.getNClob(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a NClob object
in the Java programming language. |
NClob |
CallableStatement.getNClob(java.lang.String parameterName)
Retrieves the value of a JDBC
NCLOB parameter as a
java.sql.NClob object in the Java programming language. |
NClob |
SQLInput.readNClob()
Reads an SQL
NCLOB value from the stream and returns it as a
NClob object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatement.setNClob(int parameterIndex,
NClob value)
Sets the designated parameter to a
java.sql.NClob object. |
void |
CallableStatement.setNClob(java.lang.String parameterName,
NClob value)
Sets the designated parameter to a
java.sql.NClob object. |
void |
ResultSet.updateNClob(int columnIndex,
NClob nClob)
Updates the designated column with a
java.sql.NClob value. |
void |
ResultSet.updateNClob(java.lang.String columnLabel,
NClob nClob)
Updates the designated column with a
java.sql.NClob value. |
void |
SQLOutput.writeNClob(NClob x)
Writes an SQL
NCLOB value to the stream. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.