C# 클래스 WaveBox.Static.Database

상속: IDatabase
파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
CloseQueryLogSqliteConnection ( ISQLiteConnection conn ) : void
CloseSqliteConnection ( ISQLiteConnection conn ) : void
Database ( ) : System
DatabaseSetup ( ) : void
GetQueryLogSqliteConnection ( ) : ISQLiteConnection
GetSqliteConnection ( ) : ISQLiteConnection
QueryLogsSinceId ( int queryId ) : IList

메소드 상세

CloseQueryLogSqliteConnection() 공개 메소드

public CloseQueryLogSqliteConnection ( ISQLiteConnection conn ) : void
conn ISQLiteConnection
리턴 void

CloseSqliteConnection() 공개 메소드

public CloseSqliteConnection ( ISQLiteConnection conn ) : void
conn ISQLiteConnection
리턴 void

Database() 공개 메소드

public Database ( ) : System
리턴 System

DatabaseSetup() 공개 메소드

public DatabaseSetup ( ) : void
리턴 void

GetQueryLogSqliteConnection() 공개 메소드

public GetQueryLogSqliteConnection ( ) : ISQLiteConnection
리턴 ISQLiteConnection

GetSqliteConnection() 공개 메소드

public GetSqliteConnection ( ) : ISQLiteConnection
리턴 ISQLiteConnection

QueryLogsSinceId() 공개 메소드

public QueryLogsSinceId ( int queryId ) : IList
queryId int
리턴 IList