C# 클래스 DataAccess.SqliteConn

파일 보기 프로젝트 열기: hanksoft/KillJD

공개 메소드들

메소드 설명
CloseConn ( ) : void
Dispose ( ) : void
GetConnection ( ) : SQLiteConnection
GetConnection ( string name ) : SQLiteConnection
GetInstance ( ) : SqliteConn
ReleaseConn ( ) : void
ReleaseConn ( string name ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CreateConn ( string dbName ) : SQLiteConnection
SqliteConn ( ) : System

메소드 상세

CloseConn() 공개 메소드

public CloseConn ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetConnection() 공개 메소드

public GetConnection ( ) : SQLiteConnection
리턴 System.Data.SQLite.SQLiteConnection

GetConnection() 공개 메소드

public GetConnection ( string name ) : SQLiteConnection
name string
리턴 System.Data.SQLite.SQLiteConnection

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : SqliteConn
리턴 SqliteConn

ReleaseConn() 공개 메소드

public ReleaseConn ( ) : void
리턴 void

ReleaseConn() 공개 메소드

public ReleaseConn ( string name ) : void
name string
리턴 void