Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
Modifier and Type | Method and Description |
---|---|
static JCoTable |
JCo.createTable(JCoRecordMetaData metaData)
Returns a newly created instance of JCoTable with the passed metadata
information.
|
JCoTable |
JCoField.getTable()
Returns the field's value as a JCoTable object.
|
JCoTable |
JCoRecord.getTable(int index)
Returns the value of the i'th field a JCoTable object.
|
JCoTable |
JCoRecord.getTable(String fieldName)
Returns the value of the named field as a JCoTable object.
|
Modifier and Type | Method and Description |
---|---|
static JCoStructure |
JCo.createStructure(JCoTable table,
int row)
Returns a newly created instance of JCoStructure with the metadata
used for the given table instance.
|
void |
JCoRecord.setValue(int index,
JCoTable value)
Sets the table as the value for the i'th field.
|
void |
JCoField.setValue(JCoTable value)
Sets the specified table as the field's value.
|
void |
JCoRecord.setValue(String name,
JCoTable value)
Sets the table as the value for the named field.
|
Copyright © 2025 SAP. All rights reserved.