C# Class ImageClassifier.SQLiteDB

Show file Open project: GemHunt/CoinSorter

Public Methods

Method Description
Close ( ) : void
ExecuteQuery ( string txtQuery ) : void
GetNewReader ( string SQL ) : SQLiteDataReader
New ( ) : void
Open ( ) : void

Method Details

Close() public static method

public static Close ( ) : void
return void

ExecuteQuery() public static method

public static ExecuteQuery ( string txtQuery ) : void
txtQuery string
return void

GetNewReader() public static method

public static GetNewReader ( string SQL ) : SQLiteDataReader
SQL string
return System.Data.SQLite.SQLiteDataReader

New() public method

public New ( ) : void
return void

Open() public static method

public static Open ( ) : void
return void