#include <iostream>#include <stdlib.h>#include <fstream>#include <cstdio>#include <time.h>#include <occi.h>#include "CharLob.hpp"#include "BinLob.hpp"#include "Log.hpp"Functions | |
| static string const | VERSION ("0.1.4.3") |
| static string | vLogFile ("oraload.log") |
| void | Version () |
| void | Usage (char *vProg) |
| int | main (int argc, char *argv[]) |
Variables | |
| static OCIEnv * | envhp |
| static OCIError * | errhp |
| static OCIServer * | srvhp |
| static OCISvcCtx * | svchp |
| static OCISession * | authp = (OCISession *) 0 |
| static OCIStmt * | stmthp |
| static sword | rc |
| int | multifile = 0 |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void Usage | ( | char * | vProg | ) |
| void Version | ( | ) |
| static string const VERSION | ( | "0.1.4.3" | ) | [static] |
| static string vLogFile | ( | "oraload.log" | ) | [static] |
OCISession* authp = (OCISession *) 0 [static] |
OCIEnv* envhp [static] |
OCIError* errhp [static] |
| int multifile = 0 |
sword rc [static] |
OCIServer* srvhp [static] |
OCIStmt* stmthp [static] |
OCISvcCtx* svchp [static] |
1.5.1