IDbConnectionManager MembersQuartz.NET API Documentation

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