Méthode | Description | |
---|---|---|
CloseAllConnections ( System.Action action ) : void | ||
CloseSqliteConnection ( ISQLiteConnection conn ) : void | ||
GetSqliteConnection ( ) : ISQLiteConnection | ||
SQLiteConnectionPool ( int max, string path ) : System |
public CloseAllConnections ( System.Action action ) : void | ||
action | System.Action | |
Résultat | void |
public CloseSqliteConnection ( ISQLiteConnection conn ) : void | ||
conn | ISQLiteConnection | |
Résultat | void |
public GetSqliteConnection ( ) : ISQLiteConnection | ||
Résultat | ISQLiteConnection |
public SQLiteConnectionPool ( int max, string path ) : System | ||
max | int | |
path | string | |
Résultat | System |