Not yet documented. More...
#include <Agregat.h>
Public Member Functions | |
Agregat (Database *db=0, const Dataspace *dataspace=0) | |
Not yet documented. | |
Agregat (const Agregat &o) | |
Not yet documented. | |
Agregat (const Agregat *o, Bool share=False) | |
Not yet documented. | |
Agregat & | operator= (const Agregat &o) |
Not yet documented. | |
Status | setValue (Data data) |
Not yet documented. | |
Status | getValue (Data *data) const |
Not yet documented. | |
Status | setItemSize (const Attribute *agreg, Size size) |
Not yet documented. | |
Status | getItemSize (const Attribute *agreg, Size *psize) const |
Not yet documented. | |
Status | setItemValue (const Attribute *agreg, Data data, int nb=1, int from=0) |
Not yet documented. | |
Status | setItemOid (const Attribute *agreg, const Oid *poid, int nb=1, int from=0, Bool check_class=True) |
Not yet documented. | |
Status | getItemOid (const Attribute *agreg, Oid *poid, int nb=1, int from=0) const |
Not yet documented. | |
virtual Status | realize (const RecMode *recmode=RecMode::NoRecurs) |
Not yet documented. | |
virtual Status | remove (const RecMode *recmode=RecMode::NoRecurs) |
Not yet documented. | |
virtual Status | trace (FILE *fd=stdout, unsigned int flags=0, const RecMode *recmode=RecMode::FullRecurs) const |
Not yet documented. | |
virtual Agregat * | asAgregat () |
Not yet documented. | |
virtual const Agregat * | asAgregat () const |
Not yet documented. | |
Protected Member Functions | |
virtual void | garbage () |
Not yet documented. |
Not yet documented.
Definition at line 38 of file Agregat.h.
eyedb::Agregat::Agregat | ( | Database * | db = 0 , |
|
const Dataspace * | dataspace = 0 | |||
) |
eyedb::Agregat::Agregat | ( | const Agregat & | o | ) |
eyedb::Agregat::Agregat | ( | const Agregat * | o, | |
Bool | share = False | |||
) |
virtual const Agregat* eyedb::Agregat::asAgregat | ( | ) | const [inline, virtual] |
virtual Agregat* eyedb::Agregat::asAgregat | ( | ) | [inline, virtual] |
void eyedb::Agregat::garbage | ( | ) | [protected, virtual] |
Not yet documented.
Reimplemented from eyedb::Instance.
Reimplemented in eyedb::Database.
Definition at line 587 of file Agregat.cc.
Status eyedb::Agregat::getItemOid | ( | const Attribute * | agreg, | |
Oid * | poid, | |||
int | nb = 1 , |
|||
int | from = 0 | |||
) | const |
Not yet documented.
agreg | ||
poid | ||
nb | ||
from |
Definition at line 76 of file Agregat.cc.
Status eyedb::Agregat::getValue | ( | Data * | data | ) | const [virtual] |
Not yet documented.
Idem, bizarre, n'est pas dans le .cc
data |
Implements eyedb::Object.
Definition at line 565 of file Agregat.cc.
Not yet documented.
o |
Reimplemented from eyedb::Object.
Definition at line 640 of file Agregat.cc.
Not yet documented.
recmode |
Reimplemented from eyedb::Object.
Definition at line 265 of file Agregat.cc.
Not yet documented.
recmode |
Reimplemented from eyedb::Object.
Definition at line 439 of file Agregat.cc.
Status eyedb::Agregat::setItemOid | ( | const Attribute * | agreg, | |
const Oid * | poid, | |||
int | nb = 1 , |
|||
int | from = 0 , |
|||
Bool | check_class = True | |||
) |
Not yet documented.
agreg | ||
poid | ||
nb | ||
from |
Definition at line 54 of file Agregat.cc.
Status eyedb::Agregat::setItemValue | ( | const Attribute * | agreg, | |
Data | data, | |||
int | nb = 1 , |
|||
int | from = 0 | |||
) |
Not yet documented.
agreg | ||
data | ||
nb | ||
from |
Definition at line 87 of file Agregat.cc.
Status eyedb::Agregat::setValue | ( | Data | data | ) | [virtual] |
Not yet documented.
Bizarre, n'est pas dans le .cc
data |
Implements eyedb::Object.
Definition at line 570 of file Agregat.cc.
Status eyedb::Agregat::trace | ( | FILE * | fd = stdout , |
|
unsigned int | flags = 0 , |
|||
const RecMode * | recmode = RecMode::FullRecurs | |||
) | const [virtual] |
Not yet documented.
fd | ||
flags | ||
recmode |
Implements eyedb::Object.
Definition at line 189 of file Agregat.cc.