C# 클래스 RadioDld.Database

파일 보기 프로젝트 열기: ribbons/RadioDownloader

보호된 메소드들

메소드 설명
FetchDbConn ( ) : SQLiteConnection
RetrieveImage ( int imgid ) : Bitmap
StoreImage ( Image image ) : int?

메소드 상세

FetchDbConn() 보호된 정적인 메소드

protected static FetchDbConn ( ) : SQLiteConnection
리턴 System.Data.SQLite.SQLiteConnection

RetrieveImage() 보호된 정적인 메소드

protected static RetrieveImage ( int imgid ) : Bitmap
imgid int
리턴 System.Drawing.Bitmap

StoreImage() 보호된 정적인 메소드

protected static StoreImage ( Image image ) : int?
image Image
리턴 int?