Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:executequery [2023/04/04 05:51] – ↷ Page moved from progref:0300_add_custom_processes:0315_iexecutionengine_interface:executequery to pr_methods:executequery seanpr_methods:executequery [2023/05/08 06:54] (current) sean
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IExecutionEngine_Interface IExecutionEngine_Interface_Methods executeQuery}}+{{tag>Index Programmers_Reference Methods IExecutionEngine_Interface executeQuery}}
 ====executeQuery (IProcess, Query, Integer, Integer)==== ====executeQuery (IProcess, Query, Integer, Integer)====
 <code java>public QueryResult executeQuery (IProcessparent, Query query, Integer startRange, Integer span) <code java>public QueryResult executeQuery (IProcessparent, Query query, Integer startRange, Integer span)
 throws AccessDeniedException, ExecutionException;</code> throws AccessDeniedException, ExecutionException;</code>
  
-This method is very similar to the [[progref:0300_add_custom_processes:0315_iexecutionengine_interface:executenamedquery|executeNamedQuery]] method except that it runs the provided query instead of the configured query. The provided query does not have to exist in the business space version and may be created by the calling process.+This method is very similar to the [[pr_methods:executenamedquery|executeNamedQuery]] method except that it runs the provided query instead of the configured query. The provided query does not have to exist in the business space version and may be created by the calling process.
 ===Parameters=== ===Parameters===
 |''query''|the query to run| |''query''|the query to run|
  • Last modified: 2023/04/04 05:51