|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCoRecordMetaData | |
---|---|
com.sap.conn.jco | Contains the major part of the interfaces and factories an application for JCo is typically dealing with. |
Uses of JCoRecordMetaData in com.sap.conn.jco |
---|
Methods in com.sap.conn.jco that return JCoRecordMetaData | |
---|---|
static 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(java.lang.String name)
Returns a newly created and empty instance of JCoRecordMetaData. |
static JCoRecordMetaData |
JCo.createRecordMetaData(java.lang.String name,
int capacity)
Returns a newly created and empty instance of JCoRecordMetaData with the passed initial capacity for new field information. |
JCoRecordMetaData |
JCoField.getRecordMetaData()
Returns the field meta data object in case of complex object (table or structure), or null |
JCoRecordMetaData |
JCoStructure.getRecordMetaData()
returns the appropriated meta data object, that was used for creation of this record |
JCoRecordMetaData |
JCoTable.getRecordMetaData()
returns the appropriated meta data object, that was used for creation of this record |
JCoRecordMetaData |
JCoMetaData.getRecordMetaData(int index)
Returns the meta data object for the field, if the specified field is a table or structure and was defined with a reference to a meta data object. |
JCoRecordMetaData |
JCoMetaData.getRecordMetaData(java.lang.String fieldName)
Returns the meta data object for the field, if the specified field is a table or structure and was defined with a reference to a meta data object. |
JCoRecordMetaData |
JCoRepository.getRecordMetaData(java.lang.String recordName)
Returns the meta data for the passed structure/table name |
JCoRecordMetaData |
JCoRepository.getStructureDefinition(java.lang.String structureName)
Returns the meta data for the passed structure/table name |
Methods in com.sap.conn.jco with parameters of type JCoRecordMetaData | |
---|---|
void |
JCoRecordMetaData.add(java.lang.String name,
int type,
int nucByteOffset,
int ucByteOffset,
JCoRecordMetaData recordMetaData)
Adds a new complex field descriptor to the metadata object, i.e. |
void |
JCoListMetaData.add(java.lang.String name,
int type,
JCoRecordMetaData recordMetaData,
int flags)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |