Summer.Batch.Core.Explore.Support.LocalDataFieldMaxValueIncrementer Class Reference

Local IDataFieldMaxValueIncrementer implementation. Since it is not supported here, a NotSupportedException will be thrown by the NextLong method. More...

Inheritance diagram for Summer.Batch.Core.Explore.Support.LocalDataFieldMaxValueIncrementer:
Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer Summer.Batch.Data.Incrementer.IDataFieldMaxValueIncrementer

Public Member Functions

override long NextLong ()
 Returns the next value for the current incrementer. Not supported here, wo will throw a NotSupportedException if invoked. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer
DbConnection GetConnection ()
 Returns the Connection to the database. The returned connection is already opened. More...
 
- Static Protected Member Functions inherited from Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer
static DbCommand GetCommand (string query, DbConnection connection)
 Create DbCommand for given query and using provided Database Connection. More...
 
- Protected Attributes inherited from Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer
string ConnectionString
 Connection String More...
 
DbProviderFactory ProviderFactory
 Database Provider Factory More...
 
- Properties inherited from Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer
ConnectionStringSettings ConnectionStringSettings [set]
 The connection string settings to use for connecting the database. More...
 
string IncrementerName [get, set]
 The name of the incrementer in the database. More...
 
- Properties inherited from Summer.Batch.Data.Incrementer.IDataFieldMaxValueIncrementer
ConnectionStringSettings ConnectionStringSettings [set]
 The connection string settings to use for connecting the database. More...
 
string IncrementerName [get, set]
 The name of the incrementer in the database. More...
 

Detailed Description

Local IDataFieldMaxValueIncrementer implementation. Since it is not supported here, a NotSupportedException will be thrown by the NextLong method.

Member Function Documentation

override long Summer.Batch.Core.Explore.Support.LocalDataFieldMaxValueIncrementer.NextLong ( )
virtual

Returns the next value for the current incrementer. Not supported here, wo will throw a NotSupportedException if invoked.

Returns

Implements Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer.


The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Explore/Support/DbJobExplorerFactory.cs