Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.queryframework
Class SQLResultSetMapping

java.lang.Object
  extended by oracle.toplink.queryframework.SQLResultSetMapping

public class SQLResultSetMapping
extends java.lang.Object

Purpose: Concrete class to represent the SQLResultSetMapping structure as defined by the EJB 3.0 Persistence specification. This class is used by the ResultSetMappingQuery and is a component of the TopLink Project

Since:
TopLink Java Essentials
See Also:
Project

Constructor Summary
SQLResultSetMapping(java.lang.String name)
           
 
Method Summary
 void addResult(SQLResult result)
           
 java.lang.String getName()
           
 java.util.List getResults()
          Accessor for the internally stored list of ColumnResult.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLResultSetMapping

public SQLResultSetMapping(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

addResult

public void addResult(SQLResult result)

getResults

public java.util.List getResults()
Accessor for the internally stored list of ColumnResult. Calling this method will result in a collection being created to store the ColumnResult


Copyright © 1998, 2012, Oracle. All Rights Reserved.