fetch

SQL select part to fetch this attribute.

Syntax:

fetch =<String> ;

Either a column name, such as:

fetch = "flight_no";

Or any other valid SQL that can be used in the SELECT part of a SQL statement.

fetch = "Flight_API.Get_Actual_Carrier_Name(flight_no)";

This page is generated from IFS Developer Studio at 2021-08-13 08:48.