C# Class YoureOnTime.Data.RetrySqlClientBatchingBatcher

Inheritance: NHibernate.AdoNet.AbstractBatcher
显示文件 Open project: craigvn/NHibernateRetryable

Public Methods

Method Description
AddToBatch ( IExpectation expectation ) : void
RetrySqlClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System

Protected Methods

Method Description
DoExecuteBatch ( IDbCommand ps ) : void
ProfiledPrepare ( IDbCommand cmd ) : void

Private Methods

Method Description
CreateConfiguredBatch ( ) : SqlClientSqlCommandSet

Method Details

AddToBatch() public method

public AddToBatch ( IExpectation expectation ) : void
expectation IExpectation
return void

DoExecuteBatch() protected method

protected DoExecuteBatch ( IDbCommand ps ) : void
ps IDbCommand
return void

ProfiledPrepare() protected method

protected ProfiledPrepare ( IDbCommand cmd ) : void
cmd IDbCommand
return void

RetrySqlClientBatchingBatcher() public method

public RetrySqlClientBatchingBatcher ( ConnectionManager connectionManager, IInterceptor interceptor ) : System
connectionManager NHibernate.AdoNet.ConnectionManager
interceptor IInterceptor
return System