Skip navigation links

Oracle© Data Integrator Data Services Java API Reference
11g Release 1 (11.1.1.7.0)

E17062-04


oracle.odi.dataservices.fwk
Class CDCQuery

java.lang.Object
  extended by oracle.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

Skip navigation links

Oracle© Data Integrator Data Services Java API Reference
11g Release 1 (11.1.1.7.0)

E17062-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.