| _Close() | Connection | [virtual] |
| _Commit() | OracleConnection | [protected, virtual] |
| _Database | Connection | [protected] |
| _DefaultCursor | Connection | [protected] |
| _Execute() | Connection | [virtual] |
| _FetchNext() | Connection | [virtual] |
| _FetchPrev() | Connection | [virtual] |
| _GetNewCursor() | OracleConnection | [protected, virtual] |
| _GetPassword() | Connection | [inline, protected] |
| _GetUserName() | Connection | [inline, protected] |
| _Handle | Connection | [protected] |
| _HDA | OracleConnection | [protected] |
| _LDA | OracleConnection | [protected] |
| _LocalHandle | Connection | [protected] |
| _NextOID(long int &nxtoid, long int &nxtsn) | OracleConnection | [protected, virtual] |
| _NextSN(long int curoid, long int &nxtsn) | OracleConnection | [protected, 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() | OracleConnection | [protected, virtual] |
| _RollbackToSavepoint(const char *name) | OracleConnection | [protected, virtual] |
| _Savepoint(const char *name) | OracleConnection | [protected, virtual] |
| _Sql(const char *sqlCommand) | OracleConnection | [protected, virtual] |
| _Strategies | Connection | [protected] |
| _UserName | Connection | [protected] |
| Abort() | OracleConnection | [virtual] |
| Autocommit(bool ac) | OracleConnection | [virtual] |
| Commit() | OracleConnection | [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() | OracleConnection | [virtual] |
| 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 | |
| OracleConnection(class Database *DB, const char *UserName, const char *Password, const int LocHandle, const int GlobHandle) | OracleConnection | [protected] |
| Rollback() | OracleConnection | [virtual] |
| RollbackToSavepoint(const char *name) | OracleConnection | [virtual] |
| Savepoint(const char *name) | OracleConnection | [virtual] |
| 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) | OracleConnection | [virtual] |
| ~Connection() | Connection | |
| ~OracleConnection() | OracleConnection | [virtual] |