Chili.Opf3 Send comments on this topic.
OracleStorage Class Methods
See Also 
Chili.Opf3.Storages.Oracle Namespace : OracleStorage Class


For a list of all members of this type, see OracleStorage members.

Public Methods

 NameDescription
Public MethodCommit Commits the current open transaction on the storage. If no transaction is open no exception should be thrown. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public MethodCreateCommandOverridden. Creates a new storage dependent command object.  
Public MethodCreateConnectionOverridden. Creates a new storage dependent connection object.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodCreateParameterOverridden. Creates and populates a storage dependent parameter with data.  
Public MethodDispose Disposes the SqlStorageBase. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public MethodExecuteCommandOverridden.  Executes a command on the storage that does not expect any results. It the method returns an argument it is used by the framework to set the AutoNumber property of the persistent object.  
Public MethodGeneric ExecuteReaderOverridden.  Executes and compiles the IQuery and returns an ObjectReader with the resultsset.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodResolveStorageNullValueAttention: This method is not intended to be used in your code.

Handles the DBNull value for the given type. (Inherited from Chili.Opf3.Storages.StorageBase)

Public MethodRollback Rolls the current open transaction back. If no transaction is open no exception should be thrown. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Public MethodStartTransactionOverloaded.  (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Top

Protected Methods

 NameDescription
Protected MethodGeneric CreateObjectReader Creates a new instance of the ObjectReader Class. (Inherited from Chili.Opf3.Storages.StorageBase)
Protected MethodCreateTransaction Creates a new transaction. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnTransactionCommit Invoked after a transaction has been committed. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Protected MethodOnTransactionRollback Invoked after a transaction has been aborted. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Protected MethodOnTransactionStart Invoked after a transaction has been started. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Protected MethodPrepareCommand Routine that prepares the command. Associates the command with a connection and populates it with data from the IQuery. (Inherited from Chili.Opf3.Storages.SqlStorageBase)
Top

See Also