|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JCO.Table in com.sap.mw.jco |
Methods in com.sap.mw.jco that return JCO.Table | |
static JCO.Table |
JCO.createTable(java.lang.String name)
Creates a new table |
static JCO.Table |
JCO.createTable(IMetaData meta_data)
Creates a new table with a column layout as described by the specified meta data |
JCO.Table |
JCO.Field.getTable()
Returns the field's value as a JCO.Table object |
JCO.Table |
JCO.Record.getTable(int index)
Returns the value of the i'th field as a table |
JCO.Table |
JCO.Record.getTable(java.lang.String field_name)
Returns the value of the named field as a JCO.Table object |
Methods in com.sap.mw.jco with parameters of type JCO.Table | |
void |
JCO.Field.setValue(JCO.Table value)
Sets the specified table as the field's value |
void |
JCO.Record.setValue(JCO.Table value,
int index)
Sets the table as the value for the i'th field |
void |
JCO.Record.setValue(JCO.Table value,
java.lang.String name)
Sets the table as the value for the named field |
void |
JCO.ParameterList.appendValue(java.lang.String name,
JCO.Table value)
Adds a Table value to the parameter list |
Constructors in com.sap.mw.jco with parameters of type JCO.Table | |
JCO.Table(JCO.Table value)
Creates an new instance of a table which has the same layout and contents as the table argument |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |