C# Class System.Data.SqlClient.SqlDataReader.SqlDataReader

Inheritance: System.MarshalByRefObject, IEnumerable, IDataReader, IDisposable, IDataRecord
Show file Open project: kumpera/mono

Public Methods

Method Description
Close ( ) : void
GetBoolean ( int i ) : bool
GetByte ( int i ) : byte
GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long
GetChars ( int i, long dataIndex, char buffer, int bufferIndex, int length ) : long
GetDataTypeName ( int i ) : string
GetDateTime ( int i ) : System.DateTime
GetDecimal ( int i ) : decimal
GetDouble ( int i ) : double
GetEnumerator ( ) : IEnumerator
GetFieldType ( int i ) : Type
GetFloat ( int i ) : float
GetGuid ( int i ) : System.Guid
GetInt16 ( int i ) : short
GetInt32 ( int i ) : int
GetInt64 ( int i ) : long
GetName ( int i ) : string
GetOrdinal ( string name ) : int
GetProviderSpecificFieldType ( int i ) : Type
GetProviderSpecificValue ( int i ) : object
GetProviderSpecificValues ( object values ) : int
GetSchemaTable ( ) : DataTable
GetSqlBinary ( int i ) : SqlBinary
GetSqlBoolean ( int i ) : SqlBoolean
GetSqlByte ( int i ) : SqlByte
GetSqlBytes ( int i ) : SqlBytes
GetSqlDateTime ( int i ) : SqlDateTime
GetSqlDecimal ( int i ) : SqlDecimal
GetSqlDouble ( int i ) : SqlDouble
GetSqlGuid ( int i ) : SqlGuid
GetSqlInt16 ( int i ) : SqlInt16
GetSqlInt32 ( int i ) : SqlInt32
GetSqlInt64 ( int i ) : SqlInt64
GetSqlMoney ( int i ) : SqlMoney
GetSqlSingle ( int i ) : SqlSingle
GetSqlString ( int i ) : SqlString
GetSqlValue ( int i ) : object
GetSqlValues ( object values ) : int
GetSqlXml ( int i ) : SqlXml
GetString ( int i ) : string
GetValue ( int i ) : object
GetValues ( object values ) : int
IsDBNull ( int i ) : bool
NextResult ( ) : bool
Read ( ) : bool
this ( int i ) : object
this ( string name ) : object

Protected Methods

Method Description
IsCommandBehavior ( CommandBehavior condition ) : bool

Private Methods

Method Description
ConstructSchemaTable ( ) : DataTable
CreateGetBytesOnInvalidColumnTypeException ( int ordinal ) : InvalidCastException
Dispose ( bool disposing ) : void
EnsureDataAvailable ( ) : void
GetChar ( int i ) : char
GetData ( int i ) : IDataReader
GetSchemaRowDbType ( TdsColumnType ctype, int csize, short precision, short scale ) : SqlDbType
GetSchemaRowDbType ( int ordinal ) : SqlDbType
GetSchemaRowFieldType ( TdsColumnType ctype, int csize, short precision, short scale ) : Type
GetSchemaRowType ( TdsColumnType ctype, int csize, short precision, short scale, int &dbType, Type &fieldType, bool &isLong, string &typeName ) : void
GetSchemaRowTypeName ( TdsColumnType ctype, int csize, short precision, short scale ) : string
GetSchemaValue ( Mono.Data.Tds.Protocol.TdsDataColumn schema, string key ) : object
GetSchemaValue ( object value ) : object
IDisposable ( ) : void
IEnumerable ( ) : IEnumerator
ReadRecord ( ) : bool
SqlDataReader ( SqlCommand command ) : Mono.Data.Tds.Protocol
ValidateState ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

GetBoolean() public method

public GetBoolean ( int i ) : bool
i int
return bool

GetByte() public method

public GetByte ( int i ) : byte
i int
return byte

GetBytes() public method

public GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long
i int
dataIndex long
buffer byte
bufferIndex int
length int
return long

GetChars() public method

public GetChars ( int i, long dataIndex, char buffer, int bufferIndex, int length ) : long
i int
dataIndex long
buffer char
bufferIndex int
length int
return long

GetDataTypeName() public method

public GetDataTypeName ( int i ) : string
i int
return string

GetDateTime() public method

public GetDateTime ( int i ) : System.DateTime
i int
return System.DateTime

