Business Components

Uses of Interface
oracle.jbo.domain.BlobDomainInterface

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

Classes in oracle.jbo.domain that implement BlobDomainInterface
 class BFileDomain
          This class provides a lightweight wrapper for oracle.sql.BFILE, the Java representation of the BFILE database type.
 class BlobDomain
          This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
 class ClobDomain
          This class provides a lightweight wrapper for oracle.sql.Clob, the Java representation of the CLOB database type.
 


Business Components