Uses of Interface
com.sap.conn.jco.JCoRecordMetaData
Packages that use JCoRecordMetaData
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoRecordMetaData in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoRecordMetaDataModifier and TypeMethodDescriptionstatic JCoRecordMetaData
JCo.createRecordMetaData
(JCoRecordMetaData metaData) Returns a newly created instance of JCoRecordMetaData, which is initially a copy of the passed JCoRecordMetaData.static JCoRecordMetaData
JCo.createRecordMetaData
(String name) Returns a newly created and empty instance of JCoRecordMetaData.static JCoRecordMetaData
JCo.createRecordMetaData
(String name, int capacity) Returns a newly created and empty instance of JCoRecordMetaData with the passed initial capacity for new field information.JCoField.getRecordMetaData()
Returns the field metadata object in case of complex object (table or structure), or null .JCoMetaData.getRecordMetaData
(int index) Returns the metadata object for the field, if the specified field is a table or structure and was defined with a reference to a metadata object.JCoMetaData.getRecordMetaData
(String fieldName) Returns the metadata object for the field, if the specified field is a table or structure and was defined with a reference to a metadata object.JCoRepository.getRecordMetaData
(String recordName) Returns the metadata for the passed structure/table name.JCoStructure.getRecordMetaData()
Returns the appropriated metadata object, that was used for creation of this record.JCoTable.getRecordMetaData()
Returns the appropriated metadata object, that was used for the creation of this table.JCoRepository.getStructureDefinition
(String structureName) Returns the metadata for the passed structure/table name.Methods in com.sap.conn.jco with parameters of type JCoRecordMetaDataModifier and TypeMethodDescriptionvoid
JCoListMetaData.add
(String name, int type, JCoRecordMetaData recordMetaData, int flags) Adds a new complex field descriptor to the metadata object.void
JCoRecordMetaData.add
(String name, int type, int nucByteOffset, int ucByteOffset, JCoRecordMetaData recordMetaData) Adds a new complex field descriptor to the metadata object, i.e.void
JCoCustomRepository.addRecordMetaDataToCache
(JCoRecordMetaData meta) Adds a structure definition to the local cache.static JCoRecordMetaData
JCo.createRecordMetaData
(JCoRecordMetaData metaData) Returns a newly created instance of JCoRecordMetaData, which is initially a copy of the passed JCoRecordMetaData.static JCoStructure
JCo.createStructure
(JCoRecordMetaData metaData) Returns a newly created instance of JCoStructure with the passed metadata information.static JCoTable
JCo.createTable
(JCoRecordMetaData metaData) Returns a newly created instance of JCoTable with the passed metadata information.