38 #ifndef _OCTETTYPE_HH_
39 #define _OCTETTYPE_HH_
43 #include "catalogmgr/ops.hh"
84 virtual void printCell(ostream& stream,
const char* cell)
const;
88 virtual r_Long*
convertToCLong(
const char* cell, r_Long* value)
const;
92 virtual char*
makeFromCLong(
char* cell,
const r_Long* value)
const;
virtual char * makeFromCLong(char *cell, const r_Long *value) const
virtual void printCell(ostream &stream, const char *cell) const
Definition: octettype.hh:59
OctetType & operator=(const OctetType &old)
virtual r_Long * convertToCLong(const char *cell, r_Long *value) const
Definition: integraltype.hh:53
static const char * Name
Definition: octettype.hh:94
virtual void readFromDb()