|
SAP NetWeaver 2004S SPS 10 | |||||||||
| 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(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(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,
String name)
Sets the table as the value for the named field |
void |
JCO.ParameterList.appendValue(String name,
JCO.Table value)
Deprecated. Internal use only. This method will be removed in the next release. |
protected static void |
JCO.Table.copyRaw(JCO.Structure src,
JCO.Table dest)
Deprecated. Only for internal use. This method can be removed or modified without notice. |
protected static void |
JCO.Table.copyRaw(JCO.Table src,
int srcrow,
JCO.Table dest,
int destrow)
Deprecated. Only for internal use. This method can be removed or modified without notice. |
protected void |
JCO.Repository.queryFunctionInterfaceEpilog(JCO.Client client,
JCO.MetaData meta_data,
JCO.Table funint)
Hook for derived classes which might want to do further processing |
protected void |
JCO.Repository.queryStructureInterfaceEpilog(JCO.Client client,
JCO.MetaData meta_data,
JCO.Table fields)
Hook for derived classes which might want to do further processing |
| Constructors in com.sap.mw.jco with parameters of type JCO.Table | |
JCO.Structure(JCO.Table value)
Creates an new instance of a structure which has the same layout as the table argument. |
|
JCO.Structure(JCO.Table value,
int row)
Creates an new instance of a structure which has the same layout as the table argument. |
|
JCO.Table(JCO.Table value)
Creates an new instance of a table which has the same layout and contents as the table argument |
|
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||