Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JCoParameterField
Class to represent a data field in a parameter list.
|
interface |
JCoRecordField
Class to represent a data field in a structure or table.
|
Modifier and Type | Method and Description |
---|---|
JCoField |
JCoRecord.getField(int index)
Returns the i'th field.
|
JCoField |
JCoRecord.getField(String fieldName)
Returns the named field.
|
JCoField |
JCoFieldIterator.nextField()
Returns the next field of the record.
|
JCoField |
JCoFieldIterator.previousField()
Returns the previous field of the record.
|
Modifier and Type | Method and Description |
---|---|
Iterator<JCoField> |
JCoRecord.iterator()
Returns an Iterator.
|
Copyright © 2018 SAP. All Rights Reserved.