Uses of Interface
com.sap.conn.jco.JCoTable
Packages that use JCoTable
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoTable in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoTableModifier and TypeMethodDescriptionstatic JCoTable
JCo.createTable
(JCoRecordMetaData metaData) Returns a newly created instance of JCoTable with the passed metadata information.JCoField.getTable()
Returns the field's value as a JCoTable object.JCoRecord.getTable
(int index) Returns the value of the i'th field a JCoTable object.Returns the value of the named field as a JCoTable object.Methods in com.sap.conn.jco with parameters of type JCoTableModifier and TypeMethodDescriptionstatic JCoStructure
JCo.createStructure
(JCoTable table, int row) Returns a newly created instance of JCoStructure with the metadata used for the given table instance.void
Sets the specified table as the field's value.void
Sets the table as the value for the i'th field.void
Sets the table as the value for the named field.