In file relcat.h:
class RelCatalogInfo : public XxxADTMetaInfo
structure that holds meta-information on a particular relation
Inheritance:
Public Methods
virtual XxxErrCode | SerializeCopy (char *Data)
Creates a binary version of this meta-info object
|
virtual XxxErrCode | SerializeCopySize (int &Size)
Returns the number of bytes necessary to hold the serialized version
of this meta-info object
|
Documentation
structure that holds meta-information on a particular relation
virtual XxxErrCode SerializeCopySize(int &Size)
-
Returns the number of bytes necessary to hold the serialized version
of this meta-info object
- Returns:
- XXX_NOT_OK if the object cannot be serialized, XXX_OK otherwise
- Parameters:
- Size - (out) The required number of bytes
virtual XxxErrCode SerializeCopy(char *Data)
-
Creates a binary version of this meta-info object
- Returns:
- XXX_NOT_OK if the object cannot be serialized, XXX_OK otherwise
- Parameters:
- Data - An array of bytes of at least the size specified by the
SerializeCopySize() function.
- This class has no child classes.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de