Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This example shows an instance of the WhereClause class (or one of its specializations) that defines a simple condition based on multiple specified selection values. The example shown specifies that the value of the AEREL variable in the ADAE dataset matches one of the listed values ("POSSIBLE" or "PROBABLE"), which could be expressed as:

  • ADAE.AEREL IN ('POSSIBLE','PROBABLE')

. Note that some attributes (such as the expected level and order attributes) have been excluded from this example. 

...