C# 클래스 ImageClassifier.SQLiteDB

파일 보기 프로젝트 열기: GemHunt/CoinSorter

공개 메소드들

메소드 설명
Close ( ) : void
ExecuteQuery ( string txtQuery ) : void
GetNewReader ( string SQL ) : SQLiteDataReader
New ( ) : void
Open ( ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

ExecuteQuery() 공개 정적인 메소드

public static ExecuteQuery ( string txtQuery ) : void
txtQuery string
리턴 void

GetNewReader() 공개 정적인 메소드

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

New() 공개 메소드

public New ( ) : void
리턴 void

Open() 공개 정적인 메소드

public static Open ( ) : void
리턴 void