SELECT Command Schemas
Executing SELECTs
You can execute SELECT statements from ports that return a response: receive locations and solicit-response send ports. Execute parameterized SELECT queries in solicit-response send ports.The following sections show example requests, responses, and schemas.
Mapping the SELECT Schema to the Request and Response
SELECT schemas have a response section that maps to the types in the results from the query. Parameterized queries additionally have a parameters section. This section is used to validate incoming requests that contain the input parameters.