C# Class RadioDld.SQLiteMonDataReader

Inheritance: IDisposable
Afficher le fichier Open project: ribbons/RadioDownloader Class Usage Examples

Méthodes publiques

Méthode Description
AddReadersInfo ( Exception exp ) : Exception
Dispose ( ) : void
GetBoolean ( int i ) : bool
GetBytes ( int i, long fieldOffset, byte buffer, int bufferOffset, int length ) : long
GetDateTime ( int i ) : System.DateTime
GetInt32 ( int i ) : int
GetOrdinal ( string name ) : int
GetString ( int i ) : string
GetValue ( int i ) : object
IsDBNull ( int i ) : bool
Read ( ) : bool
SQLiteMonDataReader ( SQLiteDataReader reader ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AddReadersInfo() public static méthode

public static AddReadersInfo ( Exception exp ) : Exception
exp System.Exception
Résultat System.Exception

Dispose() public méthode

public Dispose ( ) : 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

GetBytes() public méthode

public GetBytes ( int i, long fieldOffset, byte buffer, int bufferOffset, int length ) : long
i int
fieldOffset long
buffer byte
bufferOffset int
length int
Résultat long

GetDateTime() public méthode

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

GetInt32() public méthode

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

GetOrdinal() public méthode

public GetOrdinal ( string name ) : int
name 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

IsDBNull() public méthode

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

Read() public méthode

public Read ( ) : bool
Résultat bool

SQLiteMonDataReader() public méthode

public SQLiteMonDataReader ( SQLiteDataReader reader ) : System
reader System.Data.SQLite.SQLiteDataReader
Résultat System