Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.queryframework
Class ComplexQueryResult

java.lang.Object
  extended byoracle.toplink.queryframework.ComplexQueryResult


public class ComplexQueryResult
extends java.lang.Object

Purpose: Used to return multiple sets of information from a query. This is used if the objects and rows are required to be returned.

Responsibilities: Hold both the result of the query and the row results.

Since:
TOPLink/Java 3.0

Constructor Summary
ComplexQueryResult()

Method Summary
java.lang.Object getData()
PUBLIC: Return the database rows for the query result.
java.lang.Object getResult()
PUBLIC: Return the result of the query.

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ComplexQueryResult

public ComplexQueryResult()

Method Detail

getData

public java.lang.Object getData()
PUBLIC: Return the database rows for the query result.

getResult

public java.lang.Object getResult()
PUBLIC: Return the result of the query.

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.