Namespace: Consultingwerk.OERA
Class 
FetchDataAccessRequest Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.OERA.IFetchDataAccessRequest, Consultingwerk.OERA.IFetchDataBySkip

File:FetchDataAccessRequest
Purpose:Extension to FetchDataRequest with specific instructions
for the Data Access class. It is only expected to be used
from within a Business Entity
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Thu Oct 01 20:55:50 CEST 2015


Top Constructor Summary
Options Name Purpose
FetchDataAccessRequest () Constructor for the FetchDataRequest class
FetchDataAccessRequest (character) Simplified constructor when doing calls from custom code
FetchDataAccessRequest (character, character) Simplified constructor when doing calls from custom code
FetchDataAccessRequest (character, character, character, integer, character) Constructor for the FetchDataRequest class
FetchDataAccessRequest (character, character, integer) Simplified constructor when doing calls from custom code
FetchDataAccessRequest (character, character, integer, character) Constructor for the FetchDataRequest class
FetchDataAccessRequest (character, integer) Simplified constructor when doing calls from custom code
FetchDataAccessRequest (INamedQueryParameter) Constructor for the FetchDataRequest class
FetchDataAccessRequest (IFetchDataRequest) Constructor for the FetchDataRequest class

Top Property Summary
Options Name Purpose
LOGICAL AppendFetchData
CHARACTER Context
CHARACTER CustomContext
Progress.Lang.Object CustomParameter
CHARACTER Fields
CHARACTER FillMode
CHARACTER Joins
Progress.Json.ObjectModel.JsonConstruct JsonParameter
Consultingwerk.OERA.INamedQueryParameter NamedQuery
CHARACTER NextContext
INTEGER NumRecords
CHARACTER Positions
CHARACTER PrevContext
CHARACTER Queries
Consultingwerk.IQueryExpression QueryExpression
Consultingwerk.QueryExpressionWithSort QueryExpressionsWithSort
CHARACTER Requests
INTEGER Skip
LOGICAL SkipRowsSequentually
INTEGER StopAfter
CHARACTER Tables


Constructor Detail
Top

FetchDataAccessRequest ()

Purpose: Constructor for the FetchDataRequest class
Notes:

Top

FetchDataAccessRequest (character)

Purpose: Simplified constructor when doing calls from custom code
Notes:

Parameters:
pcTables CHARACTER
The tables to retrieve, Tables attribute
Top

FetchDataAccessRequest (character, character)

Purpose: Simplified constructor when doing calls from custom code
Notes:

Parameters:
pcTables CHARACTER
The tables to retrieve, Tables attribute
pcQueries CHARACTER
The CHR(1) delimited list of query strings per table, Queries attribute
Top

FetchDataAccessRequest (character, character, character, integer, character)

Purpose: Constructor for the FetchDataRequest class
Notes: This is the constructor used by the SmartBusinessEntityAdapter
when making requests to the back end.

Parameters:
pcTables CHARACTER
The tables to retrieve, Tables attribute
pcQueries CHARACTER
The CHR(1) delimited list of query strings per table, Queries attribute
pcRequests CHARACTER
The request types (typically ADM2 client only), Requests attribute
piNumRecords INTEGER
The number of records to retrieve from the first table (batch size), NumRecords attribute
pcContext CHARACTER
The request context, Context attribute
Top

FetchDataAccessRequest (character, character, integer)

Purpose: Simplified constructor when doing calls from custom code
Notes:

Parameters:
pcTables CHARACTER
The tables to retrieve, Tables attribute
pcQueries CHARACTER
The CHR(1) delimited list of query strings per table, Queries attribute
piNumRecords INTEGER
The number of records to retrieve from the first table (batch size), NumRecords attribute
Top

FetchDataAccessRequest (character, character, integer, character)

Purpose: Constructor for the FetchDataRequest class
Notes: This is the constructor used by the SmartBusinessEntityAdapter
when making requests to the back end.

Parameters:
pcTables CHARACTER
The tables to retrieve, Tables attribute
pcQueries CHARACTER
The CHR(1) delimited list of query strings per table, Queries attribute
piNumRecords INTEGER
The number of records to retrieve from the first table (batch size), NumRecords attribute
pcContext CHARACTER
The request context, Context attribute
Top

FetchDataAccessRequest (character, integer)

Purpose: Simplified constructor when doing calls from custom code
Notes:

Parameters:
pcTables CHARACTER
The tables to retrieve, Tables attribute
piNumRecords INTEGER
The number of records to retrieve from the first table (batch size), NumRecords attribute
Top

FetchDataAccessRequest (INamedQueryParameter)

Purpose: Constructor for the FetchDataRequest class
Notes:

Parameters:
poNamedQuery Consultingwerk.OERA.INamedQueryParameter
The value for the NamedQuery property
Top

FetchDataAccessRequest (IFetchDataRequest)

Purpose: Constructor for the FetchDataRequest class
Notes: Copies property values from a given IFetchDataRequest instance

Parameters:
poFetchDataRequest Consultingwerk.OERA.IFetchDataRequest
The source FetchDataRequest instance to copy the values from


Property Detail
Top

LOGICAL AppendFetchData


Returns LOGICAL
Top

CHARACTER Context


Returns CHARACTER
Top

CHARACTER CustomContext


Returns CHARACTER
Top

Progress.Lang.Object CustomParameter


Returns Progress.Lang.Object
Top

CHARACTER Fields


Returns CHARACTER
Top

CHARACTER FillMode


Returns CHARACTER
Top

CHARACTER Joins


Returns CHARACTER
Top

Progress.Json.ObjectModel.JsonConstruct JsonParameter


Returns Progress.Json.ObjectModel.JsonConstruct
Top

Consultingwerk.OERA.INamedQueryParameter NamedQuery


Returns Consultingwerk.OERA.INamedQueryParameter
Top

CHARACTER NextContext


Returns CHARACTER
Top

INTEGER NumRecords


Returns INTEGER
Top

CHARACTER Positions


Returns CHARACTER
Top

CHARACTER PrevContext


Returns CHARACTER
Top

CHARACTER Queries


Returns CHARACTER
Top

Consultingwerk.IQueryExpression QueryExpression


Returns Consultingwerk.IQueryExpression
Top

Consultingwerk.QueryExpressionWithSort QueryExpressionsWithSort


Returns Consultingwerk.QueryExpressionWithSort
Top

CHARACTER Requests


Returns CHARACTER
Top

INTEGER Skip


Returns INTEGER
Top

LOGICAL SkipRowsSequentually


Returns LOGICAL
Top

INTEGER StopAfter


Returns INTEGER
Top

CHARACTER Tables


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:05:03