Skip navigation links

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

B32476-02


oracle.toplink.queryframework
Class ColumnResult

java.lang.Object
  extended by oracle.toplink.queryframework.SQLResult
      extended by oracle.toplink.queryframework.ColumnResult


public class ColumnResult
extends SQLResult

Purpose: Concrete class to represent the ColumnResult structure as defined by the EJB 3.0 Persistence specification. This class is a subcompent of the EntityResult

Since:
TopLink Java Essentials
See Also:
EntityResult

Constructor Summary
ColumnResult(java.lang.String column)
           

 

Method Summary
 java.lang.String getColumnName()
           
 boolean isColumnResult()
           

 

Methods inherited from class oracle.toplink.queryframework.SQLResult
isEntityResult

 

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

 

Constructor Detail

ColumnResult

public ColumnResult(java.lang.String column)

Method Detail

getColumnName

public java.lang.String getColumnName()

isColumnResult

public boolean isColumnResult()
Overrides:
isColumnResult in class SQLResult

Skip navigation links

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