C# 클래스 SQLiteImpl, fuse-sqlite

파일 보기 프로젝트 열기: bolav/fuse-sqlite 1 사용 예제들

공개 메소드들

메소드 설명
CloseImpl ( string handler ) : void
ExecImpl ( string handler, string statement, string param ) : void
OpenImpl ( string filename ) : string
QueryImpl ( string handler, string statement, string param ) : string>>.List

비공개 메소드들

메소드 설명
ConvertStatment ( string text ) : string
ReplaceFirst ( string text, string search, string replace ) : string

메소드 상세

CloseImpl() 공개 정적인 메소드

public static CloseImpl ( string handler ) : void
handler string
리턴 void

ExecImpl() 공개 정적인 메소드

public static ExecImpl ( string handler, string statement, string param ) : void
handler string
statement string
param string
리턴 void

OpenImpl() 공개 정적인 메소드

public static OpenImpl ( string filename ) : string
filename string
리턴 string

QueryImpl() 공개 정적인 메소드

public static QueryImpl ( string handler, string statement, string param ) : string>>.List
handler string
statement string
param string
리턴 string>>.List