#include <SchemaAbstractStore.hpp>
Inheritance diagram for corelinux::SchemaAbstractStore:
Public Methods | |
virtual MetaTypeCptr | getType ( void ) const |
get the type. More... | |
VoidPtr | operator new (size_t aSize) |
redefine the operator new[]
| |
void | operator delete (VoidPtr aVoidPtr) |
redefine the operator delete[]
| |
SchemaAbstractStore ( void ) | |
Default constructor not allowed. | |
SchemaAbstractStore ( SchemaAbstractStoreCref ) | |
Copy constructor. | |
virtual | ~SchemaAbstractStore ( void ) |
Virtual Destructor. | |
bool | operator== ( SchemaAbstractStoreCref ) const |
Equality operator. | |
SchemaAbstractStoreRef | operator= ( SchemaAbstractStoreCref ) |
Assignment operator. | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
SchemaAbstractStorePtr ( void ) | |
1 a new instance of SchemaAbstractStore. More... | |
void ( SchemaAbstractStorePtr aPointer ) | |
1 a point of SchemaAbstractStore
| |
Protected Methods | |
void | closeStore ( void ) |
bool | exists ( CharPtr ) |
Handle | openRead ( CharPtr ) |
Handle | openWrite ( CharPtr ) |
bool | hasKey ( CharPtr ) |
void | removeDesc ( CharPtr ) |
void | updateDesc ( CharPtr, SchemaDataDescriptorCref ) |
void | updateDesc ( CharPtr, Int, CharPtr ) |
void | fetchDesc ( CharPtr, SchemaDataDescriptorRef ) |
void | fetchDesc ( SchemaDataDescriptorCref, SchemaDataDescriptorRef ) |
void | fetchFirstKey ( SchemaDataDescriptorRef ) |
void | fetchNextKey ( SchemaDataDescriptorCref , SchemaDataDescriptorRef ) |
Protected Attributes | |
Handle | theHandle |
The actual storage handle. |
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of SchemaAbstractStore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get the type.
Reimplemented from corelinux::Store. Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
get the type descriptor.
Reimplemented from corelinux::Store. Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
|
|
|
|
|
|
redefine the operator delete[]
Reimplemented from corelinux::Store. Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
redefine the operator new[]
Reimplemented from corelinux::Store. Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
Assignment operator.
Reimplemented from corelinux::Store. Reimplemented in corelinux::SchemaCatStore, and corelinux::SchemaStore. |
|
Equality operator.
|
|
|
|
|
|
|
|
1 a point of SchemaAbstractStore
|
|
The actual storage handle.
|