| Package | Description |
|---|---|
| oracle.jbo.common.sdo | |
| oracle.jbo.domain |
| Modifier and Type | Method and Description |
|---|---|
static ClobDomain |
DataConversionHelper.convertToClobDomain(javax.activation.DataHandler source) |
| Modifier and Type | Method and Description |
|---|---|
static javax.activation.DataHandler |
DataConversionHelper.convertToDataHandler(ClobDomain source) |
| Constructor and Description |
|---|
ClobDomainDataSource(ClobDomain clobDomain)
Constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
NClobDomain
This class provides a lightweight wrapper for oracle.sql.NClob, the Java representation of the NCLOB database type.
|
| Constructor and Description |
|---|
ClobDomain(ClobDomain nclob, byte[] clobData)
Deprecated.
since 9.0.3.5. Use ClobDomain(ClobDomain clob, char[] clobData) Constructor instead.
|
ClobDomain(ClobDomain nclob, char[] clobData)
Deprecated.
use ClobDomain(ClobDomain, char[], OracleConnection) instead.
|
ClobDomain(ClobDomain nclob, char[] clobData, OracleConnection conn)
Creates an instance of this class with data as described in
clobData and using the transaction context from clob to use the clob-locator in the database. |