dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2DataReader Class

In This Topic
DB2DataReader Class Methods
In This Topic

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

Public Methods
 NameDescription
Public MethodOverridden. Closes the DB2DataReader object.  
Public Method (Inherited from System.MarshalByRefObject)
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. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Binary object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Blob object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Clob object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Date object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Decimal object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2DecimalFloat object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Double object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Int16 object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Int32 object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Int64 object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Real object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Real370 object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2RowId object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2String object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Time object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2TimeStamp object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2TimeStampOffset object.  
Public MethodGets the type of the specified column.  
Public MethodOverloaded. Gets the value of the column in its DB2 format wrapped by dotConnect for DB2.  
Public MethodGets all the column values as the dotConnect for DB2 wrapped types.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2Xml object.  
Public MethodOverloaded. Gets the value of the specified column as a Devart.Data.DB2.DB2Types.DB2XsrObjectId 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 globally-unique identifier (GUID).  
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 Method (Inherited from System.MarshalByRefObject)
Public MethodOverridden. Gets the name of the specified column.  
Public MethodOverridden. Gets the column ordinal, given the name of the column.  
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 MethodReturns a System.Data.DataTable that describes the column metadata of the Devart.Common.DbDataReaderBase. (Inherited from Devart.Common.DbDataReaderBase)
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 Method (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 DB2DataReader to the next record.  
Top
See Also