Business Components

Uses of Class
oracle.jbo.server.QueryCollection

Packages that use QueryCollection
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of QueryCollection in oracle.jbo.server
 

Methods in oracle.jbo.server that return QueryCollection
 QueryCollection ViewRowSetImpl.getQueryCollection()
          Internal: Applications should not use this method.
 QueryCollection ViewObjectImpl.getQueryCollection()
          Internal: Applications should not use this method.
 QueryCollection ViewRowImpl.getQueryCollection(java.lang.Object accessKey)
           
 

Methods in oracle.jbo.server with parameters of type QueryCollection
 ViewRowImpl ViewObjectImpl.createInstanceFromResultSet(QueryCollection qc, java.sql.ResultSet resultSet)
          Internal: Applications should not use this method.
 


Business Components