SAP J2EE Engine

Version 6.40


Package com.sapportals.connector.execution.structures

Provides access to the data returned from query/function execution.

See:
          Description

Interface Summary
IAbstractRecord The abstract interface for Record.
IRecord This interface is used to get the actual data in the records columns.
IRecordMetaData An object that can be used to get information about the types and properties of the columns in a Record object.
IRecordSet Represents tabular data, which is usually generated by executing a query in the EIS.
IStructureFactory The interface IStructureFactory is used for creating the execution.structures structures objects.
 

Package com.sapportals.connector.execution.structures Description

Provides access to the data returned from query/function execution.

Package Specification

Provides access to the data returned from query/function execution.
The IAbstractRecord is super class of IRecord (single row) and IRecordSet (tabular data).
Metadata is exposed via IRecordMetaData


SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.