
Public Member Functions | |
| UserEntry (eyedb::Database *=0, const eyedb::Dataspace *=0) | |
| UserEntry (const UserEntry &x) | |
| virtual eyedb::Object * | clone () const |
| Not yet documented. | |
| UserEntry & | operator= (const UserEntry &x) |
| virtual UserEntry * | asUserEntry () |
| virtual const UserEntry * | asUserEntry () const |
| eyedb::Status | name (const std::string &) |
| eyedb::Status | name (unsigned int a0, char) |
| std::string | name (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| char | name (unsigned int a0, eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| eyedb::Status | passwd (const std::string &) |
| eyedb::Status | passwd (unsigned int a0, char) |
| std::string | passwd (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| char | passwd (unsigned int a0, eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| eyedb::Status | uid (eyedblib::int32) |
| eyedblib::int32 | uid (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| eyedb::Status | type (UserType, eyedb::Bool _check_value=eyedb::True) |
| UserType | type (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
| virtual | ~UserEntry () |
| UserEntry (const eyedb::Struct *, eyedb::Bool=eyedb::False) | |
| UserEntry (const UserEntry *, eyedb::Bool=eyedb::False) | |
| UserEntry (const eyedb::Class *, eyedb::Data) | |
Protected Member Functions | |
| UserEntry (eyedb::Database *_db, const eyedb::Dataspace *_dataspace, int) | |
| UserEntry (const eyedb::Struct *x, eyedb::Bool share, int) | |
| UserEntry (const UserEntry *x, eyedb::Bool share, int) | |
Definition at line 96 of file DBM.h.
| virtual eyedb::Object* eyedb::UserEntry::clone | ( | ) | const [inline, virtual] |
1.5.3