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 Method (Inherited from System.IO.Stream)
Public Method (Inherited from System.IO.Stream)
Public MethodOverridden. Closes the large object specified by the Oid property.  
Public MethodOverloaded.  (Inherited from System.IO.Stream)
Public MethodOverloaded.  (Inherited from System.IO.Stream)
Public MethodCreates a new large object in the database.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.IO.Stream)
Public Method (Inherited from System.IO.Stream)
Public Method (Inherited from System.IO.Stream)
Public MethodOverridden. Writes all changes cached on the client to the database.  
Public MethodOverloaded.  (Inherited from System.IO.Stream)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (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.  (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.  (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