| Package | Description |
|---|---|
| oracle.jbo.domain | |
| oracle.jbo.domain.generic |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobDomain
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
|
class |
ClobDomain
This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the Clob database type.
|
class |
NClobDomain
This class provides a lightweight wrapper for oracle.sql.NClob, the Java representation of the NCLOB database type.
|
| Constructor and Description |
|---|
BaseLobDomain(BaseLobDomain nblob, byte[] blobData)
Creates an instance of this class with data as described in
blobData and using the transaction context from blob to use the blob-locator in the database. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericBlob
This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
|
class |
GenericClob
This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the Clob database type.
|