C# Class SQLiteImpl, fuse-sqlite

ファイルを表示 Open project: bolav/fuse-sqlite Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ConvertStatment ( string text ) : string
ReplaceFirst ( string text, string search, string replace ) : string

Method Details

CloseImpl() public static method

public static CloseImpl ( string handler ) : void
handler string
return void

ExecImpl() public static method

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

OpenImpl() public static method

public static OpenImpl ( string filename ) : string
filename string
return string

QueryImpl() public static method

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