Business Components

Uses of Class
oracle.jbo.common.PiggybackExceptionEntry

Packages that use PiggybackExceptionEntry
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
 

Uses of PiggybackExceptionEntry in oracle.jbo.common
 

Fields in oracle.jbo.common declared as PiggybackExceptionEntry
protected  PiggybackExceptionEntry[] PiggybackViewEntry.exEntries
           
 

Methods in oracle.jbo.common that return PiggybackExceptionEntry
 PiggybackExceptionEntry[] PiggybackViewEntry.getExceptionEntries()
           
 

Constructors in oracle.jbo.common with parameters of type PiggybackExceptionEntry
PiggybackViewEntry.PiggybackViewEntry(int ViewRowSetIteratorId, PiggybackEntry pbEntry, PiggybackExceptionEntry error)
           
 


Business Components