Designing Intelligent Event Processor (IEP) Projects

Table Input

The Table Input operator enables you to use a relational database table as input to the event process.

You can connect the Table Input operator to any operator that accepts stream input (for example, the Time Based Window operator).

ProcedureTo Create a Table Input Operator

  1. Drag a Table Input operator from the Palette to the Design view.

  2. Double-click the Table Input operator.

    The property editor opens.

    The Details section of the property editor displays the name of the operator and the output schema.

  3. In the Attributes section, you can add or delete attributes for this table input, or move the attributes up or down in order.

  4. In the Data Type column in the Attributes section, select the appropriate data type from the list of data types.

  5. In the Size column, you can specify the size of the data type if, for example, you specify the VARCHAR data type.

  6. Click OK.