IDbProvider Interface

Quartz.NET 3.0 API Documentation
Data access provider interface.

Namespace:  Quartz.Impl.AdoJobStore.Common
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public interface IDbProvider

The IDbProvider type exposes the following members.

Properties

  NameDescription
Public propertyConnectionString
Connection string used to create connections.
Public propertyMetadata
Top
Methods

  NameDescription
Public methodCreateCommand
Returns a new command object for executing SQL statements/Stored Procedures against the database.
Public methodCreateConnection
Returns a new connection object to communicate with the database.
Public methodInitialize
Initializes the db provider implementation.
Public methodShutdown
Shutdowns this instance.
Top
See Also

Reference