StdAdoDelegate ClassQuartz.NET API Documentation
This is meant to be an abstract base class for most, if not all, IDriverDelegate implementations. Subclasses should override only those methods that need special handling for the DBMS driver in question.
Inheritance Hierarchy

System Object
  Quartz.Impl.AdoJobStore AdoConstants
    Quartz.Impl.AdoJobStore StdAdoConstants
      Quartz.Impl.AdoJobStore StdAdoDelegate
        Quartz.Impl.AdoJobStore FirebirdDelegate
        Quartz.Impl.AdoJobStore MySQLDelegate
        Quartz.Impl.AdoJobStore OracleDelegate
        Quartz.Impl.AdoJobStore PostgreSQLDelegate
        Quartz.Impl.AdoJobStore SQLiteDelegate
        Quartz.Impl.AdoJobStore SqlServerDelegate

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

public class StdAdoDelegate : StdAdoConstants, 
	IDriverDelegate
See Also