Static Public Member Functions | |
| static CollSet * | collSet (const char *, const IndexImpl *) |
| static CollSet * | collSet (const char *, Class *, const Oid &, const Oid &, int, int, int, const IndexImpl *, Object *, Bool, Bool, Data, Size) |
| static CollBag * | collBag (const char *, const IndexImpl *) |
| static CollBag * | collBag (const char *, Class *, const Oid &, const Oid &, int, int, int, const IndexImpl *, Object *, Bool, Bool, Data, Size) |
| static CollList * | collList (const char *, const IndexImpl *) |
| static CollList * | collList (const char *, Class *, const Oid &, const Oid &, int, int, int, const IndexImpl *, Object *, Bool, Bool, Data, Size) |
| static CollArray * | collArray (const char *, const IndexImpl *) |
| static CollArray * | collArray (const char *, Class *, const Oid &, const Oid &, int, int, int, const IndexImpl *, Object *, Bool, Bool, Data, Size) |
| static void | setLock (Collection *, Bool) |
| static void | setInvOid (Collection *, const Oid &, int) |
| static Bool | isLocked (Collection *) |
Static Public Attributes | |
| static int | coherent = Collection::coherent |
| static int | added = Collection::added |
| static int | removed = Collection::removed |
Definition at line 30 of file CollectionPeer.h.
1.5.3