This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| a_f:a:exec_sp [2025/06/12 03:59] – Change to AwareIM aware_support3 | a_f:a:exec_sp [2025/11/03 05:34] (current) – [Pagination in Queries implemented as stored procedures] aware_admin |
|---|
| * ArithmeticExpression an AwareIM expression to initialize input parameters with. If the parameter is of ''OUT'' or ''INOUT'' type this expression must be the name of an attribute of a business object | * ArithmeticExpression an AwareIM expression to initialize input parameters with. If the parameter is of ''OUT'' or ''INOUT'' type this expression must be the name of an attribute of a business object |
| * ''ObjectName'' if the stored procedure returns a result set (the result of the ''SQL SELECT'' statement) AwareIM can convert each record to the instance of the specified object. An object that is persisted in the database table of the ''SELECT'' statement must be defined. The resulting object instances are either placed in the Context if the ''EXEC_SP'' action is used in rules or returned by a query if the action is used in a rule form of the query | * ''ObjectName'' if the stored procedure returns a result set (the result of the ''SQL SELECT'' statement) AwareIM can convert each record to the instance of the specified object. An object that is persisted in the database table of the ''SELECT'' statement must be defined. The resulting object instances are either placed in the Context if the ''EXEC_SP'' action is used in rules or returned by a query if the action is used in a rule form of the query |
| | |
| |
| ===== Examples ===== | ===== Examples ===== |