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

PgSqlLargeObject Class Members

The following tables list the members exposed by PgSqlLargeObject.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the PgSqlLargeObject class.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents a null PgSqlLargeObject object.  
Top
Public Properties
 NameDescription
Public PropertyGets a value indicating whether the PgSqlLargeObject is cached on the client.  
Public PropertyOverridden. Gets a value indicating whether the PgSqlLargeObject is opened and supports reading.  
Public PropertyOverridden. Gets a value indicating whether the PgSqlLargeObject is opened and supports seeking.  
Public Property (Inherited from System.IO.Stream)
Public PropertyOverridden. Gets a value indicating whether the PgSqlLargeObject is opened and supports writing.  
Public PropertyGets a value indicating whether the PgSqlLargeObject has any data.  
Public PropertyGets a value indicating whether the PgSqlLargeObject is a Null.  
Public PropertyOverridden. Gets the length of the PgSqlLargeObject in bytes.  
Public PropertyGets the OID of the PgSqlLargeObject.  
Public PropertyOverridden. Gets the current position of the PgSqlLargeObject.  
Public Property (Inherited from System.IO.Stream)
Public Property (Inherited from System.IO.Stream)
Top
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