|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCoStructure | |
---|---|
com.sap.conn.jco | Contains the major part of the interfaces and factories an application for JCo is typically dealing with. |
Uses of JCoStructure in com.sap.conn.jco |
---|
Methods in com.sap.conn.jco that return JCoStructure | |
---|---|
static JCoStructure |
JCo.createStructure(JCoRecordMetaData metaData)
Returns a newly created instance of JCoStructure with the passed metadata information. |
static JCoStructure |
JCo.createStructure(JCoTable table,
int row)
Returns a newly created instance of JCoStructure with the metadata used for the given table instance. |
JCoStructure |
JCoField.getStructure()
Returns the field's value as a JCoStructure object |
JCoStructure |
JCoRecord.getStructure(int index)
Returns the value of the i'th field as a JCoStructure |
JCoStructure |
JCoRecord.getStructure(java.lang.String fieldName)
Returns the value of the named field as a JCoStructure object |
Methods in com.sap.conn.jco with parameters of type JCoStructure | |
---|---|
void |
JCoRecord.setValue(int index,
JCoStructure value)
Sets the structure as the value for the i'th field |
void |
JCoField.setValue(JCoStructure value)
Sets the specified structure as the field's value |
void |
JCoRecord.setValue(java.lang.String name,
JCoStructure value)
Sets the structure as the value for the named field |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |