public @interface ExternalDW
Modifier and Type | Required Element and Description |
---|---|
String |
name
Name
|
Modifier and Type | Optional Element and Description |
---|---|
String |
functionClose
Close function.
|
String |
functionOpen
Open function.
|
boolean |
unique
Indicator whether unique-key semantics should apply.
|
public abstract String name
public abstract String functionOpen
public abstract String functionClose
public abstract boolean unique
This indicator is false by default meaning that the implementation should not assume unique-data-window semantics, and would not need to post the previous value of the key as a remove stream event.
Setting this indicator is interpreted by an implementation to assume unique-data-window semantics, thereby instructing to post the previous value for the currently-updated key as a remove stream event.