Business Components

Uses of Interface
oracle.jbo.domain.XMLDomainInterface

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

Classes in oracle.jbo.domain that implement XMLDomainInterface
 class Array
          This class provides a lightweight wrapper for oracle.sql.ARRAY, the Java representation of the ARRAY database type.
 class BlobDomain
          This class provides a lightweight wrapper for oracle.sql.BLOB, the Java representation of the BLOB database type.
 class Struct
          This class provides a lightweight wrapper for oracle.sql.STRUCT, the Java representation of the Struct database type.
 


Business Components