#include <CharLob.hpp>
Inheritance diagram for CharLob:

Public Member Functions | |
| CharLob () | |
| CharLob (char *user, char *pass, char *db, char *cfile) | |
| CharLob (char *user, char *pass, char *db) | |
| ~CharLob () | |
| int | DownloadClobData (void) | 
| int | UploadClobData (void) | 
-----------
Upload and Download of Character Lobs to an Oracle Server
Author: Ralf Duenkelmann
Date : 01.06.2004
| CharLob::CharLob | ( | ) | 
Def Constructor
| CharLob::CharLob | ( | char * | user, | |
| char * | pass, | |||
| char * | db, | |||
| char * | cfile | |||
| ) | 
Constructor
| user | name of the database user | |
| pass | password of the database user | |
| db | The database alias from tnsnames | |
| cfile | filename to up- or download (full path) | 
default values of username & password
| CharLob::CharLob | ( | char * | user, | |
| char * | pass, | |||
| char * | db | |||
| ) | 
Constructor
| user | name of the database user | |
| pass | password of the database user | |
| db | The database alias from tnsnames | 
default values of username & password
| CharLob::~CharLob | ( | ) | 
Def Constructor
| int CharLob::DownloadClobData | ( | void | ) | 
DownloadBlob Download it
| int CharLob::UploadClobData | ( | void | ) | 
UploadClob Upload it
 1.5.1