Summer.Batch.Data.Db2Extension Class Reference

Extension for DB2 support (provider name "IBM.Data.DB2"). More...

Inheritance diagram for Summer.Batch.Data.Db2Extension:
Summer.Batch.Data.IDatabaseExtension

Properties

IEnumerable< string > ProviderNames [get]
 An enumerable containing the only supported provider name ("IBM.Data.DB2"). More...
 
IPlaceholderGetter PlaceholderGetter [get]
 The placeholder getter for SQL Server. More...
 
IDataFieldMaxValueIncrementer Incrementer [get]
 An instance of Db2SequenceMaxValueIncrementer. More...
 
- Properties inherited from Summer.Batch.Data.IDatabaseExtension
IEnumerable< string > ProviderNames [get]
 The provider names supported by this extension. More...
 
IPlaceholderGetter PlaceholderGetter [get]
 The instance of IPlaceholderGetter that should be used by for queries using one of the supported provider names. More...
 
IDataFieldMaxValueIncrementer Incrementer [get]
 An instance of IDataFieldMaxValueIncrementer that should be used by the persisted job repository to compute unique ids. Each call should return a new instance. More...
 

Detailed Description

Extension for DB2 support (provider name "IBM.Data.DB2").

Property Documentation

IDataFieldMaxValueIncrementer Summer.Batch.Data.Db2Extension.Incrementer
get

An instance of Db2SequenceMaxValueIncrementer.

IPlaceholderGetter Summer.Batch.Data.Db2Extension.PlaceholderGetter
get

The placeholder getter for SQL Server.

IEnumerable<string> Summer.Batch.Data.Db2Extension.ProviderNames
get

An enumerable containing the only supported provider name ("IBM.Data.DB2").


The documentation for this class was generated from the following file:
  • Summer.Batch.Data/Db2Extension.cs