Business Components

Uses of Class
oracle.jbo.server.QueryCollection

Packages that use.*
PackageDescription
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
TypeName
 QueryCollection ViewRowImpl.getQueryCollection(java.lang.Object accessKey)
          Gets the QueryCollection this row exists in.
 QueryCollection ViewObjectImpl.getQueryCollection()
          Internal: Applications should not use this method.
 QueryCollection ViewRowSetImpl.getQueryCollection()
          Internal: Applications should not use this method.
 

Methods in oracle.jbo.server with parameters of type QueryCollection
TypeName
 ViewRowImpl ViewObjectImpl.createInstanceFromResultSet(QueryCollection qc, java.sql.ResultSet resultSet)
          Internal: Applications should not use this method.
protected  void ViewObjectImpl.passivateNewRowTracker(QueryCollection qc, RowFilterKey rf, Document doc, Element parent)
          Stores the NewRow index and keys.
 java.lang.Object RowQualifier.getBindValue(QueryCollection qc, java.lang.String bindIndexStr)
           
 


Business Components