|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.odi.dataservices.fwk.CDCQuery
A data service parameter which represents a query that retrieves a list of captured changes. This class can be used as an input parameter for a data service method.
Constructor Summary | |
CDCQuery(java.lang.String pSubscriberName,
java.lang.Integer pMaxRowCount)
Constructs a new CDCQuery object. |
Method Summary | |
java.lang.Integer |
getMaxRowCount()
Returns the maximum number of changes to retrieve. |
java.lang.String |
getSubscriberName()
Returns the name of the CDC subscriber. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CDCQuery(java.lang.String pSubscriberName, java.lang.Integer pMaxRowCount)
CDCQuery
object.
pSubscriberName
- CDC subscriber NamepMaxRowCount
- maximum number of changes to retrieveMethod Detail |
public java.lang.Integer getMaxRowCount()
public java.lang.String getSubscriberName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |