The XML configuration file includes statement and SQL elements:

Element

Description

Statement

The statement element contains one SQL element that will be executed and a number of other statement elements that will each be executed for every row returned by the SQL statement.

SQL

The SQL element contains a SQL statement to execute. This statement can contain @columnName, @messageFieldName, or $propertyName variables.