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

B32476-04

oracle.toplink.queryframework
Class SQLResult

java.lang.Object
  extended by oracle.toplink.queryframework.SQLResult
Direct Known Subclasses:
ColumnResult, EntityResult

public abstract class SQLResult
extends java.lang.Object

Purpose: An abstract superclass that represents the comonalities between the main result types of the SQLResultSetMapping

Since:
TopLink Java Essentials
See Also:
EntityResult, ColumnResult

Constructor Summary
SQLResult()
           
 
Method Summary
 boolean isColumnResult()
           
 boolean isEntityResult()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLResult

public SQLResult()
Method Detail

isColumnResult

public boolean isColumnResult()

isEntityResult

public boolean isEntityResult()

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