IDbConnectionManager Interface

Quartz.NET 3.0 API Documentation
Manages a collection of IDbProviders, and provides transparent access to their database.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public interface IDbConnectionManager

The IDbConnectionManager type exposes the following members.

Methods

  NameDescription
Public methodAddConnectionProvider
Adds a connection provider to data source with the given name.
Public methodGetConnection
Get a database connection from the data source with the given name.
Public methodGetDbMetadata
Returns meta data for data source with the given name.
Public methodGetDbProvider
Gets db provider for data source with the given name.
Public methodShutdown
Shuts down database connections from the data source with the given name, if applicable for the underlying provider.
Top
See Also

Reference