Method | Description | |
---|---|---|
BeginTransaction ( ) : System.Data.SQLite.SQLiteTransaction | ||
BeginTransactionRetryDecorator ( ISqLiteTransactionWrapper decorated, ILogFactory log, ThreadSafeRandom threadSafeRandom ) : System.Data.SQLite |
Method | Description | |
---|---|---|
BeginTransactionWithCountDown ( int count ) : System.Data.SQLite.SQLiteTransaction |
Handles the specified command, retrying up to count for specific errors
|
public BeginTransaction ( ) : System.Data.SQLite.SQLiteTransaction | ||
return | System.Data.SQLite.SQLiteTransaction |
public BeginTransactionRetryDecorator ( ISqLiteTransactionWrapper decorated, ILogFactory log, ThreadSafeRandom threadSafeRandom ) : System.Data.SQLite | ||
decorated | ISqLiteTransactionWrapper | |
log | ILogFactory | |
threadSafeRandom | ThreadSafeRandom | |
return | System.Data.SQLite |