Iterator - iterate through JDBC result set
Search form
Description - SQL Select Iterator; Send out one row at a time to the flow
Runtime Class - com.ibi.agents.XDIterSQLSelect
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | Select SQL: | string | SQL Select statement to get rows to pass into the flow |
Isolation Level: | string | Transaction isolation level to be set if possible Select from one of the following options:
|
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Base 64: | boolean | If set, all fields are checked for base64 (this is expensive) | |
SQLAgent Format: | boolean | If true, the generated rows are formatted according to SQLAgent field schema | |
Inline xLOBs: | boolean | If true, character and boolean large objects are inline in the select results. BLOBs are enclosed in base64() tags. | |
* | Input Encoding: | string | The IANA character set to be used for the input data base. Select from the standard list or enter an encoding name. Select from one of the following options:
|
Three Part Name: | boolean | If true, names will be presented as full three part names if supported by the data base |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Document: | string | Whether output document emitted should be the original input document (original) or a status document (status) Select from one of the following options:
|
* - denotes required
Output Events
Name | Description |
---|---|
OnCancelled | The service has responded to a cancellation request. |
OnParseError | Could not parse a document. |
OnFailedOperation | Could not perform the operation requested. |
fail_operation_source | Could not perform the inbound operation. |
fail_connect_source | Failed creating inbound connection. |