|
Developers ManualProject homepage |
#include <O3DBIClob.h>
Inheritance diagram for O3DBIClob:


Public Member Functions | |
| O3DBIClob () | |
| O3DBIClob (const O3DBIClob &other) | |
| O3DBIClob (PC_TCHAR lpszClob) | |
| virtual | ~O3DBIClob () |
| O3DBIClob & | operator= (const O3DBIClob &other) |
| O3DBIClob & | operator= (PC_TCHAR lpszClob) |
| bool | operator== (const O3DBIClob &other) const |
| bool | SetRaw (PC_TCHAR lpszClob) |
| PC_TCHAR | GetRaw (void) const |
| virtual TO3DBIString | ToString (void) const |
Definition at line 49 of file O3DBIClob.h.
|
|
The default constructor. Definition at line 16 of file O3DBIClob.cpp. |
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. An initialization (copy) constructor.
Definition at line 21 of file O3DBIClob.cpp. References GetRaw(). |
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. An initialization constructor.
Definition at line 26 of file O3DBIClob.cpp. |
|
|
The virtual destructor. Definition at line 31 of file O3DBIClob.cpp. |
|
|
Call this member function to get the string of the O3DBIClob object
Definition at line 61 of file O3DBIClob.cpp. References PC_TCHAR. Referenced by O3DBIClob(), and operator=(). |
|
|
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. An assignment operator.
Definition at line 45 of file O3DBIClob.cpp. References SetRaw(). |
|
|
An assignment (copy) operator.
Definition at line 39 of file O3DBIClob.cpp. |
|
|
A comparison operator 'equal-to'.
Definition at line 51 of file O3DBIClob.cpp. References _lpszBuffer. |
|
|
Call this member function to set the string of the O3DBIClob object. A previous string will be erased.
Definition at line 56 of file O3DBIClob.cpp. Referenced by operator=(). |
|
|
This member function returns a string that "textually represents" this object.
Reimplemented from O3DBIObject. Definition at line 66 of file O3DBIClob.cpp. References TO3DBIString. |
|
|
Generated on Sun Jan 23 11:36:45 2005 for Oracle Object Oriented Database Interface (O3DBI) by
1.3.9.1
|