System.Data.OracleClient.OracleDataReader Class
Information   Base Types   Related Resources

(No documentation available.)

  • Namespace: System.Data.OracleClient
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: System.Data.OracleClient.dll

  • System.MarshalByRefObject
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (4)Discussions (49)MembersRotorChanges
    New member/overload additions in .NET v1.1.4322
     .ctor
  • private OracleDataReader(System.Data.OracleClient.OracleCommand command, System.Data.OracleClient.OciHandle statementHandle, System.String statementText, System.Data.CommandBehavior behavior)
  • private OracleDataReader(System.Data.OracleClient.OracleConnection connection, System.Data.OracleClient.OciHandle statementHandle)
  • private OracleDataReader(System.Data.OracleClient.OracleCommand command, System.Collections.ArrayList refCursorParameterOrdinals, System.String statementText, System.Data.CommandBehavior behavior)

  •  _buffer
  • private System.Data.OracleClient.NativeBuffer _buffer

  •  _closeConnectionToo
  • private System.Boolean _closeConnectionToo

  •  _columnInfo
  • private System.Data.OracleClient.OracleColumn[] _columnInfo

  •  _connection
  • private System.Data.OracleClient.OracleConnection _connection

  •  _connectionCloseCount
  • private System.Int32 _connectionCloseCount

  •  _endOfData
  • private System.Boolean _endOfData

  •  _fieldNameLookup
  • private System.Data.OracleClient.FieldNameLookup _fieldNameLookup

  •  _hasRows
  • private System.Byte _hasRows

  •  _isLastBuffer
  • private System.Boolean _isLastBuffer

  •  _keyInfoRequested
  • private System.Boolean _keyInfoRequested

  •  _nextRefCursor
  • private System.Int32 _nextRefCursor

  •  _prefetchMemory
  • private static System.Int32 _prefetchMemory

  •  _recordsAffected
  • private System.Int32 _recordsAffected

  •  _refCursorDataReaders
  • private System.Data.OracleClient.OracleDataReader[] _refCursorDataReaders

  •  _rowBufferLength
  • private System.Int32 _rowBufferLength

  •  _rowsToPrefetch
  • private System.Int32 _rowsToPrefetch

  •  _rowsTotal
  • private System.Int32 _rowsTotal

  •  _schemaTable
  • private System.Data.DataTable _schemaTable

  •  _statementHandle
  • private System.Data.OracleClient.OciHandle _statementHandle

  •  _statementText
  • private System.String _statementText

  •  AssertReaderHasData
  • private void AssertReaderHasData()

  •  AssertReaderIsOpen
  • private void AssertReaderIsOpen()

  •  BuildSchemaTable
  • private void BuildSchemaTable()

  •  Cleanup
  • private void Cleanup()

  •  Close
  • public void Close()

  •  Depth
  • public System.Int32 Depth

  •  Dispose
  • public void Dispose()

  •  FieldCount
  • public System.Int32 FieldCount

  •  FillColumnInfo
  • private void FillColumnInfo()

  •  get_ErrorHandle
  • private System.Data.OracleClient.OciHandle get_ErrorHandle()

  •  GetBoolean
  • public System.Boolean GetBoolean(System.Int32 i)

  •  GetByte
  • public System.Byte GetByte(System.Int32 i)

  •  GetBytes
  • public System.Int64 GetBytes(System.Int32 i, System.Int64 fieldOffset, System.Byte[] buffer2, System.Int32 bufferoffset, System.Int32 length)

  •  GetChar
  • public System.Char GetChar(System.Int32 i)

  •  GetChars
  • public System.Int64 GetChars(System.Int32 i, System.Int64 fieldOffset, System.Char[] buffer2, System.Int32 bufferoffset, System.Int32 length)

  •  GetData
  • public System.Data.IDataReader GetData(System.Int32 i)

  •  GetDataTypeName
  • public System.String GetDataTypeName(System.Int32 i)

  •  GetDateTime
  • public System.DateTime GetDateTime(System.Int32 i)

  •  GetDecimal
  • public System.Decimal GetDecimal(System.Int32 i)

  •  GetDouble
  • public System.Double GetDouble(System.Int32 i)

  •  GetFieldType
  • public System.Type GetFieldType(System.Int32 i)

  •  GetFloat
  • public System.Single GetFloat(System.Int32 i)

  •  GetGuid
  • public System.Guid GetGuid(System.Int32 i)

  •  GetInt16
  • public System.Int16 GetInt16(System.Int32 i)

  •  GetInt32
  • public System.Int32 GetInt32(System.Int32 i)

  •  GetInt64
  • public System.Int64 GetInt64(System.Int32 i)

  •  GetName
  • public System.String GetName(System.Int32 i)

  •  GetOracleBFile
  • public System.Data.OracleClient.OracleBFile GetOracleBFile(System.Int32 i)

  •  GetOracleBinary
  • public System.Data.OracleClient.OracleBinary GetOracleBinary(System.Int32 i)

  •  GetOracleDateTime
  • public System.Data.OracleClient.OracleDateTime GetOracleDateTime(System.Int32 i)

  •  GetOracleLob
  • public System.Data.OracleClient.OracleLob GetOracleLob(System.Int32 i)

  •  GetOracleMonthSpan
  • public System.Data.OracleClient.OracleMonthSpan GetOracleMonthSpan(System.Int32 i)

  •  GetOracleNumber
  • public System.Data.OracleClient.OracleNumber GetOracleNumber(System.Int32 i)

  •  GetOracleString
  • public System.Data.OracleClient.OracleString GetOracleString(System.Int32 i)

  •  GetOracleTimeSpan
  • public System.Data.OracleClient.OracleTimeSpan GetOracleTimeSpan(System.Int32 i)

  •  GetOracleValue
  • public System.Object GetOracleValue(System.Int32 i)

  •  GetOracleValues
  • public System.Int32 GetOracleValues(System.Object[] values)

  •  GetOrdinal
  • public System.Int32 GetOrdinal(System.String name)

  •  GetSchemaTable
  • public System.Data.DataTable GetSchemaTable()

  •  GetString
  • public System.String GetString(System.Int32 i)

  •  GetTimeSpan
  • public System.TimeSpan GetTimeSpan(System.Int32 i)

  •  GetValue
  • public System.Object GetValue(System.Int32 i)

  •  GetValues
  • public System.Int32 GetValues(System.Object[] values)

  •  HasRows
  • public System.Boolean HasRows

  •  IsClosed
  • public System.Boolean IsClosed

  •  IsDBNull
  • public System.Boolean IsDBNull(System.Int32 i)

  •  Item
  • public System.Object Item[System.Int32 i]
  • public System.Object Item[System.String name]

  •  NextResult
  • public System.Boolean NextResult()

  •  NextResultInternal
  • private System.Boolean NextResultInternal()

  •  Read
  • public System.Boolean Read()

  •  ReadInternal
  • private System.Boolean ReadInternal()

  •  RecordsAffected
  • public System.Int32 RecordsAffected

  •  SetSchemaValue
  • private System.Object SetSchemaValue(System.String value)

  •  System.Collections.IEnumerable.GetEnumerator
  • private System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()

  •  x_hasRows_False
  • private static System.Byte x_hasRows_False

  •  x_hasRows_True
  • private static System.Byte x_hasRows_True

  •  x_hasRows_Unknown
  • private static System.Byte x_hasRows_Unknown

  • Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com