| _Close() | Connection | [virtual] |
| _Commit() | Oracle8iConnection | [protected, virtual] |
| _Database | Connection | [protected] |
| _DefaultCursor | Connection | [protected] |
| _Execute() | Connection | [virtual] |
| _FetchNext() | Connection | [virtual] |
| _FetchPrev() | Connection | [virtual] |
| _GetNewCursor() | Oracle8iConnection | [protected, virtual] |
| _GetPassword() | Connection | [inline, protected] |
| _GetUserName() | Connection | [inline, protected] |
| _Handle | Connection | [protected] |
| _LocalHandle | Connection | [protected] |
| _NextOID(long &nextOid, long &nextSN) | Oracle8iConnection | [protected, virtual] |
| Connection::_NextOID(long int &nxtoid, long int &nxtsn)=0 | Connection | [protected, pure virtual] |
| _NextSN(long curOid, long &nextSN) | Oracle8iConnection | [protected, virtual] |
| Connection::_NextSN(long int curoid, long int &nxtsn)=0 | Connection | [protected, pure virtual] |
| _Open() | Connection | [virtual] |
| _Password | Connection | [protected] |
| _PreExecBind(const char *varName, const int pos, const void *varAddr, const int varLen, const IopcDataType varType, const bool null=false) | Connection | [virtual] |
| _PreExecBind(const char *VarName, const void *VarAddr, const int VarLen, const char VarType, short *VarInd=NULL) | Connection | [protected, virtual] |
| _PreFetchBind(const int position, const void *varAddr, const int varLen, const IopcDataType varType, bool *null=NULL) | Connection | [virtual] |
| _PreFetchBind(const int Position, const void *VarAddr, const int VarLen, const char VarType, short *VarInd=NULL) | Connection | [protected, virtual] |
| _Prepare(const char *SqlCommand) | Connection | [virtual] |
| _Rollback() | Oracle8iConnection | [protected, virtual] |
| _RollbackToSavepoint(const char *name) | Oracle8iConnection | [protected, virtual] |
| _Savepoint(const char *name) | Oracle8iConnection | [protected, virtual] |
| _Sql(const char *sqlCommand) | Connection | [protected, virtual] |
| _Strategies | Connection | [protected] |
| _UserName | Connection | [protected] |
| Abort() | Oracle8iConnection | [virtual] |
| autoCommit | Oracle8iConnection | [protected] |
| Autocommit(bool ac) | Oracle8iConnection | [virtual] |
| Commit() | Connection | [virtual] |
| Connection(class Database *DB, const char *UserName, const char *Password, const int LocHandle, const int GlobHandle) | Connection | [protected] |
| CurrentLockingStrategy() const | Connection | [inline, virtual] |
| CurrentReadingStrategy() const | Connection | [inline, virtual] |
| CurrentUpdatingStrategy() const | Connection | [inline, virtual] |
| CurrentWaitingStrategy() const | Connection | [inline, virtual] |
| Disconnect() | Oracle8iConnection | [virtual] |
| errorHandle | Oracle8iConnection | [protected] |
| logDebugMessage(const char *formatString, const char *param1="", int mask=0) | Oracle8iConnection | [inline, protected, static] |
| ociEnvironment | Oracle8iConnection | [protected] |
| operator!=(const class Connection &DbConn) const | Connection | |
| operator<<(const char *SqlCommand) | Connection | [virtual] |
| operator<<(const class Cmd &Command) | Connection | |
| operator==(const class Connection &DbConn) const | Connection | |
| Oracle8iConnection(class Database *db, const char *userName, const char *password, const int localHandle, const int globalHandle, OCISvcCtx *serviceContext) | Oracle8iConnection | [protected] |
| processOCIError(int ociRetVal, const char *ociFunctionName, const char *myFunctionName, bool useEnvHandle=0) | Oracle8iConnection | [inline, protected] |
| processOCIErrorGlobal(Oracle8iClassType classType, OCIEnv *ociEnvironment, OCIError *errorHandle, sword ociRetVal, const char *ociFunctionName, const char *myFunctionName, bool useEnvHandle) | Oracle8iConnection | [friend] |
| Rollback() | Connection | [virtual] |
| RollbackToSavepoint(const char *name) | Connection | [virtual] |
| Savepoint(const char *name) | Connection | [virtual] |
| serviceContext | Oracle8iConnection | [protected] |
| SetLockingStrategy(enum LockingStrategy aLockingStrategy) | Connection | [virtual] |
| SetReadingStrategy(enum ReadingStrategy aReadingStrategy) | Connection | [virtual] |
| SetUpdatingStrategy(enum UpdatingStrategy anUpdateStrategy) | Connection | [virtual] |
| SetWaitingStrategy(enum WaitingStrategy aWaitingStrategy) | Connection | [virtual] |
| Sql(const char *sqlCommand) | Connection | [virtual] |
| ~Connection() | Connection | |
| ~Oracle8iConnection() | Oracle8iConnection | [virtual] |