oracle.odi.dataservices.fwk
Class CDCQuery

java.lang.Object
  extended byoracle.odi.dataservices.fwk.CDCQuery

public class CDCQuery
extends java.lang.Object

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

CDCQuery

public CDCQuery(java.lang.String pSubscriberName,
                java.lang.Integer pMaxRowCount)
Constructs a new CDCQuery object.

Parameters:
pSubscriberName - CDC subscriber Name
pMaxRowCount - maximum number of changes to retrieve
Method Detail

getMaxRowCount

public java.lang.Integer getMaxRowCount()
Returns the maximum number of changes to retrieve. A null value means that there is no limit.

Returns:
The maximum number of changes to retrieve

getSubscriberName

public java.lang.String getSubscriberName()
Returns the name of the CDC subscriber.

Returns:
CDC subscriber's name