oracle.jbo.domain Class ClobDomain

来源:互联网 发布:土地利用空间优化配置 编辑:程序博客网 时间:2024/05/23 19:31




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

0 0