|
Public Member Functions |
|
| DBPropertyValue (eyedb::Database *=0, const eyedb::Dataspace *=0) |
|
| DBPropertyValue (const DBPropertyValue &x) |
| virtual eyedb::Object * | clone () const |
| | Not yet documented.
|
|
DBPropertyValue & | operator= (const DBPropertyValue &x) |
|
virtual DBPropertyValue * | asDBPropertyValue () |
virtual const
DBPropertyValue * | asDBPropertyValue () const |
|
eyedb::Status | ival (eyedblib::int64) |
|
eyedblib::int64 | ival (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
eyedb::Status | sval (const std::string &) |
|
eyedb::Status | sval (unsigned int a0, char) |
|
std::string | sval (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
char | sval (unsigned int a0, eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
eyedb::Status | bval (const unsigned char *, unsigned int len) |
|
eyedb::Status | bval (unsigned int a0, unsigned char) |
|
eyedb::Status | bval_cnt (unsigned int a0) |
|
const unsigned char * | bval (unsigned int *len, eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
unsigned char | bval (unsigned int a0, eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
unsigned int | bval_cnt (eyedb::Status *=0) const |
|
eyedb::Status | oval (eyedb::Object *) |
|
eyedb::Object * | oval (eyedb::Bool *isnull=0, eyedb::Status *=0) |
|
const eyedb::Object * | oval (eyedb::Bool *isnull=0, eyedb::Status *=0) const |
|
eyedb::Oid | oval_oid (eyedb::Status *=0) const |
|
eyedb::Status | oval_oid (const eyedb::Oid &) |
|
virtual | ~DBPropertyValue () |
|
| DBPropertyValue (const eyedb::Struct *, eyedb::Bool=eyedb::False) |
|
| DBPropertyValue (const DBPropertyValue *, eyedb::Bool=eyedb::False) |
|
| DBPropertyValue (const eyedb::Class *, eyedb::Data) |
Protected Member Functions |
|
| DBPropertyValue (eyedb::Database *_db, const eyedb::Dataspace *_dataspace, int) |
|
| DBPropertyValue (const eyedb::Struct *x, eyedb::Bool share, int) |
|
| DBPropertyValue (const DBPropertyValue *x, eyedb::Bool share, int) |