C# Class RadioDld.Database

Mostrar archivo Open project: ribbons/RadioDownloader

Protected Methods

Method Description
FetchDbConn ( ) : SQLiteConnection
RetrieveImage ( int imgid ) : Bitmap
StoreImage ( Image image ) : int?

Method Details

FetchDbConn() protected static method

protected static FetchDbConn ( ) : SQLiteConnection
return System.Data.SQLite.SQLiteConnection

RetrieveImage() protected static method

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

StoreImage() protected static method

protected static StoreImage ( Image image ) : int?
image Image
return int?