Append | Appends data from the specified LOB to the current LOB. |
BeginBatch | Overloaded. Prevents server-side triggers from firing while performing multiple write operations. |
BeginRead (inherited from Stream) | Begins an asynchronous read operation. |
BeginWrite (inherited from Stream) | Begins an asynchronous write operation. |
Clone | Creates a new OracleLob object that references the same Oracle LOB as the original OracleLob object. |
Close | Overridden. Closes the OracleLob. |
CopyTo | Overloaded. Copies from this OracleLob to a destination OracleLob. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose | Releases the unmanaged resources used by the OracleLob and optionally releases the managed resources. |
EndBatch | Allows server-side triggers to resume firing after performing multiple write operations. |
EndRead (inherited from Stream) | Waits for the pending asynchronous read to complete. |
EndWrite (inherited from Stream) | Ends an asynchronous write operation. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
Erase | Overloaded. Erases data from this OracleLob. |
Flush | Overridden. Not currently supported. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
Read | Overridden. Reads a sequence of bytes from the current OracleLob stream and advances the position within the stream by the number of bytes read. |
ReadByte (inherited from Stream) | Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. |
Seek | Overridden. Sets the position on the current OracleLob stream. |
SetLength | Overridden. Sets the length of the OracleLob stream to a value less than the current length. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write | Overridden. Writes a sequence of bytes to the current OracleLob stream, and advances the current position within this stream by the number of bytes written. |
WriteByte (inherited from Stream) | Writes a byte to the current position in the stream and advances the position within the stream by one byte. |