See Also

OracleDataReader Class  | Devart.Data.Oracle Namespace  | OracleConnection Class  | OracleCommand Class

See AlsoDevart.Data.OracleSend comments on this topic.

OracleDataReader Class Members

Devart.Data.Oracle Namespace : OracleDataReader Class

OracleDataReader overview

Public Properties

Public Property DepthOverridden. Gets a value indicating the depth of nesting for the current row.
Public Property EndOfDataOverridden. Indicates whether the OracleDataReader has been read completely.
Public Property FieldCountOverridden. Gets the number of columns in the current row.
Public Property HasRowsOverridden. Gets a value indicating whether the OracleDataReader contains one or more rows.
Public Property IsClosed (Inherited from Devart.Common.DbDataReaderBase)Gets a value indicating whether the data reader is closed.
Public Property Item (Inherited from Devart.Common.DbDataReaderBase)Overloaded. Gets the value of the specified column in its native format given the column name.
Public Property RecordsAffectedOverridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
Public Property VisibleFieldCount (Inherited from System.Data.Common.DbDataReader)Gets the number of fields in the DbDataReader that are not hidden.

Public Methods

Public Method CloseOverridden. Closes the OracleDataReader object.
Public Method CreateObjRef (Inherited from System.MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Public Method GetBooleanOverloaded. Overridden. Gets the value of the specified column as a Boolean.
Public Method GetByteOverloaded. Overridden. Gets the value of the specified column as a byte.
Public Method GetBytesOverloaded. Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset.
Public Method GetCharOverloaded. Overridden. Gets the value of the specified column as a single character.
Public Method GetCharsOverloaded. Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
Public Method GetDataTypeNameOverloaded. Overridden. Gets the name of the source data type.
Public Method GetDateTimeOverloaded. Overridden. Gets the value of the specified column as a DateTime object.
Public Method GetDateTimeOffsetOverloaded. Overridden. Gets the value of the specified column as an DateTimeOffset object.
Public Method GetDecimalOverloaded. Overridden. Gets the value of the specified column as a Decimal object.
Public Method GetDoubleOverloaded. Overridden. Gets the value of the specified column as a double-precision floating point number.
Public Method GetEnumerator (Inherited from Devart.Common.DbDataReaderBase)Fills IEnumerator object with data from Devart.Common.DbDataReaderBase.
Public Method GetFieldTypeOverloaded. Overridden. Gets the Type that is the data type of the object.
Public Method GetFloatOverloaded. Overridden. Gets the value of the specified column as a single-precision floating point number.
Public Method GetGuidOverloaded. Overridden. Gets the value of the specified column as a globally-unique identifier (GUID).
Public Method GetInt16Overloaded. Overridden. Gets the value of the specified column as a 16-bit signed integer.
Public Method GetInt32Overloaded. Overridden. Gets the value of the specified column as a 32-bit signed integer.
Public Method GetInt64Overloaded. Overridden. Gets the value of the specified column as a 64-bit signed integer.
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Public Method GetNameOverridden. Gets the name of the specified column.
Public Method GetNativeOracleArrayOverloaded. Gets the value of the specified column as an NativeOracleArray object.
Public Method GetNativeOracleObjectOverloaded. Gets the value of the specified column as an NativeOracleObject object.
Public Method GetNativeOracleTableOverloaded. Gets the value of the specified column as an NativeOracleTable object.
Public Method GetObjectTypeOverloaded. Gets the value of the specified column as an OracleType object.
Public Method GetOracleAnyDataOverloaded. Gets the value of the specified column as an OracleAnyData object.
Public Method GetOracleArrayOverloaded. Gets the value of the specified column as an OracleArray object.
Public Method GetOracleBFileOverloaded. Gets the value of the specified column as an OracleBFile object.
Public Method GetOracleBinaryOverloaded. Gets the value of the specified column as an OracleBinary object.
Public Method GetOracleCursorOverloaded. Gets the value of the specified column as an OracleCursor object.
Public Method GetOracleDateOverloaded. Gets the value of the specified column as an OracleDate object.
Public Method GetOracleDateTimeGets the value of the specified column as an OracleDateTime object.
Public Method GetOracleIntervalDSOverloaded. Gets the value of the specified column as an OracleIntervalDS object.
Public Method GetOracleIntervalYMOverloaded. Gets the value of the specified column as an OracleIntervalYM object.
Public Method GetOracleLobOverloaded. Gets the value of the specified column as a OracleLob object.
Public Method GetOracleMonthSpanGets the value of the specified column as an OracleMonthSpan object.
Public Method GetOracleNumberOverloaded. Gets the value of the specified column as an OracleNumber object.
Public Method GetOracleObjectOverloaded. Gets the value of the specified column as an OracleObject object.
Public Method GetOracleRefOverloaded. Gets the value of the specified column as an OracleRef object.
Public Method GetOracleStringOverloaded. Gets the value of the specified column as an OracleString object.
Public Method GetOracleTableOverloaded. Gets the value of the specified column as an OracleTable object.
Public Method GetOracleTimeSpanGets the value of the specified column as an OracleTimeSpan object.
Public Method GetOracleTimeStampOverloaded. Gets the value of the specified column as an OracleTimeStamp object.
Public Method GetOracleValueOverloaded. Gets the value of the column at the specified ordinal in its Oracle format wrapped by dotConnect for Oracle.
Public Method GetOracleValuesGets all the column values as the dotConnect for Oracle wrapped types.
Public Method GetOracleXmlOverloaded. Gets the value of the specified column as an OracleXml object.
Public Method GetOrdinal (Inherited from Devart.Common.DbDataReaderBase)Gets the column ordinal, given the name of the column.
Public Method GetProviderSpecificFieldTypeOverloaded. Overridden. Gets the Type that is the provider-specific data type of the object.
Public Method GetProviderSpecificValueOverloaded. Overridden. Gets the value of the specified column. If possible, a provider-specific type is used.
Public Method GetProviderSpecificValuesOverridden. Gets all columns in the collection for the current row. If possible, a provider-specific type is used.
Public Method GetSchemaTable (Inherited from Devart.Common.DbDataReaderBase)Returns a DataTable that describes the column metadata of the Devart.Common.DbDataReaderBase.
Public Method GetStringOverloaded. Overridden. Gets the value of the specified column as a string.
Public Method GetTimeSpanOverloaded. Gets the value of the specified column as a System.TimeSpan.
Public Method GetValueOverloaded. Overridden. Gets the value of the specified column in its native format.
Public Method GetValuesOverridden. Gets all columns in the collection for the current row.
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Public Method IsDBNullOverloaded. Overridden. Gets a value indicating whether the column contains non-existent or missing values.
Public Method NextResultOverridden. Advances the data reader to the next result, when reading the results of multiple REF CURSORs in PL/SQL statement.
Public Method ReadOverridden. Advances the OracleDataReader to the next record.

See Also

OracleDataReader Class  | Devart.Data.Oracle Namespace  | OracleConnection Class  | OracleCommand Class

 

 


© 2002 - 2013 Devart. All Rights Reserved.