|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface exposes metadata for a record
| Fields inherited from interface com.sapportals.connector.metadata.structures.IStructure |
STRUCTURE_TYPE_ARRAY, STRUCTURE_TYPE_COLUMN, STRUCTURE_TYPE_FIELD, STRUCTURE_TYPE_RECORD, STRUCTURE_TYPE_RECORD_SET, STRUCTURE_TYPE_UNION |
| Method Summary | |
java.lang.String |
getFieldName(int fieldIndex)
Returns the name of the requested field |
java.util.List |
getFields()
Returns a List of pairs of fields names and IStructure that represent the
fields in the record set. |
IStructure |
getFieldType(int fieldIndex)
Returns the type of the requested field by its index |
IStructure |
getFieldType(java.lang.String fieldName)
Returns an IStructure interface containing metadata for a field type. |
java.util.List |
retrieveFieldNames()
Returns a String list of all the fields in the record. |
int |
retrieveNumberOfFields()
Returns the number of fields in the record. |
| Methods inherited from interface com.sapportals.connector.metadata.structures.IStructure |
retrieveStructureTypeCode |
| Method Detail |
public IStructure getFieldType(java.lang.String fieldName)
throws FieldNotFoundException
IStructure interface containing metadata for a field type.fieldName - the name of the record field.IStructure interface.IStructure
public java.util.List retrieveFieldNames()
throws ConnectorException
public java.util.List getFields()
throws ConnectorException
IStructure that represent the
fields in the record set.List of field names and structures.
public java.lang.String getFieldName(int fieldIndex)
throws FieldNotFoundException,
ConnectorException
fieldIndex - the index of the field
public IStructure getFieldType(int fieldIndex)
throws FieldNotFoundException,
ConnectorException
IStructure
public int retrieveNumberOfFields()
throws ConnectorException
|
SAP J2EE Engine Version 6.40 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||