| Visual Basic (Declaration) | |
|---|---|
Public Class OracleStorage Inherits SqlStorageBase Implements IStorage, ITransactionStorage | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public class OracleStorage : SqlStorageBase, IStorage, ITransactionStorage | |
| Managed Extensions for C++ | |
|---|---|
public __gc class OracleStorage : public SqlStorageBase, IStorage, ITransactionStorage | |
| C++/CLI | |
|---|---|
public ref class OracleStorage : public SqlStorageBase, IStorage, ITransactionStorage | |
| C# | |
|---|---|
// ... Other code | |
This class encapsulates a physical Oracle database. It is used to access to an Oracle database that is installed somewhere on your or on a remote machine. The storage implements the basic interfaces, such as IStorage for the basic storage IO functinality and ITransactionStorage for the transaction management.
Attention: You should not access the methods of the storage directly but instead register the storage with your instances of the ObjectContext. The ObjectContext accesses the methods internally to get the objects from the storage.
System.Object
System.MarshalByRefObject
Chili.Opf3.Storages.StorageBase
Chili.Opf3.Storages.SqlStorageBase
Chili.Opf3.Storages.Oracle.OracleStorage
Requirements
Namespace: Chili.Opf3.Storages.Oracle
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Chili.Opf3 (in Chili.Opf3.dll)