C# 클래스 RadioDld.SQLiteMonDataReader

상속: IDisposable
파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AddReadersInfo() 공개 정적인 메소드

public static AddReadersInfo ( Exception exp ) : Exception
exp System.Exception
리턴 System.Exception

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetBoolean() 공개 메소드

public GetBoolean ( int i ) : bool
i int
리턴 bool

GetBytes() 공개 메소드

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

GetDateTime() 공개 메소드

public GetDateTime ( int i ) : System.DateTime
i int
리턴 System.DateTime

GetInt32() 공개 메소드

public GetInt32 ( int i ) : int
i int
리턴 int

GetOrdinal() 공개 메소드

public GetOrdinal ( string name ) : int
name string
리턴 int

GetString() 공개 메소드

public GetString ( int i ) : string
i int
리턴 string

GetValue() 공개 메소드

public GetValue ( int i ) : object
i int
리턴 object

IsDBNull() 공개 메소드

public IsDBNull ( int i ) : bool
i int
리턴 bool

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

SQLiteMonDataReader() 공개 메소드

public SQLiteMonDataReader ( SQLiteDataReader reader ) : System
reader System.Data.SQLite.SQLiteDataReader
리턴 System