DbProvider Class

Quartz.NET 3.0 API Documentation
Concrete implementation of IDbProvider.
Inheritance Hierarchy

SystemObject
  Quartz.Impl.AdoJobStore.CommonDbProvider

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

C#
public class DbProvider : IDbProvider

The DbProvider type exposes the following members.

Constructors

  NameDescription
Public methodDbProvider
Initializes a new instance of the DbProvider class.
Top
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 methodCreateParameter
Returns a new parameter object for binding values to parameter placeholders in SQL statements or Stored Procedure variables.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodStatic memberGenerateValidProviderNamesInfo
Generates the valid provider names information.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegisterDbMetadata
Registers DB metadata information for given provider name.
Public methodShutdown
Shutdowns this instance.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldStatic memberDbProviderResourceName
Protected fieldStatic memberDbProviderSectionName
Protected fieldStatic memberPropertyDbProvider
Top
See Also

Reference