IDbAccessor Interface

Quartz.NET 3.0 API Documentation
Service interface or modifying IDbCommand parameters and resultset values.

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

C#
public interface IDbAccessor

The IDbAccessor type exposes the following members.

Methods

  NameDescription
Public methodAddCommandParameter
Adds a parameter to IDbCommand.
Public methodGetBooleanFromDbValue
Gets the boolean value from db presentation. Subclasses can overwrite this behaviour.
Public methodGetDateTimeFromDbValue
Gets the date/time value from db presentation. Subclasses can overwrite this behaviour.
Public methodGetDbBooleanValue
Gets the db presentation for boolean value. Subclasses can overwrite this behaviour.
Public methodGetDbDateTimeValue
Gets the db presentation for date/time value. Subclasses can overwrite this behaviour.
Public methodGetDbTimeSpanValue
Gets the db presentation for time span value. Subclasses can overwrite this behaviour.
Public methodGetTimeSpanFromDbValue
Gets the time span value from db presentation. Subclasses can overwrite this behaviour.
Public methodPrepareCommand
Prepares a IDbCommand to be used to access database.
Top
See Also

Reference