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

Public Member Functions | |
| BinLob () | |
| BinLob (char *user, char *pass, char *db, char *cfile) | |
| BinLob (char *user, char *pass, char *db) | |
| ~BinLob () | |
| int | DownloadBlobData (void) |
| int | UploadBlobData (void) |
-----------
Upload and Download of Binary Lobs to an Oracle Server
Author: Ralf Duenkelmann
Date : 01.06.2004
| BinLob::BinLob | ( | ) |
Def Constructor
| BinLob::BinLob | ( | 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
| BinLob::BinLob | ( | 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
| BinLob::~BinLob | ( | ) |
Def Destructor
| int BinLob::DownloadBlobData | ( | void | ) |
DownloadBlob Download it
| int BinLob::UploadBlobData | ( | void | ) |
UploadBlob Upload it
1.5.1