C# Class System.Data.Odbc.OdbcDataReader.OdbcDataReader

Inheritance: MarshalByRefObject, IDataReader, IDisposable, IDataRecord, IEnumerable
Afficher le fichier Open project: kumpera/mono

Private Properties

Свойство Type Description
ColIndex int
GetChar char
GetChars long
GetColumn System.Data.Odbc.OdbcColumn
GetColumnAttribute int
GetColumnAttributeStr string
GetColumns void
GetData IDataReader
GetGuid Guid
GetPrimaryKeys string[]
GetPrimaryKeysBySQLPrimaryKey System.Collections.ArrayList
GetPrimaryKeysBySQLStatistics System.Collections.ArrayList
GetSchemaTable System.Data.DataTable
GetTime TimeSpan
IDisposable void
IEnumerable IEnumerator
NextRow bool
OdbcDataReader System.Collections
OdbcDataReader System.Collections
RemoveTrailingNullChar string

Méthodes publiques

Méthode Description
Close ( ) : void
GetBoolean ( int i ) : bool
GetByte ( int i ) : byte
GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long
GetDataTypeName ( int i ) : string
GetDate ( int i ) : DateTime
GetDateTime ( int i ) : DateTime
GetDecimal ( int i ) : decimal
GetDouble ( int i ) : double
GetEnumerator ( ) : IEnumerator
GetFieldType ( int i ) : Type
GetFloat ( int i ) : float
GetInt16 ( int i ) : short
GetInt32 ( int i ) : int
GetInt64 ( int i ) : long
GetName ( int i ) : string
GetOrdinal ( string value ) : int
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 value ) : object

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
ColIndex ( string colname ) : int
GetChar ( int i ) : char
GetChars ( int i, long dataIndex, char buffer, int bufferIndex, int length ) : long
GetColumn ( int ordinal ) : System.Data.Odbc.OdbcColumn
GetColumnAttribute ( int column, FieldIdentifier fieldId ) : int
GetColumnAttributeStr ( int column, FieldIdentifier fieldId ) : string
GetColumns ( ) : void
GetData ( int i ) : IDataReader
GetGuid ( int i ) : Guid
GetPrimaryKeys ( string catalog, string schema, string table ) : string[]
GetPrimaryKeysBySQLPrimaryKey ( string catalog, string schema, string table ) : ArrayList
GetPrimaryKeysBySQLStatistics ( string catalog, string schema, string table ) : ArrayList
GetSchemaTable ( ) : DataTable
GetTime ( int i ) : TimeSpan
IDisposable ( ) : void
IEnumerable ( ) : IEnumerator
NextRow ( ) : bool Load the next row in the current result set.
OdbcDataReader ( System.Data.Odbc.OdbcCommand command, CommandBehavior behavior ) : System.Collections
OdbcDataReader ( System.Data.Odbc.OdbcCommand command, CommandBehavior behavior, int recordAffected ) : System.Collections
RemoveTrailingNullChar ( string value ) : string

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBoolean() public méthode

public GetBoolean ( int i ) : bool
i int
Résultat bool

GetByte() public méthode

public GetByte ( int i ) : byte
i int
Résultat byte

GetBytes() public méthode

public GetBytes ( int i, long dataIndex, byte buffer, int bufferIndex, int length ) : long
i int
dataIndex long
buffer byte
bufferIndex int
length int
Résultat long

GetDataTypeName() public méthode

public GetDataTypeName ( int i ) : string
i int
Résultat string

GetDate() public méthode

public GetDate ( int i ) : DateTime
i int
Résultat DateTime

GetDateTime() public méthode

public GetDateTime ( int i ) : DateTime
i int
Résultat DateTime

GetDecimal() public méthode

public GetDecimal ( int i ) : decimal
i int
Résultat decimal

GetDouble() public méthode

public GetDouble ( int i ) : double
i int
Résultat double

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetFieldType() public méthode

public GetFieldType ( int i ) : Type
i int
Résultat Type

GetFloat() public méthode

public GetFloat ( int i ) : float
i int
Résultat float

GetInt16() public méthode

public GetInt16 ( int i ) : short
i int
Résultat short

GetInt32() public méthode

public GetInt32 ( int i ) : int
i int
Résultat int

GetInt64() public méthode

public GetInt64 ( int i ) : long
i int
Résultat long

GetName() public méthode

public GetName ( int i ) : string
i int
Résultat string

GetOrdinal() public méthode

public GetOrdinal ( string value ) : int
value string
Résultat int

GetString() public méthode

public GetString ( int i ) : string
i int
Résultat string

GetValue() public méthode

public GetValue ( int i ) : object
i int
Résultat object

GetValues() public méthode

public GetValues ( object values ) : int
values object
Résultat int

IsDBNull() public méthode

public IsDBNull ( int i ) : bool
i int
Résultat bool

NextResult() public méthode

public NextResult ( ) : bool
Résultat bool

Read() public méthode

public Read ( ) : bool
Résultat bool

this() public méthode

public this ( int i ) : object
i int
Résultat object

this() public méthode

public this ( string value ) : object
value string
Résultat object