C# Class RadioDld.SQLiteMonDataReader

Inheritance: IDisposable
显示文件 Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AddReadersInfo() public static method

public static AddReadersInfo ( Exception exp ) : Exception
exp System.Exception
return System.Exception

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBoolean() public method

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

GetBytes() public method

public GetBytes ( int i, long fieldOffset, byte buffer, int bufferOffset, int length ) : long
i int
fieldOffset long
buffer byte
bufferOffset int
length int
return long

GetDateTime() public method

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

GetInt32() public method

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

GetOrdinal() public method

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

GetString() public method

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

GetValue() public method

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

IsDBNull() public method

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

Read() public method

public Read ( ) : bool
return bool

SQLiteMonDataReader() public method

public SQLiteMonDataReader ( SQLiteDataReader reader ) : System
reader System.Data.SQLite.SQLiteDataReader
return System