|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JCO.Record in com.sap.mw.jco |
Subclasses of JCO.Record in com.sap.mw.jco | |
static class |
JCO.ParameterList
A class that encapsulates a parameter list used to pass on data to a function. |
static class |
JCO.Request
A class that encapsulates a request |
static class |
JCO.Response
A class that encapsulates a response |
static class |
JCO.Structure
Class that encapsulates a composite data structure. |
static class |
JCO.Table
Class that encapsulates a database table |
Methods in com.sap.mw.jco with parameters of type JCO.Record | |
int |
JCO.Record.copyFrom(JCO.Record source)
Copies the matching fields from the source record into this record Data fields are considered to be equivalent if the name and type of two fields match. |
int |
JCO.Table.copyFrom(JCO.Record source)
Appends the matching fields from the source record at the end of this table Data fields are considered to be equivalent if the name and type of two fields match. |
Constructors in com.sap.mw.jco with parameters of type JCO.Record | |
JCO.FieldIterator(JCO.Record rec)
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |