|
Public Member Functions |
int | search (dbCursor< T > &cursor, void const *from, void const *till, bool ascent=true) |
int | search (dbCursor< T > &cursor, void const *key) |
int | search (dbCursor< T > &cursor, bool ascent=true) |
int | spatialSearch (dbCursor< T > &cursor, rectangle const &r, SpatialSearchType type) |
void | create (bool caseInsensitive=false) |
void | purge () |
void | free () |
void | add (dbReference< T > const &ref) |
void | remove (dbReference< T > const &ref) |
| dbContainer (const char_t *fieldName) |
oid_t | getOid () const |
bool | isNull () const |
dbFieldDescriptor * | dbDescribeComponents (dbFieldDescriptor *fd) |
Protected Member Functions |
void | create (dbDatabase *db, bool caseInsensitive=false, bool thick=false) |
void | purge (dbDatabase *db) |
void | free (dbDatabase *db) |
void | add (dbDatabase *db, dbAnyReference const &ref) |
void | remove (dbDatabase *db, dbAnyReference const &ref) |
int | search (dbAnyCursor &cursor, void const *from, void const *till, bool ascent=true) |
int | spatialSearch (dbAnyCursor &cursor, rectangle const &r, SpatialSearchType type) |
Protected Attributes |
dbFieldDescriptor * | fd |
oid_t | oid |
Friends |
bool | isNull (dbAnyReference const &ref) |