rasdaman complete source
|
#include <dbminterval.hh>
Public Member Functions | |
DBMinterval () | |
DBMinterval (const OId &id) throw (r_Error) | |
DBMinterval (r_Dimension dim) | |
DBMinterval (const char *dom) | |
DBMinterval (const r_Minterval &old) | |
DBMinterval (const DBMinterval &old) | |
~DBMinterval () | |
virtual DBMinterval & | operator= (const DBMinterval &old) |
virtual DBMinterval & | operator= (const r_Minterval &old) |
virtual r_Bytes | getMemorySize () const |
![]() | |
virtual void | destroy (void) |
int | getReferenceCount (void) const |
void | incrementReferenceCount (void) |
void | decrementReferenceCount (void) |
virtual | ~DBObject () |
DBObject () | |
DBObject (const DBObject &old) | |
DBObject (const OId &id) throw (r_Error) | |
virtual void | setPersistent (bool newPersistent) throw (r_Error) |
bool | isPersistent () const |
void | validate () throw (r_Error) |
virtual void | setModified () throw (r_Error) |
bool | isModified () const |
OId | getOId () const |
EOId | getEOId () const |
OId::OIdType | getObjectType () const |
DBObject & | operator= (const DBObject &old) |
bool | isCached () const |
virtual void | setCached (bool newCached) |
virtual void | printStatus (unsigned int level=0, std::ostream &stream=std::cout) const |
virtual r_Bytes | getTotalStorageSize () const |
virtual BinaryRepresentation | getBinaryRepresentation () const throw (r_Error) |
virtual void | setBinaryRepresentation (const BinaryRepresentation &) throw (r_Error) |
virtual char * | getBinaryName () const |
Protected Member Functions | |
virtual void | insertInDb () throw (r_Error) |
virtual void | updateInDb () throw (r_Error) |
virtual void | deleteFromDb () throw (r_Error) |
virtual void | readFromDb () throw (r_Error) |
![]() | |
virtual void | release () |
Additional Inherited Members | |
![]() | |
bool | _isPersistent |
bool | _isInDatabase |
bool | _isModified |
bool | _isCached |
OId | myOId |
OId::OIdType | objecttype |
int | referenceCount |
DBMinterval::DBMinterval | ( | ) |
DBMinterval::DBMinterval | ( | const OId & | id | ) | |
throw | ( | r_Error | |||
) |
DBMinterval::DBMinterval | ( | r_Dimension | dim | ) |
DBMinterval::DBMinterval | ( | const char * | dom | ) |
DBMinterval::DBMinterval | ( | const r_Minterval & | old | ) |
DBMinterval::DBMinterval | ( | const DBMinterval & | old | ) |
DBMinterval::~DBMinterval | ( | ) |
|
protectedvirtual |
Reimplemented from DBObject.
|
virtual |
Reimplemented from DBObject.
|
protectedvirtual |
Reimplemented from DBObject.
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented from DBObject.
|
protectedvirtual |
Reimplemented from DBObject.