RulePoint
- RulePoint 6.1
- All Products
Property
| Description
|
---|---|
Name
| Name of the responder. The responder name must be unique.
|
Description
| Description of the responder. The description is optional.
|
Type
| Select SQL Responder.
|
Connection
| Select the connection name that you want to associate the responder to. You must create a JDBC connection before you create an SQL responder.
|
SQL
| The SQL query for the responder.
Use double angle brackets (chevrons) surrounded column names (<<column name>>) to identify the substitution parameters in the SQL statement. The data values provided in the response replaces the parameters with the matching parameter names.
|
Parameters
| The parameters to use in the SQL query. Enter the parameters separated by comma. Parameters are a set of name-value pairs to substitute as values to the parameters in the SQL query. The field has values if the SQL query has parameters. Parameters are sent to the SQL query as an empty string for empty fields.
|
Marshaller Class Name
| Class name of the marshaller.
|
Marshaller Properties
| Key-value pairs to pass as properties of the marshaller.
|