Uses of Interface
com.sap.conn.jco.JCoField
Packages that use JCoField
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoField in com.sap.conn.jco
Subinterfaces of JCoField in com.sap.conn.jcoModifier and TypeInterfaceDescriptioninterface
Class to represent a data field in a parameter list.interface
Class to represent a data field in a structure or table.Methods in com.sap.conn.jco that return JCoFieldModifier and TypeMethodDescriptionJCoRecord.getField
(int index) Returns the i'th field.Returns the named field.JCoFieldIterator.nextField()
Returns the next field of the record.JCoFieldIterator.previousField()
Returns the previous field of the record.Methods in com.sap.conn.jco that return types with arguments of type JCoField