Structures

Previous Next

A structure is, in functional terms, a named list of fields that correspond to data with specific format characteristics. For example, a structure called "CustomerDetails" could have the following fields:

Customer ID

Surname

First Name

Address

Country

Email address

In technical terms, a structure is a helpful instrument for mapping output columns and host variables of a SQL statement executed by a REST method to formatting on the client side (that is, on the side of the caller of the service).

 

 

collapseCreating a structure
collapseMapping between fields in a structure and XML and JSON messages
collapseMapping between fields in a structure and SQL input or output columns
collapseMapping between fields in a structure and SQL host variables
collapseDealing with multiple rows (arrays)
collapseRemodeling the XML structure of incoming and outgoing messages
collapseAccessing data from a structure the Implementation of a Method

 

 

See Also

USoft Service Definer Objects

Annotations

Deriving structures from SQL statements or tables