BEA Systems, Inc.


Uses of Class
com.bea.ldi.server.common.QueryAttributes

Packages that use QueryAttributes
com.bea.ldi.server   
com.bea.ldi.server.common   
 

Uses of QueryAttributes in com.bea.ldi.server
 

Methods in com.bea.ldi.server with parameters of type QueryAttributes
 QueryResult QueryCursor.execute(java.lang.String queryString, QueryAttributes queryAttributes)
          Executes an ad hoc query returing the query result in fragments.
 QueryResult QueryCursor.execute(java.lang.String queryString, QueryParameters queryParameters, QueryAttributes queryAttributes)
          Executes an ad hoc query returing the query result in fragments.
 QueryResult QueryCursor.executeStored(java.lang.String queryName, QueryParameters queryParameters, QueryAttributes queryAttributes)
          Executes a stored query returing the query result in fragments.
 QueryResult QueryCursor.executeStored(java.lang.String queryName, QueryAttributes queryAttributes)
          Executes a stored query returing the query result in fragments.
 QueryResult Query.execute(java.lang.String queryString, QueryParameters queryParameters, QueryAttributes queryAttributes)
          Executes a parameterized ad hoc query allowing to specify query attributes
 QueryResult Query.executeStored(java.lang.String queryName, QueryParameters queryParameters, QueryAttributes queryAttributes)
          Executes a parameterized stored query allowing to specify query attributes.
 QueryResult QueryCursorBean.execute(java.lang.String queryString, QueryAttributes queryAttributes)
          Executes a query and returns the query result in fragments.
 QueryResult QueryCursorBean.execute(java.lang.String queryString, QueryParameters queryParameters, QueryAttributes queryAttributes)
          Executes an ad hoc query returing the query result in fragments.
 QueryResult QueryCursorBean.executeStored(java.lang.String queryName, QueryAttributes queryAttributes)
          Executes a stored query and returns the result in fragments.
 QueryResult QueryCursorBean.executeStored(java.lang.String queryName, QueryParameters queryParameters, QueryAttributes queryAttributes)
          Executes a stored query and returns the result.
 QueryResult QueryBean.execute(java.lang.String queryString, QueryParameters queryParameters, QueryAttributes queryAttributes)
          Executes a query and returns the result.
 QueryResult QueryBean.executeStored(java.lang.String queryName, QueryParameters queryParameters, QueryAttributes queryAttributes)
          Executes a stored query and returns the result.
 

Uses of QueryAttributes in com.bea.ldi.server.common
 

Constructors in com.bea.ldi.server.common with parameters of type QueryAttributes
QueryAttributes.QueryAttributes(QueryAttributes queryAttributes)
          Copying constructor.
 


BEA Systems, Inc.

Documentation is available at
http://download.oracle.com/docs/cd/E13190_01/liquiddata/docs10/index.html