detail

Detail data block definition

Syntax:

detail Name {
[ IndexWhereStmt ] Attributes Aggregates PropertyArray
}

Name of detail entity

Syntax:

<Identifier>

Restrictions:

SQL where-clause for indexing.

Syntax:

SQL-Statement
<SqlStatement> ;

List of entity attributes

All attributes that are either indexed, keys or used for connecting details.

Syntax:

attributes {
( Attribute )*
}

attributes {
   key       MovieId       Number;
   indexed   Title         Text;
}

List of aggregated detail data blocks

All details that either contain indexed attributes or are needed to include other details.

Syntax:

aggregates {
( Aggregate )*
}

aggregates {
   array     Cast          MovieActor(MovieId);
}


This page is generated from IFS Developer Studio - for latest update, see help pages in the tool itself.