|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only interface for Query results, contains a set of SearchResultRow
Field Summary | |
---|---|
static java.lang.String |
copyright
IBM standard copyright |
Method Summary | |
---|---|
Item |
getItem(int columnIndex)
Get the value of a column in the current row as Java Float value.It can be used for Item object |
SearchColumnType[] |
getMetaData()
Returns MetaData information of each column of resultset in form of com.ibm.pim.interfaces.search.SqlColumnType array. |
SearchQuery |
getQuery()
Returns the Query object which returned this SearchResultSet. |
boolean |
next()
Use this method to iterate through rows in result set. |
int |
size()
Returns the number of rows in the resultset. |
Field Detail |
public static final java.lang.String copyright
copyright
Method Detail |
public SearchQuery getQuery() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic SearchColumnType[] getMetaData() throws PIMInternalException, PIMAuthorizationException
com.ibm.pim.interfaces.search.SqlColumnType
array.
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic boolean next() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationpublic int size() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
PIMAuthorizationException
public Item getItem(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
Item
object
columnIndex
- the first column is 1, the second is 2, ...
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operation
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |