Summer.Batch.Data.Incrementer.AbstractColumnMaxValueIncrementer Class Reference

Base class for IDataFieldMaxValueIncrementer that use a column in a custom sequence table. More...

Inheritance diagram for Summer.Batch.Data.Incrementer.AbstractColumnMaxValueIncrementer:
Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer Summer.Batch.Data.Incrementer.IDataFieldMaxValueIncrementer Summer.Batch.Data.Incrementer.SqlServerIncrementer

Properties

int CacheSize [get, set]
 The number of values that are cached More...
 
string ColumnName [get, set]
 The name of the column that holds the id in the table 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...
 

Additional Inherited Members

- Public Member Functions inherited from Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer
abstract long NextLong ()
 Returns the next value for the current incrementer. More...
 
- 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...
 

Detailed Description

Base class for IDataFieldMaxValueIncrementer that use a column in a custom sequence table.

Property Documentation

int Summer.Batch.Data.Incrementer.AbstractColumnMaxValueIncrementer.CacheSize
getset

The number of values that are cached

string Summer.Batch.Data.Incrementer.AbstractColumnMaxValueIncrementer.ColumnName
getset

The name of the column that holds the id in the table


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