|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the child table data of a TibRv message published by an ADB-like agent. It provides methods to extract the data from the TibRv message.
Method Summary | |
java.lang.String |
getClassName()
Get the child class name from which the update is published. |
DbPubMsgData |
getData(int idx)
Get a specified child row data. |
int |
getIdx()
Get the IDX of the child table data rows. |
boolean |
isValid()
Check if the object contains a valid result set. |
Method Detail |
public boolean isValid()
true
if the object contains a valid
result set. Returns false
if the object does
not contain a valid result set.public DbPubMsgData getData(int idx)
The
- idx of the requested row.null
if the specified child row data is not found.public int getIdx()
-1
if the
IDX is not found.public java.lang.String getClassName() throws DbSystemException
null
is returned if the
child class name is not found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |