From 8c62925a679d25f7604277e97f0210be04054113 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Fri, 24 Nov 2017 12:57:09 +0000 Subject: [PATCH] Update wikipage Advanced Queries. (Signed-off-by:bmeyer). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1933 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../database-access/abel/tutorial/advanced-queries.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/17.05/solutions/database-access/abel/tutorial/advanced-queries.wiki b/documentation/17.05/solutions/database-access/abel/tutorial/advanced-queries.wiki index a2914690..f69a9935 100644 --- a/documentation/17.05/solutions/database-access/abel/tutorial/advanced-queries.wiki +++ b/documentation/17.05/solutions/database-access/abel/tutorial/advanced-queries.wiki @@ -36,7 +36,7 @@ Note that for performance reasons it is usually better to use predefined criteri ===Agent Criteria=== An agent criterion will filter the objects according to the result of an agent applied to them. -The criterion is initialized with an agent of type PREDICATE [ANY, TUPLE [ANY]]. +The criterion is initialized with an agent of type PREDICATE [TUPLE [ANY]]. There should be either an open target or a single open argument, and the type of the objects in the query result should conform to the agent's open operand. ==Creating criteria objects== @@ -57,7 +57,7 @@ feature -- Creating a criterion -- containing either a single PREDICATE or three -- values of type [STRING, STRING, ANY]. - new_agent (a_predicate: PREDICATE [ANY, TUPLE [ANY]]): PS_CRITERION + new_agent (a_predicate: PREDICATE [TUPLE [ANY]]): PS_CRITERION -- Creates an agent criterion. new_predefined (object_attribute: STRING; operator: STRING; value: ANY): PS_CRITERION