Business Components

Uses of Class
oracle.jbo.domain.BlobDomain

Packages that use BlobDomain
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 BlobDomain in oracle.jbo.domain
 

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

Constructors in oracle.jbo.domain with parameters of type BlobDomain
BlobDomain.BlobDomain(BlobDomain blob, byte[] blobData)
          Creates an instance of this class with data as described in blobData and using the transaction context from blob to use the blob-locator in the database.
 


Business Components