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 |
JDBCClob
Title: Dataspace Framework
|
class |
JDBCClobClient
Title: Dataspace Framework
|
class |
JDBCClobFile
|
class |
JDBCNClob
Title: Dataspace Framework
|
Modifier and Type | Method and Description |
---|---|
Clob |
JDBCConnection.createClob()
Constructs an object that implements the
Clob interface. |
Clob |
JDBCResultSet.getClob(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Clob object
in the Java programming language. |
Clob |
JDBCCallableStatement.getClob(int parameterIndex)
Retrieves the value of the designated JDBC
CLOB parameter as a
java.sql.Clob object in the Java programming language. |
Clob |
JDBCResultSet.getClob(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Clob object
in the Java programming language. |
Clob |
JDBCCallableStatement.getClob(java.lang.String parameterName)
Retrieves the value of a JDBC
CLOB parameter as a
Clob object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
long |
JDBCClobFile.position(Clob pattern,
long start)
Retrieves the character position at which the specified
Clob object searchstr appears in this
Clob object. |
long |
JDBCClobClient.position(Clob searchstr,
long start)
Retrieves the character position at which the specified
Clob object searchstr appears in this
Clob object. |
long |
JDBCClob.position(Clob searchstr,
long start)
Retrieves the character position at which the specified
Clob object searchstr appears in this
Clob object. |
void |
JDBCPreparedStatement.setClob(int parameterIndex,
Clob x)
Sets the designated parameter to the given
java.sql.Clob object. |
void |
JDBCCallableStatement.setClob(java.lang.String parameterName,
Clob x)
Sets the designated parameter to the given
java.sql.Clob object. |
void |
JDBCResultSet.updateClob(int columnIndex,
Clob x)
Updates the designated column with a
java.sql.Clob value. |
void |
JDBCResultSet.updateClob(java.lang.String columnLabel,
Clob x)
Updates the designated column with a
java.sql.Clob value. |
Modifier and Type | Method and Description |
---|---|
Clob |
DatabaseConnectionDelegate.createClob() |
Clob |
DatabaseCallableConnectionStatement.getClob(int parameterIndex) |
Clob |
DatabaseCallableConnectionStatement.getClob(java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setClob(int parameterIndex,
Clob x) |
void |
DatabaseCallableConnectionStatement.setClob(java.lang.String parameterName,
Clob x) |
Modifier and Type | Class and Description |
---|---|
class |
ClobImpl
Title: Structured Data Objects
|
Modifier and Type | Method and Description |
---|---|
Clob |
RowSet.getClob(int columnIndex) |
Clob |
RowSet.getClob(java.lang.String columnName) |
Modifier and Type | Method and Description |
---|---|
long |
ClobImpl.position(Clob searchstr,
long start) |
void |
RowSet.updateClob(int columnIndex,
Clob x) |
void |
RowSet.updateClob(java.lang.String columnName,
Clob x) |
Modifier and Type | Interface and Description |
---|---|
interface |
NClob
The mapping in the JavaTM programming language
for the SQL
NCLOB type. |
Modifier and Type | Method and Description |
---|---|
Clob |
Connection.createClob()
Constructs an object that implements the
Clob interface. |
Clob |
ResultSet.getClob(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Clob object
in the Java programming language. |
Clob |
CallableStatement.getClob(int parameterIndex)
Retrieves the value of the designated JDBC
CLOB parameter as a
java.sql.Clob object in the Java programming language. |
Clob |
ResultSet.getClob(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Clob object
in the Java programming language. |
Clob |
CallableStatement.getClob(java.lang.String parameterName)
Retrieves the value of a JDBC
CLOB parameter as a
java.sql.Clob object in the Java programming language. |
Clob |
SQLInput.readClob()
Reads an SQL
CLOB value from the stream and returns it as a
Clob object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
long |
Clob.position(Clob searchstr,
long start)
Retrieves the character position at which the specified
Clob object searchstr appears in this
Clob object. |
void |
PreparedStatement.setClob(int parameterIndex,
Clob x)
Sets the designated parameter to the given
java.sql.Clob object. |
void |
CallableStatement.setClob(java.lang.String parameterName,
Clob x)
Sets the designated parameter to the given
java.sql.Clob object. |
void |
ResultSet.updateClob(int columnIndex,
Clob x)
Updates the designated column with a
java.sql.Clob value. |
void |
ResultSet.updateClob(java.lang.String columnLabel,
Clob x)
Updates the designated column with a
java.sql.Clob value. |
void |
SQLOutput.writeClob(Clob x)
Writes an SQL
CLOB value to the stream. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.