dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLargeObject Class

In This Topic
PgSqlLargeObject Class Methods
In This Topic

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

Public Methods
 NameDescription
Public MethodBegins an asynchronous read operation. (Consider using System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32) instead.) (Inherited from System.IO.Stream)
Public MethodBegins an asynchronous write operation. (Consider using System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32) instead.) (Inherited from System.IO.Stream)
Public MethodOverridden. Closes the large object specified by the Oid property.  
Public MethodOverloaded. Reads the bytes from the current stream and writes them to another stream. (Inherited from System.IO.Stream)
Public MethodOverloaded. Asynchronously reads the bytes from the current stream and writes them to another stream. (Inherited from System.IO.Stream)
Public MethodCreates a new large object in the database.  
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.IO.Stream. (Inherited from System.IO.Stream)
Public MethodWaits for the pending asynchronous read to complete. (Consider using System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32) instead.) (Inherited from System.IO.Stream)
Public MethodEnds an asynchronous write operation. (Consider using System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32) instead.) (Inherited from System.IO.Stream)
Public MethodOverridden. Writes all changes cached on the client to the database.  
Public MethodOverloaded. Asynchronously clears all buffers for this stream and causes any buffered data to be written to the underlying device. (Inherited from System.IO.Stream)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Opens the large object specified by the Oid property.  
Public MethodOverridden. Reads a sequence of bytes from the large object.  
Public MethodOverloaded. Asynchronously reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read. (Inherited from System.IO.Stream)
Public MethodOverridden. Reads a byte from the PgSqlLargeObject and advances the position by one byte.  
Public MethodDeletes the large object specified by the Oid property from the database.  
Public MethodOverridden. Changes the current read or write location associated with the large object.  
Public MethodOverridden. Sets the length of the large object.  
Public MethodOverridden. Writes an array of bytes to PgSqlLargeObject.  
Public MethodOverloaded. Asynchronously writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written. (Inherited from System.IO.Stream)
Public MethodOverridden. Writes a byte to the current position in the PgSqlLargeObject and advances the position by one byte.  
Top
See Also