| Package | Description |
|---|---|
| oracle.jbo.domain.generic |
| Constructor and Description |
|---|
GenericClob(GenericClob nclob, byte[] clobData)
Deprecated.
since 9.0.3.5. Use GenericClob(GenericClob clob, char[] clobData) Constructor instead.
|
GenericClob(GenericClob nclob, char[] clobData, java.sql.Connection 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. |