rasdaman complete source
|
#include <indexds.hh>
Public Member Functions | |
IndexDS () | |
IndexDS (const OId &id) | |
virtual r_Minterval | getCoveredDomain () const =0 |
virtual r_Minterval | getAssignedDomain () const =0 |
virtual r_Minterval | getObjectDomain (unsigned int pos) const =0 |
virtual r_Dimension | getDimension () const =0 |
virtual unsigned int | getSize () const =0 |
virtual bool | isValid () const =0 |
virtual bool | isUnderFull () const =0 |
virtual bool | isOverFull () const =0 |
virtual bool | isSameAs (const IndexDS *pix) const =0 |
virtual bool | removeObject (unsigned int pos)=0 |
virtual bool | removeObject (const KeyObject &theKey)=0 |
virtual void | insertObject (const KeyObject &theKey, unsigned int pos)=0 |
virtual void | setAssignedDomain (const r_Minterval &domain)=0 |
virtual void | setObject (const KeyObject &theKey, unsigned int pos)=0 |
virtual void | setObjectDomain (const r_Minterval &dom, unsigned int pos)=0 |
virtual const KeyObject & | getObject (unsigned int pos) const =0 |
virtual void | getObjects (KeyObjectVector &objs) const =0 |
virtual unsigned int | getOptimalSize () const =0 |
virtual void | freeDS ()=0 |
virtual OId::OIdPrimitive | getIdentifier () const =0 |
virtual IndexDS * | getNewInstance () const =0 |
![]() | |
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 r_Bytes | getMemorySize () const |
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 |
Additional Inherited Members | |
![]() | |
virtual void | release () |
virtual void | readFromDb () throw (r_Error) |
virtual void | insertInDb () throw (r_Error) |
virtual void | deleteFromDb () throw (r_Error) |
virtual void | updateInDb () throw (r_Error) |
![]() | |
bool | _isPersistent |
bool | _isInDatabase |
bool | _isModified |
bool | _isCached |
OId | myOId |
OId::OIdType | objecttype |
int | referenceCount |
|
inline |
|
inline |
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in TransDirIx, DBHierIndex, and DBRCIndexDS.
|
pure virtual |
Implemented in TransDirIx, DBHierIndex, and DBRCIndexDS.
|
pure virtual |
Implemented in TransDirIx, DBHierIndex, and DBRCIndexDS.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, TransDirIx, and DBTCIndex.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in DBHierIndex, TransDirIx, and DBRCIndexDS.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in TransDirIx, DBRCIndexDS, and DBHierIndex.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, TransDirIx, and DBTCIndex.
Implemented in DBRCIndexDS, DBHierIndex, TransDirIx, and DBTCIndex.
|
pure virtual |
Implemented in TransDirIx, DBHierIndex, and DBRCIndexDS.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.
|
pure virtual |
Implemented in DBRCIndexDS, DBHierIndex, and TransDirIx.