public static class ConfigurationEngineDefaults.StreamSelection extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
StreamSelection()
Ctor - sets up defaults.
|
Modifier and Type | Method and Description |
---|---|
StreamSelector |
getDefaultStreamSelector()
Returns the default stream selector.
|
void |
setDefaultStreamSelector(StreamSelector defaultStreamSelector)
Sets the default stream selector.
|
public StreamSelector getDefaultStreamSelector()
Statements that select data from streams and that do not use one of the explicit stream selection keywords (istream/rstream/irstream), by default, generate selection results for the insert stream only, and not for the remove stream.
This setting can be used to change the default behavior: Use the RSTREAM_ISTREAM_BOTH value to have your statements generate both insert and remove stream results without the use of the "irstream" keyword in the select clause.
public void setDefaultStreamSelector(StreamSelector defaultStreamSelector)
Statements that select data from streams and that do not use one of the explicit stream selection keywords (istream/rstream/irstream), by default, generate selection results for the insert stream only, and not for the remove stream.
This setting can be used to change the default behavior: Use the RSTREAM_ISTREAM_BOTH value to have your statements generate both insert and remove stream results without the use of the "irstream" keyword in the select clause.
defaultStreamSelector
- default stream selector