Summer.Batch.Data.OracleExtension Class Reference

Extension for Oracle support. More...

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

Properties

IEnumerable< string > ProviderNames [get]
 An enumerable containing the supported provider names for Oracle. More...
 
IPlaceholderGetter PlaceholderGetter [get]
 The placeholder getter for Oracle. More...
 
IDataFieldMaxValueIncrementer Incrementer [get]
 An instance of OracleSequenceMaxValueIncrementer. 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 Oracle support.

Property Documentation

IDataFieldMaxValueIncrementer Summer.Batch.Data.OracleExtension.Incrementer
get

An instance of OracleSequenceMaxValueIncrementer.

IPlaceholderGetter Summer.Batch.Data.OracleExtension.PlaceholderGetter
get

The placeholder getter for Oracle.

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

An enumerable containing the supported provider names for Oracle.


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