TDAGetDataRequest

From RemObjects Software

Jump to: navigation, search

This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.



Overview

Configures the server request that will be executed by the TDARemoteDataAdapter to retrieve data from the server.

File

uDARemoteDataAdapterRequests

Declaration

TDAGetDataRequest = class(TDARemoteDataAdapterRequest);

Hierarchy

Properties

Property
Type
Description
IncomingDataParameter String Specifies the parameter that will contain the data received from the server. This parameter must be configured for all data request calls as it will be used to obtain the actual data sent form the server. Depending on the used Data Streamer , this can be a Binary or String type.
OutgoingIncludeSchemaParameter String Sets the Boolean parameter that will indicate whether to include schema information in the retrieved data, or not. This parameter is used by the legacy v3.0 server interface only.
OutgoingMaxRecordsParameter String This integer parameter will indicate the maximum number of records to retrieve. This parameter is used by the legacy v3.0 server interface only.
OutgoingParamsParameter String Name of the parameter that takes array of TDADatasetParam structs to send any required parameters for the retrieved data table. This parameter is used by the legacy v3.0 server interface only, and needs to be configured only if parameters need to be passed.
OutgoingTableNamesParameter String Defines the parameter for the name or names of the tables to retrieve from the server. This parameter must be configured for all data request. Depending on the server interface, this can be a string or an array of strings. The v3.0 server interfaces uses a string and can only receive one table at a time, while the new v4.0 interface expects an array of strings.
OutgoingTableRequestInfosParameter String Specifies the parameter that takes array of TableRequestInfo to provide additional options for the data retrieval of each table. This parameter is used by the v4.0 server interface only.


See Also


Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools