C# Class SQLiteImpl, fuse-sqlite

Afficher le fichier Open project: bolav/fuse-sqlite Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ConvertStatment ( string text ) : string
ReplaceFirst ( string text, string search, string replace ) : string

Method Details

CloseImpl() public static méthode

public static CloseImpl ( string handler ) : void
handler string
Résultat void

ExecImpl() public static méthode

public static ExecImpl ( string handler, string statement, string param ) : void
handler string
statement string
param string
Résultat void

OpenImpl() public static méthode

public static OpenImpl ( string filename ) : string
filename string
Résultat string

QueryImpl() public static méthode

public static QueryImpl ( string handler, string statement, string param ) : string>>.List
handler string
statement string
param string
Résultat string>>.List