GetDecimal() public method

public GetDecimal ( int i ) : decimal
i int
return decimal

GetDouble() public method

public GetDouble ( int i ) : double
i int
return double

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetFieldType() public method

public GetFieldType ( int i ) : Type
i int
return System.Type

GetFloat() public method

public GetFloat ( int i ) : float
i int
return float

GetGuid() public method

public GetGuid ( int i ) : System.Guid
i int
return System.Guid

GetInt16() public method

public GetInt16 ( int i ) : short
i int
return short

GetInt32() public method

public GetInt32 ( int i ) : int
i int
return int

GetInt64() public method

public GetInt64 ( int i ) : long
i int
return long

GetName() public method

public GetName ( int i ) : string
i int
return string

GetOrdinal() public method

public GetOrdinal ( string name ) : int
name string
return int

GetProviderSpecificFieldType() public method

public GetProviderSpecificFieldType ( int i ) : Type
i int
return System.Type

GetProviderSpecificValue() public method

public GetProviderSpecificValue ( int i ) : object
i int
return object

GetProviderSpecificValues() public method

public GetProviderSpecificValues ( object values ) : int
values object
return int

GetSchemaTable() public method

public GetSchemaTable ( ) : DataTable
return System.Data.DataTable

GetSqlBinary() public method

public GetSqlBinary ( int i ) : SqlBinary
i int
return System.Data.SqlTypes.SqlBinary

GetSqlBoolean() public method

public GetSqlBoolean ( int i ) : SqlBoolean
i int
return System.Data.SqlTypes.SqlBoolean

GetSqlByte() public method

public GetSqlByte ( int i ) : SqlByte
i int
return System.Data.SqlTypes.SqlByte

GetSqlBytes() public method

public GetSqlBytes ( int i ) : SqlBytes
i int
return System.Data.SqlTypes.SqlBytes

GetSqlDateTime() public method

public GetSqlDateTime ( int i ) : SqlDateTime
i int
return System.Data.SqlTypes.SqlDateTime

GetSqlDecimal() public method

public GetSqlDecimal ( int i ) : SqlDecimal
i int
return System.Data.SqlTypes.SqlDecimal

GetSqlDouble() public method

public GetSqlDouble ( int i ) : SqlDouble
i int
return System.Data.SqlTypes.SqlDouble

GetSqlGuid() public method

public GetSqlGuid ( int i ) : SqlGuid
i int
return System.Data.SqlTypes.SqlGuid

GetSqlInt16() public method

public GetSqlInt16 ( int i ) : SqlInt16
i int
return System.Data.SqlTypes.SqlInt16

GetSqlInt32() public method

public GetSqlInt32 ( int i ) : SqlInt32
i int
return System.Data.SqlTypes.SqlInt32

GetSqlInt64() public method

public GetSqlInt64 ( int i ) : SqlInt64
i int
return System.Data.SqlTypes.SqlInt64

GetSqlMoney() public method

public GetSqlMoney ( int i ) : SqlMoney
i int
return System.Data.SqlTypes.SqlMoney

GetSqlSingle() public method

public GetSqlSingle ( int i ) : SqlSingle
i int
return System.Data.SqlTypes.SqlSingle

GetSqlString() public method

public GetSqlString ( int i ) : SqlString
i int
return System.Data.SqlTypes.SqlString

GetSqlValue() public method

public GetSqlValue ( int i ) : object
i int
return object

GetSqlValues() public method

public GetSqlValues ( object values ) : int
values object
return int

GetSqlXml() public method

public GetSqlXml ( int i ) : SqlXml
i int
return System.Data.SqlTypes.SqlXml

GetString() public method

public GetString ( int i ) : string
i int
return string

GetValue() public method

public GetValue ( int i ) : object
i int
return object

GetValues() public method

public GetValues ( object values ) : int
values object
return int

IsCommandBehavior() protected method

protected IsCommandBehavior ( CommandBehavior condition ) : bool
condition CommandBehavior
return bool

IsDBNull() public method

public IsDBNull ( int i ) : bool
i int
return bool

NextResult() public method

public NextResult ( ) : bool
return bool

Read() public method

public Read ( ) : bool
return bool

this() public method

public this ( int i ) : object
i int
return object

this() public method

public this ( string name ) : object
name string
return object