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 |
JDBCBlob
Title: Dataspace Framework
|
class |
JDBCBlobClient
Title: Dataspace Framework
|
class |
JDBCBlobFile
|
Modifier and Type | Method and Description |
---|---|
Blob |
JDBCConnection.createBlob()
Constructs an object that implements the
Blob interface. |
Blob |
JDBCResultSet.getBlob(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Blob object
in the Java programming language. |
Blob |
JDBCCallableStatement.getBlob(int parameterIndex)
Retrieves the value of the designated JDBC
BLOB parameter as a
Blob object in the Java programming language. |
Blob |
JDBCResultSet.getBlob(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Blob object
in the Java programming language. |
Blob |
JDBCCallableStatement.getBlob(java.lang.String parameterName)
Retrieves the value of a JDBC
BLOB parameter as a
Blob object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
long |
JDBCBlobFile.position(Blob pattern,
long start)
Retrieves the byte position in the
BLOB value
designated by this Blob object at which
pattern begins. |
long |
JDBCBlobClient.position(Blob pattern,
long start)
Retrieves the byte position in the
BLOB value designated
by this Blob object at which pattern begins. |
long |
JDBCBlob.position(Blob pattern,
long start)
Retrieves the byte position in the
BLOB value
designated by this Blob object at which
pattern begins. |
void |
JDBCPreparedStatement.setBlob(int parameterIndex,
Blob x)
Sets the designated parameter to the given
java.sql.Blob object. |
void |
JDBCCallableStatement.setBlob(java.lang.String parameterName,
Blob x)
Sets the designated parameter to the given
java.sql.Blob object. |
void |
JDBCResultSet.updateBlob(int columnIndex,
Blob x)
Updates the designated column with a
java.sql.Blob value. |
void |
JDBCResultSet.updateBlob(java.lang.String columnLabel,
Blob x)
Updates the designated column with a
java.sql.Blob value. |
Modifier and Type | Method and Description |
---|---|
Blob |
DatabaseConnectionDelegate.createBlob() |
Blob |
DatabaseCallableConnectionStatement.getBlob(int parameterIndex) |
Blob |
DatabaseCallableConnectionStatement.getBlob(java.lang.String parameterName) |
Modifier and Type | Method and Description |
---|---|
void |
DatabasePreparedConnectionStatement.setBlob(int parameterIndex,
Blob x) |
void |
DatabaseCallableConnectionStatement.setBlob(java.lang.String parameterName,
Blob x) |
Modifier and Type | Class and Description |
---|---|
class |
BlobImpl
Title: Structured Data Objects
|
Modifier and Type | Method and Description |
---|---|
Blob |
RowSet.getBlob(int columnIndex) |
Blob |
RowSet.getBlob(java.lang.String columnName) |
Modifier and Type | Method and Description |
---|---|
long |
BlobImpl.position(Blob pattern,
long start) |
void |
RowSet.updateBlob(int columnIndex,
Blob x) |
void |
RowSet.updateBlob(java.lang.String columnName,
Blob x) |
Modifier and Type | Method and Description |
---|---|
Blob |
Connection.createBlob()
Constructs an object that implements the
Blob interface. |
Blob |
ResultSet.getBlob(int columnIndex)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Blob object
in the Java programming language. |
Blob |
CallableStatement.getBlob(int parameterIndex)
Retrieves the value of the designated JDBC
BLOB parameter as a
Blob object in the Java programming language. |
Blob |
ResultSet.getBlob(java.lang.String columnLabel)
Retrieves the value of the designated column in the current row
of this
ResultSet object as a Blob object
in the Java programming language. |
Blob |
CallableStatement.getBlob(java.lang.String parameterName)
Retrieves the value of a JDBC
BLOB parameter as a
Blob object in the Java programming language. |
Blob |
SQLInput.readBlob()
Reads an SQL
BLOB value from the stream and returns it as a
Blob object in the Java programming language. |
Modifier and Type | Method and Description |
---|---|
long |
Blob.position(Blob pattern,
long start)
Retrieves the byte position in the
BLOB value
designated by this Blob object at which
pattern begins. |
void |
PreparedStatement.setBlob(int parameterIndex,
Blob x)
Sets the designated parameter to the given
java.sql.Blob object. |
void |
CallableStatement.setBlob(java.lang.String parameterName,
Blob x)
Sets the designated parameter to the given
java.sql.Blob object. |
void |
ResultSet.updateBlob(int columnIndex,
Blob x)
Updates the designated column with a
java.sql.Blob value. |
void |
ResultSet.updateBlob(java.lang.String columnLabel,
Blob x)
Updates the designated column with a
java.sql.Blob value. |
void |
SQLOutput.writeBlob(Blob x)
Writes an SQL
BLOB value to the stream. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.