|
Public Member Functions |
|
| ClassVariable (eyedb::Database *=0, const eyedb::Dataspace *=0) |
|
| ClassVariable (const ClassVariable &x) |
| virtual eyedb::Object * | clone () const |
| | Not yet documented.
|
|
ClassVariable & | operator= (const ClassVariable &x) |
|
virtual ClassVariable * | asClassVariable () |
virtual const
ClassVariable * | asClassVariable () const |
|
eyedb::Status | setVname (const std::string &) |
|
eyedb::Status | setVname (unsigned int a0, char) |
|
std::string | getVname (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
char | getVname (unsigned int a0, eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
eyedb::Status | setVal (eyedb::Object *) |
|
eyedb::Object * | getVal (eyedb::Bool *isnull=0, eyedb::Status *=0) |
|
const eyedb::Object * | getVal (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
eyedb::Oid | getValOid (eyedb::Status *=0) const |
|
eyedb::Status | setValOid (const eyedb::Oid &) |
|
virtual | ~ClassVariable () |
|
Status | check (Class *) const |
|
Bool | isInherit () const |
|
Status | m_trace (FILE *, int, unsigned int, const RecMode *) const |
|
int | getInd () const |
|
| ClassVariable (const eyedb::Struct *, eyedb::Bool=eyedb::False) |
|
| ClassVariable (const ClassVariable *, eyedb::Bool=eyedb::False) |
|
| ClassVariable (const eyedb::Class *, eyedb::Data) |
Protected Member Functions |
|
| ClassVariable (eyedb::Database *_db, const eyedb::Dataspace *_dataspace, int) |
|
| ClassVariable (const eyedb::Struct *x, eyedb::Bool share, int) |
|
| ClassVariable (const ClassVariable *x, eyedb::Bool share, int) |