Business Components

Uses of Class
oracle.jbo.domain.ClobDomain

Packages that use ClobDomain
oracle.jbo.domain The oracle.jbo.domain.* classes, also known as the "JBO Oracle Domains", provide lightweight wrappers for the Java representation of the Oracle data types (that is, the oracle.sql.* classes). 
 

Uses of ClobDomain in oracle.jbo.domain
 

Methods in oracle.jbo.domain with parameters of type ClobDomain
 void ClobDomain.shareCLOB(ClobDomain newBlob)
          Internal: Applications should not use this method.
 

Constructors in oracle.jbo.domain with parameters of type ClobDomain
ClobDomain.ClobDomain(ClobDomain clob, byte[] clobData)
          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.
 


Business Components