Query (-QRY or -QUERY)

This is an action property. You need to select the Query option from the Source property for fetching rows from the database. When used in input card, query parameters must not be used since there are no values available for the adapter to bind to the parameters. When used in GET map function, query parameters are supported, and the parameter values are provided as the second argument of the GET function call. When used in output card and it accepts query parameters , the card is automatically configured for request/reply scenario, with the schema (tree) types provided for representing input and output data, and this setup behind the covers results in construction of a GET map function to be invoked when the map runs. The corresponding adapter command is -QRY (-QUERY).