public class CDCQuery
extends java.lang.Object
| Constructor and Description |
|---|
CDCQuery(java.lang.String pSubscriberName,
java.lang.Integer pMaxRowCount)
Constructs a new
CDCQuery object. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getMaxRowCount()
Returns the maximum number of changes to retrieve.
|
java.lang.String |
getSubscriberName()
Returns the name of the CDC subscriber.
|
public CDCQuery(java.lang.String pSubscriberName,
java.lang.Integer pMaxRowCount)
CDCQuery object.pSubscriberName - CDC subscriber NamepMaxRowCount - maximum number of changes to retrievepublic java.lang.Integer getMaxRowCount()
public java.lang.String getSubscriberName()