C# Class WaveBox.Core.SQLiteConnectionPool

Afficher le fichier Open project: einsteinx2/WaveBox Class Usage Examples

Méthodes publiques

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

Method Details

CloseAllConnections() public méthode

public CloseAllConnections ( System.Action action ) : void
action System.Action
Résultat void

CloseSqliteConnection() public méthode

public CloseSqliteConnection ( ISQLiteConnection conn ) : void
conn ISQLiteConnection
Résultat void

GetSqliteConnection() public méthode

public GetSqliteConnection ( ) : ISQLiteConnection
Résultat ISQLiteConnection

SQLiteConnectionPool() public méthode

public SQLiteConnectionPool ( int max, string path ) : System
max int
path string
Résultat System