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

In This Topic
PgSqlDataReader Class Methods
In This Topic

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

Public Methods
 NameDescription
Public MethodOverridden. Closes the PgSqlDataReader object.  
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 MethodOverloaded. Gets the value of the specified column as a BitArray.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a Boolean.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a byte.  
Public MethodOverloaded. Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a single character.  
Public MethodOverloaded. Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.  
Public MethodOverloaded. Overridden. Gets the name of the source data type.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a System.DateTime object.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as an System.DateTimeOffset object.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a System.Decimal object.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a double-precision floating point number.  
Public MethodOverloaded. Overridden. Gets the System.Type that is the data type of the object.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a single-precision floating point number.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a universally unique identifier (UUID).  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a 16-bit signed integer.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a 32-bit signed integer.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a 64-bit signed integer.  
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverridden. Gets the name of the specified column.  
Public MethodGets the column ordinal, given the name of the column. (Inherited from Devart.Common.DbDataReaderBase)
Public MethodOverloaded. Gets the value of the specified column as a PgSqlArray object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlBigIntRange object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlBlob object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlBox object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlCircle object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlCursor object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlDateRange object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlInet object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlInterval object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlIntRange object.  
Public MethodOverloaded. Gets the value of the specified column as PgSqlLargeObject.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlLine object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlLSeg object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlMacAddr object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlNumericRange object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlPath object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlPoint object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlPolygon object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlRow object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlRowType object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlText object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlTime object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlTimeStamp object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlTimeStampRange object.  
Public MethodOverloaded. Gets the value of the specified column as a PgSqlTimeStampTZRange object.  
Public MethodOverloaded. Overridden. Gets the System.Type that is the provider-specific data type of the object.  
Public MethodOverloaded. Overridden. Gets the value of the specified column. If possible, a provider-specific type is used.  
Public MethodOverridden. Gets all column values for the current row. If possible, a provider-specific type is used.  
Public MethodOverridden. Returns a System.Data.DataTable that describes the column metadata of the PgSqlDataReader.  
Public MethodOverloaded. Overridden. Gets the value of the specified column as a string.  
Public MethodOverloaded. Gets the value of the specified column as a System.TimeSpan.  
Public MethodOverloaded. Overridden. Gets the value of the specified column in its native format.  
Public MethodOverridden. Gets all column values for the current row.  
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Overridden. Gets a value indicating whether the column contains non-existent or missing values.  
Public MethodOverridden. Advances the data reader to the next result, when reading the results of batch SQL statements.  
Public MethodOverridden. Advances the PgSqlDataReader to the next record.  
Top
See Also