![]() |
Developers ManualProject homepage |
#include <O3DBIObject.h>
Inheritance diagram for O3DBIObject:
Public Member Functions | |
O3DBIObject () | |
virtual | ~O3DBIObject () |
virtual TO3DBIString | ToString (void) const |
virtual bool | IsValid (void) const |
Static Public Member Functions | |
void | RegisterMemAllocCB (MemAllocFP memallocfp) |
void | RegisterReAllocCB (ReAllocFP reallocfp) |
void | RegisterMemFreeCB (MemFreeFP memfreefp) |
Definition at line 58 of file O3DBIObject.h.
|
The default constructor.
Definition at line 47 of file O3DBIObject.cpp. References ENSURE, TOCIDvoidPtr, and TOCIResult. |
|
The virtual destructor. Definition at line 88 of file O3DBIObject.cpp. |
|
This virtual function will be invoked if the IS_VALID macro is applied on an instance of this class. This function has to check to ensure that the object is in a consistent state. A programmer should invoke this method before acting on an object pointer. See DbC.h for detailed informations about the Design By Contact methodology.
Implements DbC. Definition at line 118 of file O3DBIObject.cpp. |
|
This class function can be used to specify a memory allocation function.
Definition at line 29 of file O3DBIObject.cpp. |
|
This class function can be used to specify a memory free function.
Definition at line 39 of file O3DBIObject.cpp. |
|
This class function can be used to specify a memory re-allocation function.
Definition at line 34 of file O3DBIObject.cpp. |
|
This member function returns a string that "textually represents" this object.
Reimplemented in O3DBIBfile, O3DBIBlob, O3DBIClob, O3DBIDatabase, O3DBIDataField, O3DBIDate, O3DBIRecord, O3DBIRecordSet, O3DBIStatement, O3DBITimestamp, and O3DBIXml. Definition at line 104 of file O3DBIObject.cpp. References TO3DBIString. |
|
Generated on Sun Jan 23 11:36:47 2005 for Oracle Object Oriented Database Interface (O3DBI) by
![]() |