|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.ejbquery.IQueryTuple
public abstract class IQueryTuple
A record of values returned by the SELECT clause of the ejb query. For example the ejb query
returns a collection of IQueryTuples each of which contain two values. The number of values and their labels ( "pay" and "employee" in the example ) can be obtained from the iterator.select e.salary+e.bonus as pay, object(e) as employee from EmpBean e
QueryIterator.getFieldsCount()
,
QueryIterator.getFieldName(int)
,
QueryLocalIterator.getFieldsCount()
,
QueryLocalIterator.getFieldName(int)
Constructor Summary | |
---|---|
IQueryTuple()
|
Method Summary | |
---|---|
abstract java.lang.Object |
getObject(int col)
value of the nth element in the SELECT clause. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IQueryTuple()
Method Detail |
---|
public abstract java.lang.Object getObject(int col)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |