| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IASQueryResult
MES- The IASQueryResult interface is used by PTObjectManagerQueryWrapper and ASQueryResultWrapper to make IPTQueryResults and IPTTurboQueryResults look the same to clients
| Method Summary | |
|---|---|
 int | 
GetCount()
MES- GetCount should return the number of ROWS in the result set  | 
 java.lang.Object | 
GetFields(int iRowNum,
          int iPropertyID)
MES- GetFields is used to get the value of a particular cell in the array.  | 
 boolean | 
IsComplete()
MES- IsComplete returns a boolean indicating if the rows we can return are the complete rowset (i.e.  | 
| Method Detail | 
|---|
int GetCount()
java.lang.Object GetFields(int iRowNum,
                           int iPropertyID)
iRowNum - is the row that contains the data of interestiPropertyID - is the PropertyID of the data of interest
 (e.g. PT_PROPIDS.PT_PROPID_NAME)
boolean IsComplete()
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||