Business Components

Uses of Interface
oracle.svcmsg.DataRow

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

Uses of DataRow in oracle.jbo.common
 

Classes in oracle.jbo.common that implement DataRow
 class SvcMsgDataRow
           
 

Methods in oracle.jbo.common that return DataRow
 DataRow[] SvcMsgResponseRowEvent.getRows()
           
 

Methods in oracle.jbo.common with parameters of type DataRow
 void SvcMsgResponseRowEvent.addRow(DataRow row)
           
 

Uses of DataRow in oracle.svcmsg
 

Methods in oracle.svcmsg that return DataRow
 DataRow[] ResponseRowEvent.getRows()
           
 


Business Components