oracle.jbo.domain
Class ClobDomain
java.lang.Object oracle.jbo.domain.BaseLobDomain oracle.jbo.domain.ClobDomain
All Implemented Interfaces:
java.io.Serializable, BlobDomainInterface, DomainInterface, LobInterface, LobStreamInterface, MarshalledDomain, MutableDomainInterface, XMLDomainInterface, oracle.jdbc.internal.ObjectData, OracleData, ORAData
Direct Known Subclasses:
NClobDomain
public class ClobDomain
extends BaseLobDomain
implements LobStreamInterface, java.io.Serializable, XMLDomainInterface
This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the Clob database type. This wrapper allows an instance of the oracle.sql.Clob to be used as a domain object.
Since:
JDeveloper 3.0
See Also:
Serialized Form