Namespace: Consultingwerk.OERA
Interface 
ICountRecordsRequest Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.OERA.CountRecordsRequest

File:ICountRecordsRequest
Purpose:Interface for classes extending IFetchDataRequest with
the ability to count result records of a query
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon May 25 22:28:22 CEST 2015


Top Property Summary
Options Name Purpose
+ INTEGER NumResults Returns the number of query results
+ CHARACTER Queries A chr(1) separated list of queries that corresponds to the requested tables. An empty entry means use default query.
+ INTEGER StopAfter Value for StopAfter to be passed to the Service Interface
+ INTEGER StopAfterNumResults Returns the value that should be returned when stop-after occurs
+ CHARACTER Tables Tables for which to retrieve data or definitions, specified as a comma separated list. The names must match the physical name of the temp-table definitions of the prodataset that corresponds to the Business Entity.


Property Detail
Top

PUBLIC INTEGER NumResults

Purpose: Returns the number of query results
Notes:

Returns INTEGER
Top

PUBLIC CHARACTER Queries

Purpose: A chr(1) separated list of queries that corresponds to
the requested tables. An empty entry means use default query.
Notes: Special values:
'DEFS' - no query, only defintions requested.

Returns CHARACTER
Top

PUBLIC INTEGER StopAfter

Purpose: Value for StopAfter to be passed to the Service Interface
Notes: Allows limiting the execution time of queries executed on the backend
Not supported on OpenEdge 10.2B

Returns INTEGER
Top

PUBLIC INTEGER StopAfterNumResults

Purpose: Returns the value that should be returned when stop-after occurs
Notes:

Returns INTEGER
Top

PUBLIC CHARACTER Tables

Purpose: Tables for which to retrieve data or definitions, specified as a
comma separated list. The names must match the physical name of
the temp-table definitions of the prodataset that corresponds to
the Business Entity.
Notes: The Tables property may contain the asterix as a wild-card character
and will be expanded to valid buffer names

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:30:08