| Package | Description |
|---|---|
| com.sapportals.connector.execution.structures |
Provides access to the data returned from query/function execution.
|
| com.sapportals.connector.metadata.functions |
Provides metadata of the EIS functions.
|
| com.sapportals.connector.metadata.objects |
Provides metadata of the EIS Business Objects.
|
| com.sapportals.connector.metadata.structures |
Provides metadata of data structures.
|
| Modifier and Type | Method and Description |
|---|---|
IStructure |
IRecordMetaData.getColumnType(int column)
Retrieves the designated column's SQL type.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IStructureFactory.getStructure(IStructure structureMetaData)
returns an execution structure of the metadata structure requested
|
| Modifier and Type | Method and Description |
|---|---|
IStructure |
IParameter.getStructure()
Returns the metadata describing the structure of this parameter.
|
| Modifier and Type | Method and Description |
|---|---|
IStructure |
IAttribute.getStructure()
Returns the metadata describing the structure of this attribute.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IArrayStructure
This interface exposes metadata for a array
|
interface |
IExtendedStructure
Implementing connectors may implement this interface instead
of
IStructure to provide additional metadata for the
structure. |
interface |
IFieldStructure
This interface exposes metadata for a field (primitive)
|
interface |
IRecordSetStructure
This interface exposes metadata for a record set
|
interface |
IRecordStructure
This interface exposes metadata for a record
|
interface |
IStructureWrapper |
interface |
IUnionStructure
This interface exposes metadata for a union
|
| Modifier and Type | Method and Description |
|---|---|
IStructure |
IRecordStructure.getFieldType(int fieldIndex)
Returns the type of the requested field by its index
|
IStructure |
IRecordStructure.getFieldType(String fieldName)
Returns an
IStructure interface containing metadata for a field type. |
IStructure |
IArrayStructure.getType()
Returns an IStructure interface containing metadata for the fields type
|
| Modifier and Type | Method and Description |
|---|---|
List<IStructure> |
IRecordStructure.getFields()
Returns a List of fields types
IStructure that represent the
fields in the record set. |
Set<IStructure> |
IUnionStructure.getPossibleTypes()
Returns a Set of IStructure objects containing metadata for possible
union types.
|
Copyright 2021 SAP SE Complete Copyright Notice