IDbAccessor MembersQuartz.NET API Documentation

The IDbAccessor type exposes the following members.

Methods

  NameDescription
Public methodAddCommandParameter(IDbCommand, String, Object)
Adds a parameter to IDbCommand.
Public methodAddCommandParameter(IDbCommand, String, Object, Enum)
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